Shades of Lily #BE90AB
Tints of Lily #BE90AB
RGB
CMYK
RGB Variations
Color information
#BE90AB (or 0xBE90AB) is known color: Lily. HEX triplet: BE, 90 and AB. RGB value is (190,144,171). Sum of RGB (Red+Green+Blue) = 190+144+171=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BE90AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE90AB is #416F54. Grayscale: #A0A0A0. Windows color (decimal): -4288341 or 11243710. OLE color: 11243710.
HSL color Cylindrical-coordinate representation of color #BE90AB: hue angle of 324.78º 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 #BE90AB is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 171 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.25 |
| HSL | 324.78º | 0.26% | 0.65% | - |
| HSV(B) | 324.78º | 0.24% | 0.75% | - |
| XYZ | 38.56 | 33.83 | 43.03 | - |
| YUV | 160.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 171 | 0 | 0.24 | 0.10 | 0.25 | 324.78 | 0.26 | 0.65 |
| Hex | BE | 90 | AB | 0 | 18 | A | 19 | 145 | 1A | 41 |
| Octal | 276 | 220 | 253 | 0 | 30 | 12 | 31 | 505 | 32 | 101 |
| Binary | 10111110 | 10010000 | 10101011 | 0 | 11000 | 1010 | 11001 | 101000101 | 11010 | 1000001 |
Color Harmonies of #BE90AB
Complementary color
Monochromatic Colors of #BE90AB
Black with #BE90AB
Text Example
Text Example
White with #BE90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90AB; }
p { color: rgb(190,144,171); }
H1.HeaderClassName
{
color: #BE90AB;
}
.AnyTagClassName
{
color: #BE90AB;
}
</style>
background-color css
<style>
a { background-color: #BE90AB; }
a { background-color: rgb(190,144,171); }
div.DivClassName
{
background-color: #BE90AB;
}
.BgClassName
{
background-color: #BE90AB;
}
</style>
border-color css
<style>
span { border-color: #BE90AB; }
span { border-color: rgb(190,144,171); }
td.TdClassName
{
border-color: #BE90AB;
}
.TagClassName
{
border-color: #BE90AB;
}
</style>