Shades of London Hue #BC8EBC
Tints of London Hue #BC8EBC
RGB
CMYK
RGB Variations
Color information
#BC8EBC (or 0xBC8EBC) is known color: London Hue. HEX triplet: BC, 8E and BC. RGB value is (188,142,188). Sum of RGB (Red+Green+Blue) = 188+142+188=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EBC is #437143. Grayscale: #A0A0A0. Windows color (decimal): -4419908 or 12357308. OLE color: 12357308.
HSL color Cylindrical-coordinate representation of color #BC8EBC: hue angle of 300º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8EBC is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 188 | - |
| CMYK | 0 | 0.24 | 0 | 0.26 |
| HSL | 300º | 0.26% | 0.65% | - |
| HSV(B) | 300º | 0.24% | 0.74% | - |
| XYZ | 39.49 | 33.67 | 51.99 | - |
| YUV | 161 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 188 | 0 | 0.24 | 0 | 0.26 | 300 | 0.26 | 0.65 |
| Hex | BC | 8E | BC | 0 | 18 | 0 | 1A | 12C | 1A | 41 |
| Octal | 274 | 216 | 274 | 0 | 30 | 0 | 32 | 454 | 32 | 101 |
| Binary | 10111100 | 10001110 | 10111100 | 0 | 11000 | 0 | 11010 | 100101100 | 11010 | 1000001 |
Color Harmonies of #BC8EBC
Complementary color
Monochromatic Colors of #BC8EBC
Black with #BC8EBC
Text Example
Text Example
White with #BC8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8EBC; }
p { color: rgb(188,142,188); }
H1.HeaderClassName
{
color: #BC8EBC;
}
.AnyTagClassName
{
color: #BC8EBC;
}
</style>
background-color css
<style>
a { background-color: #BC8EBC; }
a { background-color: rgb(188,142,188); }
div.DivClassName
{
background-color: #BC8EBC;
}
.BgClassName
{
background-color: #BC8EBC;
}
</style>
border-color css
<style>
span { border-color: #BC8EBC; }
span { border-color: rgb(188,142,188); }
td.TdClassName
{
border-color: #BC8EBC;
}
.TagClassName
{
border-color: #BC8EBC;
}
</style>