BB in Decimal
Hexadecimal BB equals 187 in decimal.
BB in all number bases
Decimal187
Hexadecimal0xBB
Binary1011 1011
Octal273
Try another value
Edit this value or switch its base. Your changes are calculated in your browser with exact integer arithmetic.
Input base:
Decimal
187Hex
0xBBBinary
0b10111011Octal
0o273How bb converts from hexadecimal to decimal
Multiply each digit by 16 raised to its position (starting at 0 from the right), then add the results:
B× 161 = 11 × 16 = 176
B× 160 = 11 × 1 = 11
Sum: 187
This tool runs entirely in your browser - nothing you enter is uploaded or stored.