Shades of Lilac #BE96BB
Tints of Lilac #BE96BB
RGB
CMYK
RGB Variations
Color information
#BE96BB (or 0xBE96BB) is known color: Lilac. HEX triplet: BE, 96 and BB. RGB value is (190,150,187). Sum of RGB (Red+Green+Blue) = 190+150+187=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96BB is #416944. Grayscale: #A6A6A6. Windows color (decimal): -4286789 or 12293822. OLE color: 12293822.
HSL color Cylindrical-coordinate representation of color #BE96BB: hue angle of 304.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 #BE96BB is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 187 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.25 |
| HSL | 304.5º | 0.24% | 0.67% | - |
| HSV(B) | 304.5º | 0.21% | 0.75% | - |
| XYZ | 41.11 | 36.35 | 51.86 | - |
| YUV | 166.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 187 | 0 | 0.21 | 0.02 | 0.25 | 304.5 | 0.24 | 0.67 |
| Hex | BE | 96 | BB | 0 | 15 | 2 | 19 | 130 | 18 | 43 |
| Octal | 276 | 226 | 273 | 0 | 25 | 2 | 31 | 460 | 30 | 103 |
| Binary | 10111110 | 10010110 | 10111011 | 0 | 10101 | 10 | 11001 | 100110000 | 11000 | 1000011 |
Color Harmonies of #BE96BB
Complementary color
Monochromatic Colors of #BE96BB
Black with #BE96BB
Text Example
Text Example
White with #BE96BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96BB; }
p { color: rgb(190,150,187); }
H1.HeaderClassName
{
color: #BE96BB;
}
.AnyTagClassName
{
color: #BE96BB;
}
</style>
background-color css
<style>
a { background-color: #BE96BB; }
a { background-color: rgb(190,150,187); }
div.DivClassName
{
background-color: #BE96BB;
}
.BgClassName
{
background-color: #BE96BB;
}
</style>
border-color css
<style>
span { border-color: #BE96BB; }
span { border-color: rgb(190,150,187); }
td.TdClassName
{
border-color: #BE96BB;
}
.TagClassName
{
border-color: #BE96BB;
}
</style>