Shades of Lily #BEAAB4
Tints of Lily #BEAAB4
RGB
CMYK
RGB Variations
Color information
#BEAAB4 (or 0xBEAAB4) is known color: Lily. HEX triplet: BE, AA and B4. RGB value is (190,170,180). Sum of RGB (Red+Green+Blue) = 190+170+180=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAB4 is #41554B. Grayscale: #B1B1B1. Windows color (decimal): -4281676 or 11840190. OLE color: 11840190.
HSL color Cylindrical-coordinate representation of color #BEAAB4: hue angle of 330º 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 #BEAAB4 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 180 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.25 |
| HSL | 330º | 0.13% | 0.71% | - |
| HSV(B) | 330º | 0.11% | 0.75% | - |
| XYZ | 43.85 | 42.99 | 49.17 | - |
| YUV | 177.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 180 | 0 | 0.11 | 0.05 | 0.25 | 330 | 0.13 | 0.71 |
| Hex | BE | AA | B4 | 0 | B | 5 | 19 | 14A | D | 47 |
| Octal | 276 | 252 | 264 | 0 | 13 | 5 | 31 | 512 | 15 | 107 |
| Binary | 10111110 | 10101010 | 10110100 | 0 | 1011 | 101 | 11001 | 101001010 | 1101 | 1000111 |
Color Harmonies of #BEAAB4
Complementary color
Monochromatic Colors of #BEAAB4
Black with #BEAAB4
Text Example
Text Example
White with #BEAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAB4; }
p { color: rgb(190,170,180); }
H1.HeaderClassName
{
color: #BEAAB4;
}
.AnyTagClassName
{
color: #BEAAB4;
}
</style>
background-color css
<style>
a { background-color: #BEAAB4; }
a { background-color: rgb(190,170,180); }
div.DivClassName
{
background-color: #BEAAB4;
}
.BgClassName
{
background-color: #BEAAB4;
}
</style>
border-color css
<style>
span { border-color: #BEAAB4; }
span { border-color: rgb(190,170,180); }
td.TdClassName
{
border-color: #BEAAB4;
}
.TagClassName
{
border-color: #BEAAB4;
}
</style>