Shades of Lily #BEAAB1
Tints of Lily #BEAAB1
RGB
CMYK
RGB Variations
Color information
#BEAAB1 (or 0xBEAAB1) is known color: Lily. HEX triplet: BE, AA and B1. RGB value is (190,170,177). Sum of RGB (Red+Green+Blue) = 190+170+177=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAB1 is #41554E. Grayscale: #B0B0B0. Windows color (decimal): -4281679 or 11643582. OLE color: 11643582.
HSL color Cylindrical-coordinate representation of color #BEAAB1: hue angle of 339º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEAAB1 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 177 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.25 |
| HSL | 339º | 0.13% | 0.71% | - |
| HSV(B) | 339º | 0.11% | 0.75% | - |
| XYZ | 43.55 | 42.87 | 47.57 | - |
| YUV | 176.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 177 | 0 | 0.11 | 0.07 | 0.25 | 339 | 0.13 | 0.71 |
| Hex | BE | AA | B1 | 0 | B | 7 | 19 | 153 | D | 47 |
| Octal | 276 | 252 | 261 | 0 | 13 | 7 | 31 | 523 | 15 | 107 |
| Binary | 10111110 | 10101010 | 10110001 | 0 | 1011 | 111 | 11001 | 101010011 | 1101 | 1000111 |
Color Harmonies of #BEAAB1
Complementary color
Monochromatic Colors of #BEAAB1
Black with #BEAAB1
Text Example
Text Example
White with #BEAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAB1; }
p { color: rgb(190,170,177); }
H1.HeaderClassName
{
color: #BEAAB1;
}
.AnyTagClassName
{
color: #BEAAB1;
}
</style>
background-color css
<style>
a { background-color: #BEAAB1; }
a { background-color: rgb(190,170,177); }
div.DivClassName
{
background-color: #BEAAB1;
}
.BgClassName
{
background-color: #BEAAB1;
}
</style>
border-color css
<style>
span { border-color: #BEAAB1; }
span { border-color: rgb(190,170,177); }
td.TdClassName
{
border-color: #BEAAB1;
}
.TagClassName
{
border-color: #BEAAB1;
}
</style>