Skip to content

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:
Decimal187
Hex0xBB
Binary0b10111011
Octal0o273

How 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.

Want to learn the method behind this tool? Read How to Convert Hexadecimal to Decimal - the full step-by-step guide.