Shades of Lily #BEA1AB
Tints of Lily #BEA1AB
RGB
CMYK
RGB Variations
Color information
#BEA1AB (or 0xBEA1AB) is known color: Lily. HEX triplet: BE, A1 and AB. RGB value is (190,161,171). Sum of RGB (Red+Green+Blue) = 190+161+171=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA1AB is #415E54. Grayscale: #AAAAAA. Windows color (decimal): -4283989 or 11248062. OLE color: 11248062.
HSL color Cylindrical-coordinate representation of color #BEA1AB: hue angle of 339.31º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEA1AB is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 171 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.25 |
| HSL | 339.31º | 0.18% | 0.69% | - |
| HSV(B) | 339.31º | 0.15% | 0.75% | - |
| XYZ | 41.33 | 39.38 | 43.95 | - |
| YUV | 170.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 171 | 0 | 0.15 | 0.10 | 0.25 | 339.31 | 0.18 | 0.69 |
| Hex | BE | A1 | AB | 0 | F | A | 19 | 153 | 12 | 45 |
| Octal | 276 | 241 | 253 | 0 | 17 | 12 | 31 | 523 | 22 | 105 |
| Binary | 10111110 | 10100001 | 10101011 | 0 | 1111 | 1010 | 11001 | 101010011 | 10010 | 1000101 |
Color Harmonies of #BEA1AB
Complementary color
Monochromatic Colors of #BEA1AB
Black with #BEA1AB
Text Example
Text Example
White with #BEA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA1AB; }
p { color: rgb(190,161,171); }
H1.HeaderClassName
{
color: #BEA1AB;
}
.AnyTagClassName
{
color: #BEA1AB;
}
</style>
background-color css
<style>
a { background-color: #BEA1AB; }
a { background-color: rgb(190,161,171); }
div.DivClassName
{
background-color: #BEA1AB;
}
.BgClassName
{
background-color: #BEA1AB;
}
</style>
border-color css
<style>
span { border-color: #BEA1AB; }
span { border-color: rgb(190,161,171); }
td.TdClassName
{
border-color: #BEA1AB;
}
.TagClassName
{
border-color: #BEA1AB;
}
</style>