Shades of Lilac #BE96BD
Tints of Lilac #BE96BD
RGB
CMYK
RGB Variations
Color information
#BE96BD (or 0xBE96BD) is known color: Lilac. HEX triplet: BE, 96 and BD. RGB value is (190,150,189). Sum of RGB (Red+Green+Blue) = 190+150+189=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96BD is #416942. Grayscale: #A6A6A6. Windows color (decimal): -4286787 or 12424894. OLE color: 12424894.
HSL color Cylindrical-coordinate representation of color #BE96BD: hue angle of 301.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE96BD is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 189 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.25 |
| HSL | 301.5º | 0.24% | 0.67% | - |
| HSV(B) | 301.5º | 0.21% | 0.75% | - |
| XYZ | 41.33 | 36.43 | 53 | - |
| YUV | 166.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 189 | 0 | 0.21 | 0.01 | 0.25 | 301.5 | 0.24 | 0.67 |
| Hex | BE | 96 | BD | 0 | 15 | 1 | 19 | 12E | 18 | 43 |
| Octal | 276 | 226 | 275 | 0 | 25 | 1 | 31 | 456 | 30 | 103 |
| Binary | 10111110 | 10010110 | 10111101 | 0 | 10101 | 1 | 11001 | 100101110 | 11000 | 1000011 |
Color Harmonies of #BE96BD
Complementary color
Monochromatic Colors of #BE96BD
Black with #BE96BD
Text Example
Text Example
White with #BE96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96BD; }
p { color: rgb(190,150,189); }
H1.HeaderClassName
{
color: #BE96BD;
}
.AnyTagClassName
{
color: #BE96BD;
}
</style>
background-color css
<style>
a { background-color: #BE96BD; }
a { background-color: rgb(190,150,189); }
div.DivClassName
{
background-color: #BE96BD;
}
.BgClassName
{
background-color: #BE96BD;
}
</style>
border-color css
<style>
span { border-color: #BE96BD; }
span { border-color: rgb(190,150,189); }
td.TdClassName
{
border-color: #BE96BD;
}
.TagClassName
{
border-color: #BE96BD;
}
</style>