Shades of Lily #BE89A6
Tints of Lily #BE89A6
RGB
CMYK
RGB Variations
Color information
#BE89A6 (or 0xBE89A6) is known color: Lily. HEX triplet: BE, 89 and A6. RGB value is (190,137,166). Sum of RGB (Red+Green+Blue) = 190+137+166=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE89A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE89A6 is #417659. Grayscale: #9C9C9C. Windows color (decimal): -4290138 or 10914238. OLE color: 10914238.
HSL color Cylindrical-coordinate representation of color #BE89A6: hue angle of 327.17º 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 #BE89A6 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 166 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.25 |
| HSL | 327.17º | 0.29% | 0.64% | - |
| HSV(B) | 327.17º | 0.28% | 0.75% | - |
| XYZ | 37.06 | 31.59 | 40.22 | - |
| YUV | 156.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 166 | 0 | 0.28 | 0.13 | 0.25 | 327.17 | 0.29 | 0.64 |
| Hex | BE | 89 | A6 | 0 | 1C | D | 19 | 147 | 1D | 40 |
| Octal | 276 | 211 | 246 | 0 | 34 | 15 | 31 | 507 | 35 | 100 |
| Binary | 10111110 | 10001001 | 10100110 | 0 | 11100 | 1101 | 11001 | 101000111 | 11101 | 1000000 |
Color Harmonies of #BE89A6
Complementary color
Monochromatic Colors of #BE89A6
Black with #BE89A6
Text Example
Text Example
White with #BE89A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE89A6; }
p { color: rgb(190,137,166); }
H1.HeaderClassName
{
color: #BE89A6;
}
.AnyTagClassName
{
color: #BE89A6;
}
</style>
background-color css
<style>
a { background-color: #BE89A6; }
a { background-color: rgb(190,137,166); }
div.DivClassName
{
background-color: #BE89A6;
}
.BgClassName
{
background-color: #BE89A6;
}
</style>
border-color css
<style>
span { border-color: #BE89A6; }
span { border-color: rgb(190,137,166); }
td.TdClassName
{
border-color: #BE89A6;
}
.TagClassName
{
border-color: #BE89A6;
}
</style>