Shades of London Hue #BB9AB9
Tints of London Hue #BB9AB9
RGB
CMYK
RGB Variations
Color information
#BB9AB9 (or 0xBB9AB9) is known color: London Hue. HEX triplet: BB, 9A and B9. RGB value is (187,154,185). Sum of RGB (Red+Green+Blue) = 187+154+185=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9AB9 is #446546. Grayscale: #A7A7A7. Windows color (decimal): -4482375 or 12163771. OLE color: 12163771.
HSL color Cylindrical-coordinate representation of color #BB9AB9: hue angle of 303.64º 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 #BB9AB9 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 185 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.27 |
| HSL | 303.64º | 0.2% | 0.67% | - |
| HSV(B) | 303.64º | 0.18% | 0.73% | - |
| XYZ | 40.81 | 37.18 | 50.92 | - |
| YUV | 167.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 185 | 0 | 0.18 | 0.01 | 0.27 | 303.64 | 0.2 | 0.67 |
| Hex | BB | 9A | B9 | 0 | 12 | 1 | 1B | 130 | 14 | 43 |
| Octal | 273 | 232 | 271 | 0 | 22 | 1 | 33 | 460 | 24 | 103 |
| Binary | 10111011 | 10011010 | 10111001 | 0 | 10010 | 1 | 11011 | 100110000 | 10100 | 1000011 |
Color Harmonies of #BB9AB9
Complementary color
Monochromatic Colors of #BB9AB9
Black with #BB9AB9
Text Example
Text Example
White with #BB9AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9AB9; }
p { color: rgb(187,154,185); }
H1.HeaderClassName
{
color: #BB9AB9;
}
.AnyTagClassName
{
color: #BB9AB9;
}
</style>
background-color css
<style>
a { background-color: #BB9AB9; }
a { background-color: rgb(187,154,185); }
div.DivClassName
{
background-color: #BB9AB9;
}
.BgClassName
{
background-color: #BB9AB9;
}
</style>
border-color css
<style>
span { border-color: #BB9AB9; }
span { border-color: rgb(187,154,185); }
td.TdClassName
{
border-color: #BB9AB9;
}
.TagClassName
{
border-color: #BB9AB9;
}
</style>