Shades of London Hue #BC8EAF
Tints of London Hue #BC8EAF
RGB
CMYK
RGB Variations
Color information
#BC8EAF (or 0xBC8EAF) is known color: London Hue. HEX triplet: BC, 8E and AF. RGB value is (188,142,175). Sum of RGB (Red+Green+Blue) = 188+142+175=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8EAF is #437150. Grayscale: #9F9F9F. Windows color (decimal): -4419921 or 11505340. OLE color: 11505340.
HSL color Cylindrical-coordinate representation of color #BC8EAF: hue angle of 316.96º 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 #BC8EAF is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 175 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.26 |
| HSL | 316.96º | 0.26% | 0.65% | - |
| HSV(B) | 316.96º | 0.24% | 0.74% | - |
| XYZ | 38.15 | 33.13 | 44.94 | - |
| YUV | 159.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 175 | 0 | 0.24 | 0.07 | 0.26 | 316.96 | 0.26 | 0.65 |
| Hex | BC | 8E | AF | 0 | 18 | 7 | 1A | 13D | 1A | 41 |
| Octal | 274 | 216 | 257 | 0 | 30 | 7 | 32 | 475 | 32 | 101 |
| Binary | 10111100 | 10001110 | 10101111 | 0 | 11000 | 111 | 11010 | 100111101 | 11010 | 1000001 |
Color Harmonies of #BC8EAF
Complementary color
Monochromatic Colors of #BC8EAF
Black with #BC8EAF
Text Example
Text Example
White with #BC8EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8EAF; }
p { color: rgb(188,142,175); }
H1.HeaderClassName
{
color: #BC8EAF;
}
.AnyTagClassName
{
color: #BC8EAF;
}
</style>
background-color css
<style>
a { background-color: #BC8EAF; }
a { background-color: rgb(188,142,175); }
div.DivClassName
{
background-color: #BC8EAF;
}
.BgClassName
{
background-color: #BC8EAF;
}
</style>
border-color css
<style>
span { border-color: #BC8EAF; }
span { border-color: rgb(188,142,175); }
td.TdClassName
{
border-color: #BC8EAF;
}
.TagClassName
{
border-color: #BC8EAF;
}
</style>