Shades of London Hue #BC8BB8
Tints of London Hue #BC8BB8
RGB
CMYK
RGB Variations
Color information
#BC8BB8 (or 0xBC8BB8) is known color: London Hue. HEX triplet: BC, 8B and B8. RGB value is (188,139,184). Sum of RGB (Red+Green+Blue) = 188+139+184=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BB8 is #437447. Grayscale: #9E9E9E. Windows color (decimal): -4420680 or 12094396. OLE color: 12094396.
HSL color Cylindrical-coordinate representation of color #BC8BB8: hue angle of 304.9º degrees, saturation: 0.27, 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 #BC8BB8 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 184 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.26 |
| HSL | 304.9º | 0.27% | 0.64% | - |
| HSV(B) | 304.9º | 0.26% | 0.74% | - |
| XYZ | 38.62 | 32.62 | 49.61 | - |
| YUV | 158.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 184 | 0 | 0.26 | 0.02 | 0.26 | 304.9 | 0.27 | 0.64 |
| Hex | BC | 8B | B8 | 0 | 1A | 2 | 1A | 131 | 1B | 40 |
| Octal | 274 | 213 | 270 | 0 | 32 | 2 | 32 | 461 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10111000 | 0 | 11010 | 10 | 11010 | 100110001 | 11011 | 1000000 |
Color Harmonies of #BC8BB8
Complementary color
Monochromatic Colors of #BC8BB8
Black with #BC8BB8
Text Example
Text Example
White with #BC8BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BB8; }
p { color: rgb(188,139,184); }
H1.HeaderClassName
{
color: #BC8BB8;
}
.AnyTagClassName
{
color: #BC8BB8;
}
</style>
background-color css
<style>
a { background-color: #BC8BB8; }
a { background-color: rgb(188,139,184); }
div.DivClassName
{
background-color: #BC8BB8;
}
.BgClassName
{
background-color: #BC8BB8;
}
</style>
border-color css
<style>
span { border-color: #BC8BB8; }
span { border-color: rgb(188,139,184); }
td.TdClassName
{
border-color: #BC8BB8;
}
.TagClassName
{
border-color: #BC8BB8;
}
</style>