Shades of Lilac #BE8EC2
Tints of Lilac #BE8EC2
RGB
CMYK
RGB Variations
Color information
#BE8EC2 (or 0xBE8EC2) is known color: Lilac. HEX triplet: BE, 8E and C2. RGB value is (190,142,194). Sum of RGB (Red+Green+Blue) = 190+142+194=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE8EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8EC2 is #41713D. Grayscale: #A2A2A2. Windows color (decimal): -4288830 or 12750526. OLE color: 12750526.
HSL color Cylindrical-coordinate representation of color #BE8EC2: hue angle of 295.38º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8EC2 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 142 | 194 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.24 |
| HSL | 295.38º | 0.3% | 0.66% | - |
| HSV(B) | 295.38º | 0.27% | 0.76% | - |
| XYZ | 40.65 | 34.19 | 55.5 | - |
| YUV | 162.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 194 | 0.02 | 0.27 | 0 | 0.24 | 295.38 | 0.3 | 0.66 |
| Hex | BE | 8E | C2 | 2 | 1B | 0 | 18 | 127 | 1E | 42 |
| Octal | 276 | 216 | 302 | 2 | 33 | 0 | 30 | 447 | 36 | 102 |
| Binary | 10111110 | 10001110 | 11000010 | 10 | 11011 | 0 | 11000 | 100100111 | 11110 | 1000010 |
Color Harmonies of #BE8EC2
Complementary color
Monochromatic Colors of #BE8EC2
Black with #BE8EC2
Text Example
Text Example
White with #BE8EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8EC2; }
p { color: rgb(190,142,194); }
H1.HeaderClassName
{
color: #BE8EC2;
}
.AnyTagClassName
{
color: #BE8EC2;
}
</style>
background-color css
<style>
a { background-color: #BE8EC2; }
a { background-color: rgb(190,142,194); }
div.DivClassName
{
background-color: #BE8EC2;
}
.BgClassName
{
background-color: #BE8EC2;
}
</style>
border-color css
<style>
span { border-color: #BE8EC2; }
span { border-color: rgb(190,142,194); }
td.TdClassName
{
border-color: #BE8EC2;
}
.TagClassName
{
border-color: #BE8EC2;
}
</style>