Shades of London Hue #BB8BB6
Tints of London Hue #BB8BB6
RGB
CMYK
RGB Variations
Color information
#BB8BB6 (or 0xBB8BB6) is known color: London Hue. HEX triplet: BB, 8B and B6. RGB value is (187,139,182). Sum of RGB (Red+Green+Blue) = 187+139+182=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BB6 is #447449. Grayscale: #9E9E9E. Windows color (decimal): -4486218 or 11963323. OLE color: 11963323.
HSL color Cylindrical-coordinate representation of color #BB8BB6: hue angle of 306.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8BB6 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 182 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.27 |
| HSL | 306.25º | 0.26% | 0.64% | - |
| HSV(B) | 306.25º | 0.26% | 0.73% | - |
| XYZ | 38.17 | 32.41 | 48.5 | - |
| YUV | 158.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 182 | 0 | 0.26 | 0.03 | 0.27 | 306.25 | 0.26 | 0.64 |
| Hex | BB | 8B | B6 | 0 | 1A | 3 | 1B | 132 | 1A | 40 |
| Octal | 273 | 213 | 266 | 0 | 32 | 3 | 33 | 462 | 32 | 100 |
| Binary | 10111011 | 10001011 | 10110110 | 0 | 11010 | 11 | 11011 | 100110010 | 11010 | 1000000 |
Color Harmonies of #BB8BB6
Complementary color
Monochromatic Colors of #BB8BB6
Black with #BB8BB6
Text Example
Text Example
White with #BB8BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BB6; }
p { color: rgb(187,139,182); }
H1.HeaderClassName
{
color: #BB8BB6;
}
.AnyTagClassName
{
color: #BB8BB6;
}
</style>
background-color css
<style>
a { background-color: #BB8BB6; }
a { background-color: rgb(187,139,182); }
div.DivClassName
{
background-color: #BB8BB6;
}
.BgClassName
{
background-color: #BB8BB6;
}
</style>
border-color css
<style>
span { border-color: #BB8BB6; }
span { border-color: rgb(187,139,182); }
td.TdClassName
{
border-color: #BB8BB6;
}
.TagClassName
{
border-color: #BB8BB6;
}
</style>