Shades of Lilac #BE96BC
Tints of Lilac #BE96BC
RGB
CMYK
RGB Variations
Color information
#BE96BC (or 0xBE96BC) is known color: Lilac. HEX triplet: BE, 96 and BC. RGB value is (190,150,188). Sum of RGB (Red+Green+Blue) = 190+150+188=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96BC is #416943. Grayscale: #A6A6A6. Windows color (decimal): -4286788 or 12359358. OLE color: 12359358.
HSL color Cylindrical-coordinate representation of color #BE96BC: hue angle of 303º 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 #BE96BC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 188 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.25 |
| HSL | 303º | 0.24% | 0.67% | - |
| HSV(B) | 303º | 0.21% | 0.75% | - |
| XYZ | 41.22 | 36.39 | 52.43 | - |
| YUV | 166.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 188 | 0 | 0.21 | 0.01 | 0.25 | 303 | 0.24 | 0.67 |
| Hex | BE | 96 | BC | 0 | 15 | 1 | 19 | 12F | 18 | 43 |
| Octal | 276 | 226 | 274 | 0 | 25 | 1 | 31 | 457 | 30 | 103 |
| Binary | 10111110 | 10010110 | 10111100 | 0 | 10101 | 1 | 11001 | 100101111 | 11000 | 1000011 |
Color Harmonies of #BE96BC
Complementary color
Monochromatic Colors of #BE96BC
Black with #BE96BC
Text Example
Text Example
White with #BE96BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96BC; }
p { color: rgb(190,150,188); }
H1.HeaderClassName
{
color: #BE96BC;
}
.AnyTagClassName
{
color: #BE96BC;
}
</style>
background-color css
<style>
a { background-color: #BE96BC; }
a { background-color: rgb(190,150,188); }
div.DivClassName
{
background-color: #BE96BC;
}
.BgClassName
{
background-color: #BE96BC;
}
</style>
border-color css
<style>
span { border-color: #BE96BC; }
span { border-color: rgb(190,150,188); }
td.TdClassName
{
border-color: #BE96BC;
}
.TagClassName
{
border-color: #BE96BC;
}
</style>