Shades of Lily #BAA2AA
Tints of Lily #BAA2AA
RGB
CMYK
RGB Variations
Color information
#BAA2AA (or 0xBAA2AA) is known color: Lily. HEX triplet: BA, A2 and AA. RGB value is (186,162,170). Sum of RGB (Red+Green+Blue) = 186+162+170=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2AA is #455D55. Grayscale: #AAAAAA. Windows color (decimal): -4545878 or 11182778. OLE color: 11182778.
HSL color Cylindrical-coordinate representation of color #BAA2AA: hue angle of 340º 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 #BAA2AA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 170 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.27 |
| HSL | 340º | 0.15% | 0.68% | - |
| HSV(B) | 340º | 0.13% | 0.73% | - |
| XYZ | 40.43 | 39.18 | 43.46 | - |
| YUV | 170.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 170 | 0 | 0.13 | 0.09 | 0.27 | 340 | 0.15 | 0.68 |
| Hex | BA | A2 | AA | 0 | D | 9 | 1B | 154 | F | 44 |
| Octal | 272 | 242 | 252 | 0 | 15 | 11 | 33 | 524 | 17 | 104 |
| Binary | 10111010 | 10100010 | 10101010 | 0 | 1101 | 1001 | 11011 | 101010100 | 1111 | 1000100 |
Color Harmonies of #BAA2AA
Complementary color
Monochromatic Colors of #BAA2AA
Black with #BAA2AA
Text Example
Text Example
White with #BAA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2AA; }
p { color: rgb(186,162,170); }
H1.HeaderClassName
{
color: #BAA2AA;
}
.AnyTagClassName
{
color: #BAA2AA;
}
</style>
background-color css
<style>
a { background-color: #BAA2AA; }
a { background-color: rgb(186,162,170); }
div.DivClassName
{
background-color: #BAA2AA;
}
.BgClassName
{
background-color: #BAA2AA;
}
</style>
border-color css
<style>
span { border-color: #BAA2AA; }
span { border-color: rgb(186,162,170); }
td.TdClassName
{
border-color: #BAA2AA;
}
.TagClassName
{
border-color: #BAA2AA;
}
</style>