Shades of London Hue #BB8CBC
Tints of London Hue #BB8CBC
RGB
CMYK
RGB Variations
Color information
#BB8CBC (or 0xBB8CBC) is known color: London Hue. HEX triplet: BB, 8C and BC. RGB value is (187,140,188). Sum of RGB (Red+Green+Blue) = 187+140+188=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB8CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CBC is #447343. Grayscale: #9F9F9F. Windows color (decimal): -4485956 or 12356795. OLE color: 12356795.
HSL color Cylindrical-coordinate representation of color #BB8CBC: hue angle of 298.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8CBC is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 140 | 188 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.26 |
| HSL | 298.75º | 0.26% | 0.64% | - |
| HSV(B) | 298.75º | 0.26% | 0.74% | - |
| XYZ | 38.95 | 32.95 | 51.88 | - |
| YUV | 159.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 188 | 0.01 | 0.26 | 0 | 0.26 | 298.75 | 0.26 | 0.64 |
| Hex | BB | 8C | BC | 1 | 1A | 0 | 1A | 12B | 1A | 40 |
| Octal | 273 | 214 | 274 | 1 | 32 | 0 | 32 | 453 | 32 | 100 |
| Binary | 10111011 | 10001100 | 10111100 | 1 | 11010 | 0 | 11010 | 100101011 | 11010 | 1000000 |
Color Harmonies of #BB8CBC
Complementary color
Monochromatic Colors of #BB8CBC
Black with #BB8CBC
Text Example
Text Example
White with #BB8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CBC; }
p { color: rgb(187,140,188); }
H1.HeaderClassName
{
color: #BB8CBC;
}
.AnyTagClassName
{
color: #BB8CBC;
}
</style>
background-color css
<style>
a { background-color: #BB8CBC; }
a { background-color: rgb(187,140,188); }
div.DivClassName
{
background-color: #BB8CBC;
}
.BgClassName
{
background-color: #BB8CBC;
}
</style>
border-color css
<style>
span { border-color: #BB8CBC; }
span { border-color: rgb(187,140,188); }
td.TdClassName
{
border-color: #BB8CBC;
}
.TagClassName
{
border-color: #BB8CBC;
}
</style>