Shades of Lilac #BE84C2
Tints of Lilac #BE84C2
RGB
CMYK
RGB Variations
Color information
#BE84C2 (or 0xBE84C2) is known color: Lilac. HEX triplet: BE, 84 and C2. RGB value is (190,132,194). Sum of RGB (Red+Green+Blue) = 190+132+194=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE84C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE84C2 is #417B3D. Grayscale: #9C9C9C. Windows color (decimal): -4291390 or 12747966. OLE color: 12747966.
HSL color Cylindrical-coordinate representation of color #BE84C2: hue angle of 296.13º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE84C2 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 132 | 194 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.24 |
| HSL | 296.13º | 0.34% | 0.64% | - |
| HSV(B) | 296.13º | 0.32% | 0.76% | - |
| XYZ | 39.22 | 31.34 | 55.02 | - |
| YUV | 156.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 194 | 0.02 | 0.32 | 0 | 0.24 | 296.13 | 0.34 | 0.64 |
| Hex | BE | 84 | C2 | 2 | 20 | 0 | 18 | 128 | 22 | 40 |
| Octal | 276 | 204 | 302 | 2 | 40 | 0 | 30 | 450 | 42 | 100 |
| Binary | 10111110 | 10000100 | 11000010 | 10 | 100000 | 0 | 11000 | 100101000 | 100010 | 1000000 |
Color Harmonies of #BE84C2
Complementary color
Monochromatic Colors of #BE84C2
Black with #BE84C2
Text Example
Text Example
White with #BE84C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE84C2; }
p { color: rgb(190,132,194); }
H1.HeaderClassName
{
color: #BE84C2;
}
.AnyTagClassName
{
color: #BE84C2;
}
</style>
background-color css
<style>
a { background-color: #BE84C2; }
a { background-color: rgb(190,132,194); }
div.DivClassName
{
background-color: #BE84C2;
}
.BgClassName
{
background-color: #BE84C2;
}
</style>
border-color css
<style>
span { border-color: #BE84C2; }
span { border-color: rgb(190,132,194); }
td.TdClassName
{
border-color: #BE84C2;
}
.TagClassName
{
border-color: #BE84C2;
}
</style>