Shades of Lilac #BE8DC2
Tints of Lilac #BE8DC2
RGB
CMYK
RGB Variations
Color information
#BE8DC2 (or 0xBE8DC2) is known color: Lilac. HEX triplet: BE, 8D and C2. RGB value is (190,141,194). Sum of RGB (Red+Green+Blue) = 190+141+194=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE8DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DC2 is #41723D. Grayscale: #A1A1A1. Windows color (decimal): -4289086 or 12750270. OLE color: 12750270.
HSL color Cylindrical-coordinate representation of color #BE8DC2: hue angle of 295.47º 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 #BE8DC2 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 141 | 194 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.24 |
| HSL | 295.47º | 0.3% | 0.66% | - |
| HSV(B) | 295.47º | 0.27% | 0.76% | - |
| XYZ | 40.5 | 33.89 | 55.45 | - |
| YUV | 161.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 194 | 0.02 | 0.27 | 0 | 0.24 | 295.47 | 0.3 | 0.66 |
| Hex | BE | 8D | C2 | 2 | 1B | 0 | 18 | 127 | 1E | 42 |
| Octal | 276 | 215 | 302 | 2 | 33 | 0 | 30 | 447 | 36 | 102 |
| Binary | 10111110 | 10001101 | 11000010 | 10 | 11011 | 0 | 11000 | 100100111 | 11110 | 1000010 |
Color Harmonies of #BE8DC2
Complementary color
Monochromatic Colors of #BE8DC2
Black with #BE8DC2
Text Example
Text Example
White with #BE8DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DC2; }
p { color: rgb(190,141,194); }
H1.HeaderClassName
{
color: #BE8DC2;
}
.AnyTagClassName
{
color: #BE8DC2;
}
</style>
background-color css
<style>
a { background-color: #BE8DC2; }
a { background-color: rgb(190,141,194); }
div.DivClassName
{
background-color: #BE8DC2;
}
.BgClassName
{
background-color: #BE8DC2;
}
</style>
border-color css
<style>
span { border-color: #BE8DC2; }
span { border-color: rgb(190,141,194); }
td.TdClassName
{
border-color: #BE8DC2;
}
.TagClassName
{
border-color: #BE8DC2;
}
</style>