Shades of Lilac #BE93C5
Tints of Lilac #BE93C5
RGB
CMYK
RGB Variations
Color information
#BE93C5 (or 0xBE93C5) is known color: Lilac. HEX triplet: BE, 93 and C5. RGB value is (190,147,197). Sum of RGB (Red+Green+Blue) = 190+147+197=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE93C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93C5 is #416C3A. Grayscale: #A5A5A5. Windows color (decimal): -4287547 or 12948414. OLE color: 12948414.
HSL color Cylindrical-coordinate representation of color #BE93C5: hue angle of 291.6º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE93C5 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 147 | 197 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.23 |
| HSL | 291.6º | 0.3% | 0.67% | - |
| HSV(B) | 291.6º | 0.25% | 0.77% | - |
| XYZ | 41.75 | 35.85 | 57.54 | - |
| YUV | 165.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 197 | 0.04 | 0.25 | 0 | 0.23 | 291.6 | 0.3 | 0.67 |
| Hex | BE | 93 | C5 | 4 | 19 | 0 | 17 | 124 | 1E | 43 |
| Octal | 276 | 223 | 305 | 4 | 31 | 0 | 27 | 444 | 36 | 103 |
| Binary | 10111110 | 10010011 | 11000101 | 100 | 11001 | 0 | 10111 | 100100100 | 11110 | 1000011 |
Color Harmonies of #BE93C5
Complementary color
Monochromatic Colors of #BE93C5
Black with #BE93C5
Text Example
Text Example
White with #BE93C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE93C5; }
p { color: rgb(190,147,197); }
H1.HeaderClassName
{
color: #BE93C5;
}
.AnyTagClassName
{
color: #BE93C5;
}
</style>
background-color css
<style>
a { background-color: #BE93C5; }
a { background-color: rgb(190,147,197); }
div.DivClassName
{
background-color: #BE93C5;
}
.BgClassName
{
background-color: #BE93C5;
}
</style>
border-color css
<style>
span { border-color: #BE93C5; }
span { border-color: rgb(190,147,197); }
td.TdClassName
{
border-color: #BE93C5;
}
.TagClassName
{
border-color: #BE93C5;
}
</style>