Shades of Lily #BE89AA
Tints of Lily #BE89AA
RGB
CMYK
RGB Variations
Color information
#BE89AA (or 0xBE89AA) is known color: Lily. HEX triplet: BE, 89 and AA. RGB value is (190,137,170). Sum of RGB (Red+Green+Blue) = 190+137+170=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BE89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE89AA is #417655. Grayscale: #9C9C9C. Windows color (decimal): -4290134 or 11176382. OLE color: 11176382.
HSL color Cylindrical-coordinate representation of color #BE89AA: hue angle of 322.64º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE89AA is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 170 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.25 |
| HSL | 322.64º | 0.29% | 0.64% | - |
| HSV(B) | 322.64º | 0.28% | 0.75% | - |
| XYZ | 37.44 | 31.74 | 42.18 | - |
| YUV | 156.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 170 | 0 | 0.28 | 0.11 | 0.25 | 322.64 | 0.29 | 0.64 |
| Hex | BE | 89 | AA | 0 | 1C | B | 19 | 143 | 1D | 40 |
| Octal | 276 | 211 | 252 | 0 | 34 | 13 | 31 | 503 | 35 | 100 |
| Binary | 10111110 | 10001001 | 10101010 | 0 | 11100 | 1011 | 11001 | 101000011 | 11101 | 1000000 |
Color Harmonies of #BE89AA
Complementary color
Monochromatic Colors of #BE89AA
Black with #BE89AA
Text Example
Text Example
White with #BE89AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE89AA; }
p { color: rgb(190,137,170); }
H1.HeaderClassName
{
color: #BE89AA;
}
.AnyTagClassName
{
color: #BE89AA;
}
</style>
background-color css
<style>
a { background-color: #BE89AA; }
a { background-color: rgb(190,137,170); }
div.DivClassName
{
background-color: #BE89AA;
}
.BgClassName
{
background-color: #BE89AA;
}
</style>
border-color css
<style>
span { border-color: #BE89AA; }
span { border-color: rgb(190,137,170); }
td.TdClassName
{
border-color: #BE89AA;
}
.TagClassName
{
border-color: #BE89AA;
}
</style>