Shades of London Hue #BB91B0
Tints of London Hue #BB91B0
RGB
CMYK
RGB Variations
Color information
#BB91B0 (or 0xBB91B0) is known color: London Hue. HEX triplet: BB, 91 and B0. RGB value is (187,145,176). Sum of RGB (Red+Green+Blue) = 187+145+176=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BB91B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB91B0 is #446E4F. Grayscale: #A1A1A1. Windows color (decimal): -4484688 or 11571643. OLE color: 11571643.
HSL color Cylindrical-coordinate representation of color #BB91B0: hue angle of 315.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB91B0 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 176 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.27 |
| HSL | 315.71º | 0.24% | 0.65% | - |
| HSV(B) | 315.71º | 0.22% | 0.73% | - |
| XYZ | 38.46 | 33.95 | 45.6 | - |
| YUV | 161.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 176 | 0 | 0.22 | 0.06 | 0.27 | 315.71 | 0.24 | 0.65 |
| Hex | BB | 91 | B0 | 0 | 16 | 6 | 1B | 13C | 18 | 41 |
| Octal | 273 | 221 | 260 | 0 | 26 | 6 | 33 | 474 | 30 | 101 |
| Binary | 10111011 | 10010001 | 10110000 | 0 | 10110 | 110 | 11011 | 100111100 | 11000 | 1000001 |
Color Harmonies of #BB91B0
Complementary color
Monochromatic Colors of #BB91B0
Black with #BB91B0
Text Example
Text Example
White with #BB91B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB91B0; }
p { color: rgb(187,145,176); }
H1.HeaderClassName
{
color: #BB91B0;
}
.AnyTagClassName
{
color: #BB91B0;
}
</style>
background-color css
<style>
a { background-color: #BB91B0; }
a { background-color: rgb(187,145,176); }
div.DivClassName
{
background-color: #BB91B0;
}
.BgClassName
{
background-color: #BB91B0;
}
</style>
border-color css
<style>
span { border-color: #BB91B0; }
span { border-color: rgb(187,145,176); }
td.TdClassName
{
border-color: #BB91B0;
}
.TagClassName
{
border-color: #BB91B0;
}
</style>