Shades of Lilac #BE96C5
Tints of Lilac #BE96C5
RGB
CMYK
RGB Variations
Color information
#BE96C5 (or 0xBE96C5) is known color: Lilac. HEX triplet: BE, 96 and C5. RGB value is (190,150,197). Sum of RGB (Red+Green+Blue) = 190+150+197=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE96C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96C5 is #41693A. Grayscale: #A7A7A7. Windows color (decimal): -4286779 or 12949182. OLE color: 12949182.
HSL color Cylindrical-coordinate representation of color #BE96C5: hue angle of 291.06º 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 #BE96C5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 150 | 197 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.23 |
| HSL | 291.06º | 0.29% | 0.68% | - |
| HSV(B) | 291.06º | 0.24% | 0.77% | - |
| XYZ | 42.22 | 36.79 | 57.7 | - |
| YUV | 167.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 197 | 0.04 | 0.24 | 0 | 0.23 | 291.06 | 0.29 | 0.68 |
| Hex | BE | 96 | C5 | 4 | 18 | 0 | 17 | 123 | 1D | 44 |
| Octal | 276 | 226 | 305 | 4 | 30 | 0 | 27 | 443 | 35 | 104 |
| Binary | 10111110 | 10010110 | 11000101 | 100 | 11000 | 0 | 10111 | 100100011 | 11101 | 1000100 |
Color Harmonies of #BE96C5
Complementary color
Monochromatic Colors of #BE96C5
Black with #BE96C5
Text Example
Text Example
White with #BE96C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96C5; }
p { color: rgb(190,150,197); }
H1.HeaderClassName
{
color: #BE96C5;
}
.AnyTagClassName
{
color: #BE96C5;
}
</style>
background-color css
<style>
a { background-color: #BE96C5; }
a { background-color: rgb(190,150,197); }
div.DivClassName
{
background-color: #BE96C5;
}
.BgClassName
{
background-color: #BE96C5;
}
</style>
border-color css
<style>
span { border-color: #BE96C5; }
span { border-color: rgb(190,150,197); }
td.TdClassName
{
border-color: #BE96C5;
}
.TagClassName
{
border-color: #BE96C5;
}
</style>