Shades of Lilac #BC88C0
Tints of Lilac #BC88C0
RGB
CMYK
RGB Variations
Color information
#BC88C0 (or 0xBC88C0) is known color: Lilac. HEX triplet: BC, 88 and C0. RGB value is (188,136,192). Sum of RGB (Red+Green+Blue) = 188+136+192=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC88C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88C0 is #43773F. Grayscale: #9D9D9D. Windows color (decimal): -4421440 or 12617916. OLE color: 12617916.
HSL color Cylindrical-coordinate representation of color #BC88C0: hue angle of 295.71º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC88C0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 136 | 192 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.25 |
| HSL | 295.71º | 0.31% | 0.64% | - |
| HSV(B) | 295.71º | 0.29% | 0.75% | - |
| XYZ | 39.06 | 32.11 | 54.01 | - |
| YUV | 157.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 192 | 0.02 | 0.29 | 0 | 0.25 | 295.71 | 0.31 | 0.64 |
| Hex | BC | 88 | C0 | 2 | 1D | 0 | 19 | 128 | 1F | 40 |
| Octal | 274 | 210 | 300 | 2 | 35 | 0 | 31 | 450 | 37 | 100 |
| Binary | 10111100 | 10001000 | 11000000 | 10 | 11101 | 0 | 11001 | 100101000 | 11111 | 1000000 |
Color Harmonies of #BC88C0
Complementary color
Monochromatic Colors of #BC88C0
Black with #BC88C0
Text Example
Text Example
White with #BC88C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88C0; }
p { color: rgb(188,136,192); }
H1.HeaderClassName
{
color: #BC88C0;
}
.AnyTagClassName
{
color: #BC88C0;
}
</style>
background-color css
<style>
a { background-color: #BC88C0; }
a { background-color: rgb(188,136,192); }
div.DivClassName
{
background-color: #BC88C0;
}
.BgClassName
{
background-color: #BC88C0;
}
</style>
border-color css
<style>
span { border-color: #BC88C0; }
span { border-color: rgb(188,136,192); }
td.TdClassName
{
border-color: #BC88C0;
}
.TagClassName
{
border-color: #BC88C0;
}
</style>