Shades of Lilac #BE90BE
Tints of Lilac #BE90BE
RGB
CMYK
RGB Variations
Color information
#BE90BE (or 0xBE90BE) is known color: Lilac. HEX triplet: BE, 90 and BE. RGB value is (190,144,190). Sum of RGB (Red+Green+Blue) = 190+144+190=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90BE is #416F41. Grayscale: #A2A2A2. Windows color (decimal): -4288322 or 12488894. OLE color: 12488894.
HSL color Cylindrical-coordinate representation of color #BE90BE: hue angle of 300º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE90BE is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 190 | - |
| CMYK | 0 | 0.24 | 0 | 0.25 |
| HSL | 300º | 0.26% | 0.65% | - |
| HSV(B) | 300º | 0.24% | 0.75% | - |
| XYZ | 40.5 | 34.61 | 53.26 | - |
| YUV | 163 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 190 | 0 | 0.24 | 0 | 0.25 | 300 | 0.26 | 0.65 |
| Hex | BE | 90 | BE | 0 | 18 | 0 | 19 | 12C | 1A | 41 |
| Octal | 276 | 220 | 276 | 0 | 30 | 0 | 31 | 454 | 32 | 101 |
| Binary | 10111110 | 10010000 | 10111110 | 0 | 11000 | 0 | 11001 | 100101100 | 11010 | 1000001 |
Color Harmonies of #BE90BE
Complementary color
Monochromatic Colors of #BE90BE
Black with #BE90BE
Text Example
Text Example
White with #BE90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90BE; }
p { color: rgb(190,144,190); }
H1.HeaderClassName
{
color: #BE90BE;
}
.AnyTagClassName
{
color: #BE90BE;
}
</style>
background-color css
<style>
a { background-color: #BE90BE; }
a { background-color: rgb(190,144,190); }
div.DivClassName
{
background-color: #BE90BE;
}
.BgClassName
{
background-color: #BE90BE;
}
</style>
border-color css
<style>
span { border-color: #BE90BE; }
span { border-color: rgb(190,144,190); }
td.TdClassName
{
border-color: #BE90BE;
}
.TagClassName
{
border-color: #BE90BE;
}
</style>