Shades of London Hue #BC8CB6
Tints of London Hue #BC8CB6
RGB
CMYK
RGB Variations
Color information
#BC8CB6 (or 0xBC8CB6) is known color: London Hue. HEX triplet: BC, 8C and B6. RGB value is (188,140,182). Sum of RGB (Red+Green+Blue) = 188+140+182=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CB6 is #437349. Grayscale: #9F9F9F. Windows color (decimal): -4420426 or 11963580. OLE color: 11963580.
HSL color Cylindrical-coordinate representation of color #BC8CB6: hue angle of 307.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 #BC8CB6 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 182 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.26 |
| HSL | 307.5º | 0.26% | 0.64% | - |
| HSV(B) | 307.5º | 0.26% | 0.74% | - |
| XYZ | 38.56 | 32.82 | 48.56 | - |
| YUV | 159.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 182 | 0 | 0.26 | 0.03 | 0.26 | 307.5 | 0.26 | 0.64 |
| Hex | BC | 8C | B6 | 0 | 1A | 3 | 1A | 134 | 1A | 40 |
| Octal | 274 | 214 | 266 | 0 | 32 | 3 | 32 | 464 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10110110 | 0 | 11010 | 11 | 11010 | 100110100 | 11010 | 1000000 |
Color Harmonies of #BC8CB6
Complementary color
Monochromatic Colors of #BC8CB6
Black with #BC8CB6
Text Example
Text Example
White with #BC8CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CB6; }
p { color: rgb(188,140,182); }
H1.HeaderClassName
{
color: #BC8CB6;
}
.AnyTagClassName
{
color: #BC8CB6;
}
</style>
background-color css
<style>
a { background-color: #BC8CB6; }
a { background-color: rgb(188,140,182); }
div.DivClassName
{
background-color: #BC8CB6;
}
.BgClassName
{
background-color: #BC8CB6;
}
</style>
border-color css
<style>
span { border-color: #BC8CB6; }
span { border-color: rgb(188,140,182); }
td.TdClassName
{
border-color: #BC8CB6;
}
.TagClassName
{
border-color: #BC8CB6;
}
</style>