Shades of Lily #BE90AD
Tints of Lily #BE90AD
RGB
CMYK
RGB Variations
Color information
#BE90AD (or 0xBE90AD) is known color: Lily. HEX triplet: BE, 90 and AD. RGB value is (190,144,173). Sum of RGB (Red+Green+Blue) = 190+144+173=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BE90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE90AD is #416F52. Grayscale: #A0A0A0. Windows color (decimal): -4288339 or 11374782. OLE color: 11374782.
HSL color Cylindrical-coordinate representation of color #BE90AD: hue angle of 322.17º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE90AD is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 173 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.25 |
| HSL | 322.17º | 0.26% | 0.65% | - |
| HSV(B) | 322.17º | 0.24% | 0.75% | - |
| XYZ | 38.75 | 33.91 | 44.04 | - |
| YUV | 161.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 173 | 0 | 0.24 | 0.09 | 0.25 | 322.17 | 0.26 | 0.65 |
| Hex | BE | 90 | AD | 0 | 18 | 9 | 19 | 142 | 1A | 41 |
| Octal | 276 | 220 | 255 | 0 | 30 | 11 | 31 | 502 | 32 | 101 |
| Binary | 10111110 | 10010000 | 10101101 | 0 | 11000 | 1001 | 11001 | 101000010 | 11010 | 1000001 |
Color Harmonies of #BE90AD
Complementary color
Monochromatic Colors of #BE90AD
Black with #BE90AD
Text Example
Text Example
White with #BE90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90AD; }
p { color: rgb(190,144,173); }
H1.HeaderClassName
{
color: #BE90AD;
}
.AnyTagClassName
{
color: #BE90AD;
}
</style>
background-color css
<style>
a { background-color: #BE90AD; }
a { background-color: rgb(190,144,173); }
div.DivClassName
{
background-color: #BE90AD;
}
.BgClassName
{
background-color: #BE90AD;
}
</style>
border-color css
<style>
span { border-color: #BE90AD; }
span { border-color: rgb(190,144,173); }
td.TdClassName
{
border-color: #BE90AD;
}
.TagClassName
{
border-color: #BE90AD;
}
</style>