Shades of Lilac #BC96BD
Tints of Lilac #BC96BD
RGB
CMYK
RGB Variations
Color information
#BC96BD (or 0xBC96BD) is known color: Lilac. HEX triplet: BC, 96 and BD. RGB value is (188,150,189). Sum of RGB (Red+Green+Blue) = 188+150+189=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96BD is #436942. Grayscale: #A5A5A5. Windows color (decimal): -4417859 or 12424892. OLE color: 12424892.
HSL color Cylindrical-coordinate representation of color #BC96BD: hue angle of 298.46º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC96BD is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 189 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.26 |
| HSL | 298.46º | 0.23% | 0.66% | - |
| HSV(B) | 298.46º | 0.21% | 0.74% | - |
| XYZ | 40.83 | 36.18 | 52.98 | - |
| YUV | 165.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 189 | 0.01 | 0.21 | 0 | 0.26 | 298.46 | 0.23 | 0.66 |
| Hex | BC | 96 | BD | 1 | 15 | 0 | 1A | 12A | 17 | 42 |
| Octal | 274 | 226 | 275 | 1 | 25 | 0 | 32 | 452 | 27 | 102 |
| Binary | 10111100 | 10010110 | 10111101 | 1 | 10101 | 0 | 11010 | 100101010 | 10111 | 1000010 |
Color Harmonies of #BC96BD
Complementary color
Monochromatic Colors of #BC96BD
Black with #BC96BD
Text Example
Text Example
White with #BC96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96BD; }
p { color: rgb(188,150,189); }
H1.HeaderClassName
{
color: #BC96BD;
}
.AnyTagClassName
{
color: #BC96BD;
}
</style>
background-color css
<style>
a { background-color: #BC96BD; }
a { background-color: rgb(188,150,189); }
div.DivClassName
{
background-color: #BC96BD;
}
.BgClassName
{
background-color: #BC96BD;
}
</style>
border-color css
<style>
span { border-color: #BC96BD; }
span { border-color: rgb(188,150,189); }
td.TdClassName
{
border-color: #BC96BD;
}
.TagClassName
{
border-color: #BC96BD;
}
</style>