Shades of Lilac #BC8EC0
Tints of Lilac #BC8EC0
RGB
CMYK
RGB Variations
Color information
#BC8EC0 (or 0xBC8EC0) is known color: Lilac. HEX triplet: BC, 8E and C0. RGB value is (188,142,192). Sum of RGB (Red+Green+Blue) = 188+142+192=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC8EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EC0 is #43713F. Grayscale: #A1A1A1. Windows color (decimal): -4419904 or 12619452. OLE color: 12619452.
HSL color Cylindrical-coordinate representation of color #BC8EC0: hue angle of 295.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8EC0 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 142 | 192 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.25 |
| HSL | 295.2º | 0.28% | 0.65% | - |
| HSV(B) | 295.2º | 0.26% | 0.75% | - |
| XYZ | 39.93 | 33.84 | 54.3 | - |
| YUV | 161.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 192 | 0.02 | 0.26 | 0 | 0.25 | 295.2 | 0.28 | 0.65 |
| Hex | BC | 8E | C0 | 2 | 1A | 0 | 19 | 127 | 1C | 41 |
| Octal | 274 | 216 | 300 | 2 | 32 | 0 | 31 | 447 | 34 | 101 |
| Binary | 10111100 | 10001110 | 11000000 | 10 | 11010 | 0 | 11001 | 100100111 | 11100 | 1000001 |
Color Harmonies of #BC8EC0
Complementary color
Monochromatic Colors of #BC8EC0
Black with #BC8EC0
Text Example
Text Example
White with #BC8EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8EC0; }
p { color: rgb(188,142,192); }
H1.HeaderClassName
{
color: #BC8EC0;
}
.AnyTagClassName
{
color: #BC8EC0;
}
</style>
background-color css
<style>
a { background-color: #BC8EC0; }
a { background-color: rgb(188,142,192); }
div.DivClassName
{
background-color: #BC8EC0;
}
.BgClassName
{
background-color: #BC8EC0;
}
</style>
border-color css
<style>
span { border-color: #BC8EC0; }
span { border-color: rgb(188,142,192); }
td.TdClassName
{
border-color: #BC8EC0;
}
.TagClassName
{
border-color: #BC8EC0;
}
</style>