Shades of London Hue #BC8CAE
Tints of London Hue #BC8CAE
RGB
CMYK
RGB Variations
Color information
#BC8CAE (or 0xBC8CAE) is known color: London Hue. HEX triplet: BC, 8C and AE. RGB value is (188,140,174). Sum of RGB (Red+Green+Blue) = 188+140+174=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CAE is #437351. Grayscale: #9E9E9E. Windows color (decimal): -4420434 or 11439292. OLE color: 11439292.
HSL color Cylindrical-coordinate representation of color #BC8CAE: hue angle of 317.5º 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 #BC8CAE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 174 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.26 |
| HSL | 317.5º | 0.26% | 0.64% | - |
| HSV(B) | 317.5º | 0.26% | 0.74% | - |
| XYZ | 37.76 | 32.5 | 44.33 | - |
| YUV | 158.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 174 | 0 | 0.26 | 0.07 | 0.26 | 317.5 | 0.26 | 0.64 |
| Hex | BC | 8C | AE | 0 | 1A | 7 | 1A | 13E | 1A | 40 |
| Octal | 274 | 214 | 256 | 0 | 32 | 7 | 32 | 476 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10101110 | 0 | 11010 | 111 | 11010 | 100111110 | 11010 | 1000000 |
Color Harmonies of #BC8CAE
Complementary color
Monochromatic Colors of #BC8CAE
Black with #BC8CAE
Text Example
Text Example
White with #BC8CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CAE; }
p { color: rgb(188,140,174); }
H1.HeaderClassName
{
color: #BC8CAE;
}
.AnyTagClassName
{
color: #BC8CAE;
}
</style>
background-color css
<style>
a { background-color: #BC8CAE; }
a { background-color: rgb(188,140,174); }
div.DivClassName
{
background-color: #BC8CAE;
}
.BgClassName
{
background-color: #BC8CAE;
}
</style>
border-color css
<style>
span { border-color: #BC8CAE; }
span { border-color: rgb(188,140,174); }
td.TdClassName
{
border-color: #BC8CAE;
}
.TagClassName
{
border-color: #BC8CAE;
}
</style>