Shades of Lilac #BC8CC0
Tints of Lilac #BC8CC0
RGB
CMYK
RGB Variations
Color information
#BC8CC0 (or 0xBC8CC0) is known color: Lilac. HEX triplet: BC, 8C and C0. RGB value is (188,140,192). Sum of RGB (Red+Green+Blue) = 188+140+192=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC8CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CC0 is #43733F. Grayscale: #A0A0A0. Windows color (decimal): -4420416 or 12618940. OLE color: 12618940.
HSL color Cylindrical-coordinate representation of color #BC8CC0: hue angle of 295.38º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8CC0 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 140 | 192 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.25 |
| HSL | 295.38º | 0.29% | 0.65% | - |
| HSV(B) | 295.38º | 0.27% | 0.75% | - |
| XYZ | 39.63 | 33.25 | 54.2 | - |
| YUV | 160.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 192 | 0.02 | 0.27 | 0 | 0.25 | 295.38 | 0.29 | 0.65 |
| Hex | BC | 8C | C0 | 2 | 1B | 0 | 19 | 127 | 1D | 41 |
| Octal | 274 | 214 | 300 | 2 | 33 | 0 | 31 | 447 | 35 | 101 |
| Binary | 10111100 | 10001100 | 11000000 | 10 | 11011 | 0 | 11001 | 100100111 | 11101 | 1000001 |
Color Harmonies of #BC8CC0
Complementary color
Monochromatic Colors of #BC8CC0
Black with #BC8CC0
Text Example
Text Example
White with #BC8CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CC0; }
p { color: rgb(188,140,192); }
H1.HeaderClassName
{
color: #BC8CC0;
}
.AnyTagClassName
{
color: #BC8CC0;
}
</style>
background-color css
<style>
a { background-color: #BC8CC0; }
a { background-color: rgb(188,140,192); }
div.DivClassName
{
background-color: #BC8CC0;
}
.BgClassName
{
background-color: #BC8CC0;
}
</style>
border-color css
<style>
span { border-color: #BC8CC0; }
span { border-color: rgb(188,140,192); }
td.TdClassName
{
border-color: #BC8CC0;
}
.TagClassName
{
border-color: #BC8CC0;
}
</style>