Shades of London Hue #BC8EB2
Tints of London Hue #BC8EB2
RGB
CMYK
RGB Variations
Color information
#BC8EB2 (or 0xBC8EB2) is known color: London Hue. HEX triplet: BC, 8E and B2. RGB value is (188,142,178). Sum of RGB (Red+Green+Blue) = 188+142+178=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8EB2 is #43714D. Grayscale: #9F9F9F. Windows color (decimal): -4419918 or 11701948. OLE color: 11701948.
HSL color Cylindrical-coordinate representation of color #BC8EB2: hue angle of 313.04º 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 #BC8EB2 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 178 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.26 |
| HSL | 313.04º | 0.26% | 0.65% | - |
| HSV(B) | 313.04º | 0.24% | 0.74% | - |
| XYZ | 38.45 | 33.25 | 46.51 | - |
| YUV | 159.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 178 | 0 | 0.24 | 0.05 | 0.26 | 313.04 | 0.26 | 0.65 |
| Hex | BC | 8E | B2 | 0 | 18 | 5 | 1A | 139 | 1A | 41 |
| Octal | 274 | 216 | 262 | 0 | 30 | 5 | 32 | 471 | 32 | 101 |
| Binary | 10111100 | 10001110 | 10110010 | 0 | 11000 | 101 | 11010 | 100111001 | 11010 | 1000001 |
Color Harmonies of #BC8EB2
Complementary color
Monochromatic Colors of #BC8EB2
Black with #BC8EB2
Text Example
Text Example
White with #BC8EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8EB2; }
p { color: rgb(188,142,178); }
H1.HeaderClassName
{
color: #BC8EB2;
}
.AnyTagClassName
{
color: #BC8EB2;
}
</style>
background-color css
<style>
a { background-color: #BC8EB2; }
a { background-color: rgb(188,142,178); }
div.DivClassName
{
background-color: #BC8EB2;
}
.BgClassName
{
background-color: #BC8EB2;
}
</style>
border-color css
<style>
span { border-color: #BC8EB2; }
span { border-color: rgb(188,142,178); }
td.TdClassName
{
border-color: #BC8EB2;
}
.TagClassName
{
border-color: #BC8EB2;
}
</style>