Shades of Lily #BEA2AD
Tints of Lily #BEA2AD
RGB
CMYK
RGB Variations
Color information
#BEA2AD (or 0xBEA2AD) is known color: Lily. HEX triplet: BE, A2 and AD. RGB value is (190,162,173). Sum of RGB (Red+Green+Blue) = 190+162+173=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2AD is #415D52. Grayscale: #ABABAB. Windows color (decimal): -4283731 or 11379390. OLE color: 11379390.
HSL color Cylindrical-coordinate representation of color #BEA2AD: hue angle of 336.43º 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 #BEA2AD is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 173 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.25 |
| HSL | 336.43º | 0.18% | 0.69% | - |
| HSV(B) | 336.43º | 0.15% | 0.75% | - |
| XYZ | 41.7 | 39.8 | 45.02 | - |
| YUV | 171.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 173 | 0 | 0.15 | 0.09 | 0.25 | 336.43 | 0.18 | 0.69 |
| Hex | BE | A2 | AD | 0 | F | 9 | 19 | 150 | 12 | 45 |
| Octal | 276 | 242 | 255 | 0 | 17 | 11 | 31 | 520 | 22 | 105 |
| Binary | 10111110 | 10100010 | 10101101 | 0 | 1111 | 1001 | 11001 | 101010000 | 10010 | 1000101 |
Color Harmonies of #BEA2AD
Complementary color
Monochromatic Colors of #BEA2AD
Black with #BEA2AD
Text Example
Text Example
White with #BEA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2AD; }
p { color: rgb(190,162,173); }
H1.HeaderClassName
{
color: #BEA2AD;
}
.AnyTagClassName
{
color: #BEA2AD;
}
</style>
background-color css
<style>
a { background-color: #BEA2AD; }
a { background-color: rgb(190,162,173); }
div.DivClassName
{
background-color: #BEA2AD;
}
.BgClassName
{
background-color: #BEA2AD;
}
</style>
border-color css
<style>
span { border-color: #BEA2AD; }
span { border-color: rgb(190,162,173); }
td.TdClassName
{
border-color: #BEA2AD;
}
.TagClassName
{
border-color: #BEA2AD;
}
</style>