Shades of Lily #BE8DAA
Tints of Lily #BE8DAA
RGB
CMYK
RGB Variations
Color information
#BE8DAA (or 0xBE8DAA) is known color: Lily. HEX triplet: BE, 8D and AA. RGB value is (190,141,170). Sum of RGB (Red+Green+Blue) = 190+141+170=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8DAA is #417255. Grayscale: #9E9E9E. Windows color (decimal): -4289110 or 11177406. OLE color: 11177406.
HSL color Cylindrical-coordinate representation of color #BE8DAA: hue angle of 324.49º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE8DAA is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 170 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.25 |
| HSL | 324.49º | 0.27% | 0.65% | - |
| HSV(B) | 324.49º | 0.26% | 0.75% | - |
| XYZ | 38.02 | 32.9 | 42.38 | - |
| YUV | 158.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 170 | 0 | 0.26 | 0.11 | 0.25 | 324.49 | 0.27 | 0.65 |
| Hex | BE | 8D | AA | 0 | 1A | B | 19 | 144 | 1B | 41 |
| Octal | 276 | 215 | 252 | 0 | 32 | 13 | 31 | 504 | 33 | 101 |
| Binary | 10111110 | 10001101 | 10101010 | 0 | 11010 | 1011 | 11001 | 101000100 | 11011 | 1000001 |
Color Harmonies of #BE8DAA
Complementary color
Monochromatic Colors of #BE8DAA
Black with #BE8DAA
Text Example
Text Example
White with #BE8DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DAA; }
p { color: rgb(190,141,170); }
H1.HeaderClassName
{
color: #BE8DAA;
}
.AnyTagClassName
{
color: #BE8DAA;
}
</style>
background-color css
<style>
a { background-color: #BE8DAA; }
a { background-color: rgb(190,141,170); }
div.DivClassName
{
background-color: #BE8DAA;
}
.BgClassName
{
background-color: #BE8DAA;
}
</style>
border-color css
<style>
span { border-color: #BE8DAA; }
span { border-color: rgb(190,141,170); }
td.TdClassName
{
border-color: #BE8DAA;
}
.TagClassName
{
border-color: #BE8DAA;
}
</style>