Shades of Lilac #BE94C2
Tints of Lilac #BE94C2
RGB
CMYK
RGB Variations
Color information
#BE94C2 (or 0xBE94C2) is known color: Lilac. HEX triplet: BE, 94 and C2. RGB value is (190,148,194). Sum of RGB (Red+Green+Blue) = 190+148+194=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE94C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94C2 is #416B3D. Grayscale: #A5A5A5. Windows color (decimal): -4287294 or 12752062. OLE color: 12752062.
HSL color Cylindrical-coordinate representation of color #BE94C2: hue angle of 294.78º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE94C2 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 148 | 194 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.24 |
| HSL | 294.78º | 0.27% | 0.67% | - |
| HSV(B) | 294.78º | 0.24% | 0.76% | - |
| XYZ | 41.56 | 36.02 | 55.8 | - |
| YUV | 165.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 194 | 0.02 | 0.24 | 0 | 0.24 | 294.78 | 0.27 | 0.67 |
| Hex | BE | 94 | C2 | 2 | 18 | 0 | 18 | 127 | 1B | 43 |
| Octal | 276 | 224 | 302 | 2 | 30 | 0 | 30 | 447 | 33 | 103 |
| Binary | 10111110 | 10010100 | 11000010 | 10 | 11000 | 0 | 11000 | 100100111 | 11011 | 1000011 |
Color Harmonies of #BE94C2
Complementary color
Monochromatic Colors of #BE94C2
Black with #BE94C2
Text Example
Text Example
White with #BE94C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE94C2; }
p { color: rgb(190,148,194); }
H1.HeaderClassName
{
color: #BE94C2;
}
.AnyTagClassName
{
color: #BE94C2;
}
</style>
background-color css
<style>
a { background-color: #BE94C2; }
a { background-color: rgb(190,148,194); }
div.DivClassName
{
background-color: #BE94C2;
}
.BgClassName
{
background-color: #BE94C2;
}
</style>
border-color css
<style>
span { border-color: #BE94C2; }
span { border-color: rgb(190,148,194); }
td.TdClassName
{
border-color: #BE94C2;
}
.TagClassName
{
border-color: #BE94C2;
}
</style>