Shades of London Hue #BB8CBD
Tints of London Hue #BB8CBD
RGB
CMYK
RGB Variations
Color information
#BB8CBD (or 0xBB8CBD) is known color: London Hue. HEX triplet: BB, 8C and BD. RGB value is (187,140,189). Sum of RGB (Red+Green+Blue) = 187+140+189=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CBD is #447342. Grayscale: #9F9F9F. Windows color (decimal): -4485955 or 12422331. OLE color: 12422331.
HSL color Cylindrical-coordinate representation of color #BB8CBD: hue angle of 297.55º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8CBD is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 140 | 189 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.26 |
| HSL | 297.55º | 0.27% | 0.65% | - |
| HSV(B) | 297.55º | 0.26% | 0.74% | - |
| XYZ | 39.06 | 33 | 52.45 | - |
| YUV | 159.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 189 | 0.01 | 0.26 | 0 | 0.26 | 297.55 | 0.27 | 0.65 |
| Hex | BB | 8C | BD | 1 | 1A | 0 | 1A | 12A | 1B | 41 |
| Octal | 273 | 214 | 275 | 1 | 32 | 0 | 32 | 452 | 33 | 101 |
| Binary | 10111011 | 10001100 | 10111101 | 1 | 11010 | 0 | 11010 | 100101010 | 11011 | 1000001 |
Color Harmonies of #BB8CBD
Complementary color
Monochromatic Colors of #BB8CBD
Black with #BB8CBD
Text Example
Text Example
White with #BB8CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CBD; }
p { color: rgb(187,140,189); }
H1.HeaderClassName
{
color: #BB8CBD;
}
.AnyTagClassName
{
color: #BB8CBD;
}
</style>
background-color css
<style>
a { background-color: #BB8CBD; }
a { background-color: rgb(187,140,189); }
div.DivClassName
{
background-color: #BB8CBD;
}
.BgClassName
{
background-color: #BB8CBD;
}
</style>
border-color css
<style>
span { border-color: #BB8CBD; }
span { border-color: rgb(187,140,189); }
td.TdClassName
{
border-color: #BB8CBD;
}
.TagClassName
{
border-color: #BB8CBD;
}
</style>