Shades of Lilac #BE9ABA
Tints of Lilac #BE9ABA
RGB
CMYK
RGB Variations
Color information
#BE9ABA (or 0xBE9ABA) is known color: Lilac. HEX triplet: BE, 9A and BA. RGB value is (190,154,186). Sum of RGB (Red+Green+Blue) = 190+154+186=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ABA is #416545. Grayscale: #A8A8A8. Windows color (decimal): -4285766 or 12229310. OLE color: 12229310.
HSL color Cylindrical-coordinate representation of color #BE9ABA: hue angle of 306.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BE9ABA is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 186 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.25 |
| HSL | 306.67º | 0.22% | 0.67% | - |
| HSV(B) | 306.67º | 0.19% | 0.75% | - |
| XYZ | 41.65 | 37.6 | 51.52 | - |
| YUV | 168.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 186 | 0 | 0.19 | 0.02 | 0.25 | 306.67 | 0.22 | 0.67 |
| Hex | BE | 9A | BA | 0 | 13 | 2 | 19 | 133 | 16 | 43 |
| Octal | 276 | 232 | 272 | 0 | 23 | 2 | 31 | 463 | 26 | 103 |
| Binary | 10111110 | 10011010 | 10111010 | 0 | 10011 | 10 | 11001 | 100110011 | 10110 | 1000011 |
Color Harmonies of #BE9ABA
Complementary color
Monochromatic Colors of #BE9ABA
Black with #BE9ABA
Text Example
Text Example
White with #BE9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9ABA; }
p { color: rgb(190,154,186); }
H1.HeaderClassName
{
color: #BE9ABA;
}
.AnyTagClassName
{
color: #BE9ABA;
}
</style>
background-color css
<style>
a { background-color: #BE9ABA; }
a { background-color: rgb(190,154,186); }
div.DivClassName
{
background-color: #BE9ABA;
}
.BgClassName
{
background-color: #BE9ABA;
}
</style>
border-color css
<style>
span { border-color: #BE9ABA; }
span { border-color: rgb(190,154,186); }
td.TdClassName
{
border-color: #BE9ABA;
}
.TagClassName
{
border-color: #BE9ABA;
}
</style>