Shades of Lily #BE9EAA
Tints of Lily #BE9EAA
RGB
CMYK
RGB Variations
Color information
#BE9EAA (or 0xBE9EAA) is known color: Lily. HEX triplet: BE, 9E and AA. RGB value is (190,158,170). Sum of RGB (Red+Green+Blue) = 190+158+170=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9EAA is #416155. Grayscale: #A8A8A8. Windows color (decimal): -4284758 or 11181758. OLE color: 11181758.
HSL color Cylindrical-coordinate representation of color #BE9EAA: hue angle of 337.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 #BE9EAA is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 158 | 170 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.25 |
| HSL | 337.5º | 0.2% | 0.68% | - |
| HSV(B) | 337.5º | 0.17% | 0.75% | - |
| XYZ | 40.72 | 38.3 | 43.28 | - |
| YUV | 168.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 170 | 0 | 0.17 | 0.11 | 0.25 | 337.5 | 0.2 | 0.68 |
| Hex | BE | 9E | AA | 0 | 11 | B | 19 | 152 | 14 | 44 |
| Octal | 276 | 236 | 252 | 0 | 21 | 13 | 31 | 522 | 24 | 104 |
| Binary | 10111110 | 10011110 | 10101010 | 0 | 10001 | 1011 | 11001 | 101010010 | 10100 | 1000100 |
Color Harmonies of #BE9EAA
Complementary color
Monochromatic Colors of #BE9EAA
Black with #BE9EAA
Text Example
Text Example
White with #BE9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9EAA; }
p { color: rgb(190,158,170); }
H1.HeaderClassName
{
color: #BE9EAA;
}
.AnyTagClassName
{
color: #BE9EAA;
}
</style>
background-color css
<style>
a { background-color: #BE9EAA; }
a { background-color: rgb(190,158,170); }
div.DivClassName
{
background-color: #BE9EAA;
}
.BgClassName
{
background-color: #BE9EAA;
}
</style>
border-color css
<style>
span { border-color: #BE9EAA; }
span { border-color: rgb(190,158,170); }
td.TdClassName
{
border-color: #BE9EAA;
}
.TagClassName
{
border-color: #BE9EAA;
}
</style>