Shades of Lily #BEAAB2
Tints of Lily #BEAAB2
RGB
CMYK
RGB Variations
Color information
#BEAAB2 (or 0xBEAAB2) is known color: Lily. HEX triplet: BE, AA and B2. RGB value is (190,170,178). Sum of RGB (Red+Green+Blue) = 190+170+178=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAB2 is #41554D. Grayscale: #B0B0B0. Windows color (decimal): -4281678 or 11709118. OLE color: 11709118.
HSL color Cylindrical-coordinate representation of color #BEAAB2: hue angle of 336º 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 #BEAAB2 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 178 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.25 |
| HSL | 336º | 0.13% | 0.71% | - |
| HSV(B) | 336º | 0.11% | 0.75% | - |
| XYZ | 43.65 | 42.91 | 48.1 | - |
| YUV | 176.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 178 | 0 | 0.11 | 0.06 | 0.25 | 336 | 0.13 | 0.71 |
| Hex | BE | AA | B2 | 0 | B | 6 | 19 | 150 | D | 47 |
| Octal | 276 | 252 | 262 | 0 | 13 | 6 | 31 | 520 | 15 | 107 |
| Binary | 10111110 | 10101010 | 10110010 | 0 | 1011 | 110 | 11001 | 101010000 | 1101 | 1000111 |
Color Harmonies of #BEAAB2
Complementary color
Monochromatic Colors of #BEAAB2
Black with #BEAAB2
Text Example
Text Example
White with #BEAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAB2; }
p { color: rgb(190,170,178); }
H1.HeaderClassName
{
color: #BEAAB2;
}
.AnyTagClassName
{
color: #BEAAB2;
}
</style>
background-color css
<style>
a { background-color: #BEAAB2; }
a { background-color: rgb(190,170,178); }
div.DivClassName
{
background-color: #BEAAB2;
}
.BgClassName
{
background-color: #BEAAB2;
}
</style>
border-color css
<style>
span { border-color: #BEAAB2; }
span { border-color: rgb(190,170,178); }
td.TdClassName
{
border-color: #BEAAB2;
}
.TagClassName
{
border-color: #BEAAB2;
}
</style>