Shades of Lily #BAA2AC
Tints of Lily #BAA2AC
RGB
CMYK
RGB Variations
Color information
#BAA2AC (or 0xBAA2AC) is known color: Lily. HEX triplet: BA, A2 and AC. RGB value is (186,162,172). Sum of RGB (Red+Green+Blue) = 186+162+172=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2AC is #455D53. Grayscale: #AAAAAA. Windows color (decimal): -4545876 or 11313850. OLE color: 11313850.
HSL color Cylindrical-coordinate representation of color #BAA2AC: hue angle of 335º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA2AC is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 172 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.27 |
| HSL | 335º | 0.15% | 0.68% | - |
| HSV(B) | 335º | 0.13% | 0.73% | - |
| XYZ | 40.62 | 39.26 | 44.47 | - |
| YUV | 170.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 172 | 0 | 0.13 | 0.08 | 0.27 | 335 | 0.15 | 0.68 |
| Hex | BA | A2 | AC | 0 | D | 8 | 1B | 14F | F | 44 |
| Octal | 272 | 242 | 254 | 0 | 15 | 10 | 33 | 517 | 17 | 104 |
| Binary | 10111010 | 10100010 | 10101100 | 0 | 1101 | 1000 | 11011 | 101001111 | 1111 | 1000100 |
Color Harmonies of #BAA2AC
Complementary color
Monochromatic Colors of #BAA2AC
Black with #BAA2AC
Text Example
Text Example
White with #BAA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2AC; }
p { color: rgb(186,162,172); }
H1.HeaderClassName
{
color: #BAA2AC;
}
.AnyTagClassName
{
color: #BAA2AC;
}
</style>
background-color css
<style>
a { background-color: #BAA2AC; }
a { background-color: rgb(186,162,172); }
div.DivClassName
{
background-color: #BAA2AC;
}
.BgClassName
{
background-color: #BAA2AC;
}
</style>
border-color css
<style>
span { border-color: #BAA2AC; }
span { border-color: rgb(186,162,172); }
td.TdClassName
{
border-color: #BAA2AC;
}
.TagClassName
{
border-color: #BAA2AC;
}
</style>