Shades of Lilac #BC88C1
Tints of Lilac #BC88C1
RGB
CMYK
RGB Variations
Color information
#BC88C1 (or 0xBC88C1) is known color: Lilac. HEX triplet: BC, 88 and C1. RGB value is (188,136,193). Sum of RGB (Red+Green+Blue) = 188+136+193=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC88C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88C1 is #43773E. Grayscale: #9D9D9D. Windows color (decimal): -4421439 or 12683452. OLE color: 12683452.
HSL color Cylindrical-coordinate representation of color #BC88C1: hue angle of 294.74º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC88C1 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 136 | 193 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.24 |
| HSL | 294.74º | 0.31% | 0.65% | - |
| HSV(B) | 294.74º | 0.3% | 0.76% | - |
| XYZ | 39.17 | 32.15 | 54.59 | - |
| YUV | 158.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 193 | 0.03 | 0.30 | 0 | 0.24 | 294.74 | 0.31 | 0.65 |
| Hex | BC | 88 | C1 | 3 | 1E | 0 | 18 | 127 | 1F | 41 |
| Octal | 274 | 210 | 301 | 3 | 36 | 0 | 30 | 447 | 37 | 101 |
| Binary | 10111100 | 10001000 | 11000001 | 11 | 11110 | 0 | 11000 | 100100111 | 11111 | 1000001 |
Color Harmonies of #BC88C1
Complementary color
Monochromatic Colors of #BC88C1
Black with #BC88C1
Text Example
Text Example
White with #BC88C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88C1; }
p { color: rgb(188,136,193); }
H1.HeaderClassName
{
color: #BC88C1;
}
.AnyTagClassName
{
color: #BC88C1;
}
</style>
background-color css
<style>
a { background-color: #BC88C1; }
a { background-color: rgb(188,136,193); }
div.DivClassName
{
background-color: #BC88C1;
}
.BgClassName
{
background-color: #BC88C1;
}
</style>
border-color css
<style>
span { border-color: #BC88C1; }
span { border-color: rgb(188,136,193); }
td.TdClassName
{
border-color: #BC88C1;
}
.TagClassName
{
border-color: #BC88C1;
}
</style>