Shades of London Hue #BB99B9
Tints of London Hue #BB99B9
RGB
CMYK
RGB Variations
Color information
#BB99B9 (or 0xBB99B9) is known color: London Hue. HEX triplet: BB, 99 and B9. RGB value is (187,153,185). Sum of RGB (Red+Green+Blue) = 187+153+185=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BB99B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99B9 is #446646. Grayscale: #A6A6A6. Windows color (decimal): -4482631 or 12163515. OLE color: 12163515.
HSL color Cylindrical-coordinate representation of color #BB99B9: hue angle of 303.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB99B9 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 185 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.27 |
| HSL | 303.53º | 0.2% | 0.67% | - |
| HSV(B) | 303.53º | 0.18% | 0.73% | - |
| XYZ | 40.64 | 36.85 | 50.87 | - |
| YUV | 166.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 185 | 0 | 0.18 | 0.01 | 0.27 | 303.53 | 0.2 | 0.67 |
| Hex | BB | 99 | B9 | 0 | 12 | 1 | 1B | 130 | 14 | 43 |
| Octal | 273 | 231 | 271 | 0 | 22 | 1 | 33 | 460 | 24 | 103 |
| Binary | 10111011 | 10011001 | 10111001 | 0 | 10010 | 1 | 11011 | 100110000 | 10100 | 1000011 |
Color Harmonies of #BB99B9
Complementary color
Monochromatic Colors of #BB99B9
Black with #BB99B9
Text Example
Text Example
White with #BB99B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99B9; }
p { color: rgb(187,153,185); }
H1.HeaderClassName
{
color: #BB99B9;
}
.AnyTagClassName
{
color: #BB99B9;
}
</style>
background-color css
<style>
a { background-color: #BB99B9; }
a { background-color: rgb(187,153,185); }
div.DivClassName
{
background-color: #BB99B9;
}
.BgClassName
{
background-color: #BB99B9;
}
</style>
border-color css
<style>
span { border-color: #BB99B9; }
span { border-color: rgb(187,153,185); }
td.TdClassName
{
border-color: #BB99B9;
}
.TagClassName
{
border-color: #BB99B9;
}
</style>