Shades of Lily #BE9AAA
Tints of Lily #BE9AAA
RGB
CMYK
RGB Variations
Color information
#BE9AAA (or 0xBE9AAA) is known color: Lily. HEX triplet: BE, 9A and AA. RGB value is (190,154,170). Sum of RGB (Red+Green+Blue) = 190+154+170=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9AAA is #416555. Grayscale: #A6A6A6. Windows color (decimal): -4285782 or 11180734. OLE color: 11180734.
HSL color Cylindrical-coordinate representation of color #BE9AAA: hue angle of 333.33º 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 #BE9AAA is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 170 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.25 |
| HSL | 333.33º | 0.22% | 0.67% | - |
| HSV(B) | 333.33º | 0.19% | 0.75% | - |
| XYZ | 40.05 | 36.96 | 43.05 | - |
| YUV | 166.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 170 | 0 | 0.19 | 0.11 | 0.25 | 333.33 | 0.22 | 0.67 |
| Hex | BE | 9A | AA | 0 | 13 | B | 19 | 14D | 16 | 43 |
| Octal | 276 | 232 | 252 | 0 | 23 | 13 | 31 | 515 | 26 | 103 |
| Binary | 10111110 | 10011010 | 10101010 | 0 | 10011 | 1011 | 11001 | 101001101 | 10110 | 1000011 |
Color Harmonies of #BE9AAA
Complementary color
Monochromatic Colors of #BE9AAA
Black with #BE9AAA
Text Example
Text Example
White with #BE9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9AAA; }
p { color: rgb(190,154,170); }
H1.HeaderClassName
{
color: #BE9AAA;
}
.AnyTagClassName
{
color: #BE9AAA;
}
</style>
background-color css
<style>
a { background-color: #BE9AAA; }
a { background-color: rgb(190,154,170); }
div.DivClassName
{
background-color: #BE9AAA;
}
.BgClassName
{
background-color: #BE9AAA;
}
</style>
border-color css
<style>
span { border-color: #BE9AAA; }
span { border-color: rgb(190,154,170); }
td.TdClassName
{
border-color: #BE9AAA;
}
.TagClassName
{
border-color: #BE9AAA;
}
</style>