Shades of Lily #BEA2AC
Tints of Lily #BEA2AC
RGB
CMYK
RGB Variations
Color information
#BEA2AC (or 0xBEA2AC) is known color: Lily. HEX triplet: BE, A2 and AC. RGB value is (190,162,172). Sum of RGB (Red+Green+Blue) = 190+162+172=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2AC is #415D53. Grayscale: #ABABAB. Windows color (decimal): -4283732 or 11313854. OLE color: 11313854.
HSL color Cylindrical-coordinate representation of color #BEA2AC: hue angle of 338.57º 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 #BEA2AC is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 162 | 172 | - |
CMYK | 0 | 0.15 | 0.09 | 0.25 |
HSL | 338.57º | 0.18% | 0.69% | - |
HSV(B) | 338.57º | 0.15% | 0.75% | - |
XYZ | 41.6 | 39.77 | 44.51 | - |
YUV | 171.51 | 128.28 | 141.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 162 | 172 | 0 | 0.15 | 0.09 | 0.25 | 338.57 | 0.18 | 0.69 |
Hex | BE | A2 | AC | 0 | F | 9 | 19 | 153 | 12 | 45 |
Octal | 276 | 242 | 254 | 0 | 17 | 11 | 31 | 523 | 22 | 105 |
Binary | 10111110 | 10100010 | 10101100 | 0 | 1111 | 1001 | 11001 | 101010011 | 10010 | 1000101 |
Color Harmonies of #BEA2AC
Complementary color
Monochromatic Colors of #BEA2AC
Black with #BEA2AC
Text Example
Text Example
White with #BEA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2AC; }
p { color: rgb(190,162,172); }
H1.HeaderClassName
{
color: #BEA2AC;
}
.AnyTagClassName
{
color: #BEA2AC;
}
</style>
background-color css
<style>
a { background-color: #BEA2AC; }
a { background-color: rgb(190,162,172); }
div.DivClassName
{
background-color: #BEA2AC;
}
.BgClassName
{
background-color: #BEA2AC;
}
</style>
border-color css
<style>
span { border-color: #BEA2AC; }
span { border-color: rgb(190,162,172); }
td.TdClassName
{
border-color: #BEA2AC;
}
.TagClassName
{
border-color: #BEA2AC;
}
</style>