Shades of Lilac #BC96C5
Tints of Lilac #BC96C5
RGB
CMYK
RGB Variations
Color information
#BC96C5 (or 0xBC96C5) is known color: Lilac. HEX triplet: BC, 96 and C5. RGB value is (188,150,197). Sum of RGB (Red+Green+Blue) = 188+150+197=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC96C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96C5 is #43693A. Grayscale: #A6A6A6. Windows color (decimal): -4417851 or 12949180. OLE color: 12949180.
HSL color Cylindrical-coordinate representation of color #BC96C5: hue angle of 288.51º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC96C5 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 150 | 197 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.23 |
| HSL | 288.51º | 0.29% | 0.68% | - |
| HSV(B) | 288.51º | 0.24% | 0.77% | - |
| XYZ | 41.72 | 36.54 | 57.68 | - |
| YUV | 166.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 197 | 0.05 | 0.24 | 0 | 0.23 | 288.51 | 0.29 | 0.68 |
| Hex | BC | 96 | C5 | 5 | 18 | 0 | 17 | 121 | 1D | 44 |
| Octal | 274 | 226 | 305 | 5 | 30 | 0 | 27 | 441 | 35 | 104 |
| Binary | 10111100 | 10010110 | 11000101 | 101 | 11000 | 0 | 10111 | 100100001 | 11101 | 1000100 |
Color Harmonies of #BC96C5
Complementary color
Monochromatic Colors of #BC96C5
Black with #BC96C5
Text Example
Text Example
White with #BC96C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96C5; }
p { color: rgb(188,150,197); }
H1.HeaderClassName
{
color: #BC96C5;
}
.AnyTagClassName
{
color: #BC96C5;
}
</style>
background-color css
<style>
a { background-color: #BC96C5; }
a { background-color: rgb(188,150,197); }
div.DivClassName
{
background-color: #BC96C5;
}
.BgClassName
{
background-color: #BC96C5;
}
</style>
border-color css
<style>
span { border-color: #BC96C5; }
span { border-color: rgb(188,150,197); }
td.TdClassName
{
border-color: #BC96C5;
}
.TagClassName
{
border-color: #BC96C5;
}
</style>