Shades of Lilac #BE8CC2
Tints of Lilac #BE8CC2
RGB
CMYK
RGB Variations
Color information
#BE8CC2 (or 0xBE8CC2) is known color: Lilac. HEX triplet: BE, 8C and C2. RGB value is (190,140,194). Sum of RGB (Red+Green+Blue) = 190+140+194=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE8CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CC2 is #41733D. Grayscale: #A0A0A0. Windows color (decimal): -4289342 or 12750014. OLE color: 12750014.
HSL color Cylindrical-coordinate representation of color #BE8CC2: hue angle of 295.56º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE8CC2 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 140 | 194 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.24 |
| HSL | 295.56º | 0.31% | 0.65% | - |
| HSV(B) | 295.56º | 0.28% | 0.76% | - |
| XYZ | 40.35 | 33.6 | 55.4 | - |
| YUV | 161.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 194 | 0.02 | 0.28 | 0 | 0.24 | 295.56 | 0.31 | 0.65 |
| Hex | BE | 8C | C2 | 2 | 1C | 0 | 18 | 128 | 1F | 41 |
| Octal | 276 | 214 | 302 | 2 | 34 | 0 | 30 | 450 | 37 | 101 |
| Binary | 10111110 | 10001100 | 11000010 | 10 | 11100 | 0 | 11000 | 100101000 | 11111 | 1000001 |
Color Harmonies of #BE8CC2
Complementary color
Monochromatic Colors of #BE8CC2
Black with #BE8CC2
Text Example
Text Example
White with #BE8CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CC2; }
p { color: rgb(190,140,194); }
H1.HeaderClassName
{
color: #BE8CC2;
}
.AnyTagClassName
{
color: #BE8CC2;
}
</style>
background-color css
<style>
a { background-color: #BE8CC2; }
a { background-color: rgb(190,140,194); }
div.DivClassName
{
background-color: #BE8CC2;
}
.BgClassName
{
background-color: #BE8CC2;
}
</style>
border-color css
<style>
span { border-color: #BE8CC2; }
span { border-color: rgb(190,140,194); }
td.TdClassName
{
border-color: #BE8CC2;
}
.TagClassName
{
border-color: #BE8CC2;
}
</style>