Shades of Lilac #BE96C9
Tints of Lilac #BE96C9
RGB
CMYK
RGB Variations
Color information
#BE96C9 (or 0xBE96C9) is known color: Lilac. HEX triplet: BE, 96 and C9. RGB value is (190,150,201). Sum of RGB (Red+Green+Blue) = 190+150+201=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE96C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96C9 is #416936. Grayscale: #A7A7A7. Windows color (decimal): -4286775 or 13211326. OLE color: 13211326.
HSL color Cylindrical-coordinate representation of color #BE96C9: hue angle of 287.06º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE96C9 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 150 | 201 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.21 |
| HSL | 287.06º | 0.32% | 0.69% | - |
| HSV(B) | 287.06º | 0.25% | 0.79% | - |
| XYZ | 42.68 | 36.98 | 60.15 | - |
| YUV | 167.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 201 | 0.05 | 0.25 | 0 | 0.21 | 287.06 | 0.32 | 0.69 |
| Hex | BE | 96 | C9 | 5 | 19 | 0 | 15 | 11F | 20 | 45 |
| Octal | 276 | 226 | 311 | 5 | 31 | 0 | 25 | 437 | 40 | 105 |
| Binary | 10111110 | 10010110 | 11001001 | 101 | 11001 | 0 | 10101 | 100011111 | 100000 | 1000101 |
Color Harmonies of #BE96C9
Complementary color
Monochromatic Colors of #BE96C9
Black with #BE96C9
Text Example
Text Example
White with #BE96C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96C9; }
p { color: rgb(190,150,201); }
H1.HeaderClassName
{
color: #BE96C9;
}
.AnyTagClassName
{
color: #BE96C9;
}
</style>
background-color css
<style>
a { background-color: #BE96C9; }
a { background-color: rgb(190,150,201); }
div.DivClassName
{
background-color: #BE96C9;
}
.BgClassName
{
background-color: #BE96C9;
}
</style>
border-color css
<style>
span { border-color: #BE96C9; }
span { border-color: rgb(190,150,201); }
td.TdClassName
{
border-color: #BE96C9;
}
.TagClassName
{
border-color: #BE96C9;
}
</style>