Shades of Lilac #BE93BE
Tints of Lilac #BE93BE
RGB
CMYK
RGB Variations
Color information
#BE93BE (or 0xBE93BE) is known color: Lilac. HEX triplet: BE, 93 and BE. RGB value is (190,147,190). Sum of RGB (Red+Green+Blue) = 190+147+190=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93BE is #416C41. Grayscale: #A4A4A4. Windows color (decimal): -4287554 or 12489662. OLE color: 12489662.
HSL color Cylindrical-coordinate representation of color #BE93BE: hue angle of 300º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE93BE is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 190 | - |
| CMYK | 0 | 0.23 | 0 | 0.25 |
| HSL | 300º | 0.25% | 0.66% | - |
| HSV(B) | 300º | 0.23% | 0.75% | - |
| XYZ | 40.96 | 35.53 | 53.41 | - |
| YUV | 164.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 190 | 0 | 0.23 | 0 | 0.25 | 300 | 0.25 | 0.66 |
| Hex | BE | 93 | BE | 0 | 17 | 0 | 19 | 12C | 19 | 42 |
| Octal | 276 | 223 | 276 | 0 | 27 | 0 | 31 | 454 | 31 | 102 |
| Binary | 10111110 | 10010011 | 10111110 | 0 | 10111 | 0 | 11001 | 100101100 | 11001 | 1000010 |
Color Harmonies of #BE93BE
Complementary color
Monochromatic Colors of #BE93BE
Black with #BE93BE
Text Example
Text Example
White with #BE93BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE93BE; }
p { color: rgb(190,147,190); }
H1.HeaderClassName
{
color: #BE93BE;
}
.AnyTagClassName
{
color: #BE93BE;
}
</style>
background-color css
<style>
a { background-color: #BE93BE; }
a { background-color: rgb(190,147,190); }
div.DivClassName
{
background-color: #BE93BE;
}
.BgClassName
{
background-color: #BE93BE;
}
</style>
border-color css
<style>
span { border-color: #BE93BE; }
span { border-color: rgb(190,147,190); }
td.TdClassName
{
border-color: #BE93BE;
}
.TagClassName
{
border-color: #BE93BE;
}
</style>