Shades of Lilac #BE9EBA
Tints of Lilac #BE9EBA
RGB
CMYK
RGB Variations
Color information
#BE9EBA (or 0xBE9EBA) is known color: Lilac. HEX triplet: BE, 9E and BA. RGB value is (190,158,186). Sum of RGB (Red+Green+Blue) = 190+158+186=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EBA is #416145. Grayscale: #AAAAAA. Windows color (decimal): -4284742 or 12230334. OLE color: 12230334.
HSL color Cylindrical-coordinate representation of color #BE9EBA: hue angle of 307.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BE9EBA is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 158 | 186 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.25 |
| HSL | 307.5º | 0.2% | 0.68% | - |
| HSV(B) | 307.5º | 0.17% | 0.75% | - |
| XYZ | 42.32 | 38.95 | 51.74 | - |
| YUV | 170.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 186 | 0 | 0.17 | 0.02 | 0.25 | 307.5 | 0.2 | 0.68 |
| Hex | BE | 9E | BA | 0 | 11 | 2 | 19 | 134 | 14 | 44 |
| Octal | 276 | 236 | 272 | 0 | 21 | 2 | 31 | 464 | 24 | 104 |
| Binary | 10111110 | 10011110 | 10111010 | 0 | 10001 | 10 | 11001 | 100110100 | 10100 | 1000100 |
Color Harmonies of #BE9EBA
Complementary color
Monochromatic Colors of #BE9EBA
Black with #BE9EBA
Text Example
Text Example
White with #BE9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9EBA; }
p { color: rgb(190,158,186); }
H1.HeaderClassName
{
color: #BE9EBA;
}
.AnyTagClassName
{
color: #BE9EBA;
}
</style>
background-color css
<style>
a { background-color: #BE9EBA; }
a { background-color: rgb(190,158,186); }
div.DivClassName
{
background-color: #BE9EBA;
}
.BgClassName
{
background-color: #BE9EBA;
}
</style>
border-color css
<style>
span { border-color: #BE9EBA; }
span { border-color: rgb(190,158,186); }
td.TdClassName
{
border-color: #BE9EBA;
}
.TagClassName
{
border-color: #BE9EBA;
}
</style>