Shades of Lily #BAA0AA
Tints of Lily #BAA0AA
RGB
CMYK
RGB Variations
Color information
#BAA0AA (or 0xBAA0AA) is known color: Lily. HEX triplet: BA, A0 and AA. RGB value is (186,160,170). Sum of RGB (Red+Green+Blue) = 186+160+170=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA0AA is #455F55. Grayscale: #A8A8A8. Windows color (decimal): -4546390 or 11182266. OLE color: 11182266.
HSL color Cylindrical-coordinate representation of color #BAA0AA: hue angle of 336.92º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAA0AA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 170 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.27 |
| HSL | 336.92º | 0.16% | 0.68% | - |
| HSV(B) | 336.92º | 0.14% | 0.73% | - |
| XYZ | 40.08 | 38.48 | 43.35 | - |
| YUV | 168.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 170 | 0 | 0.14 | 0.09 | 0.27 | 336.92 | 0.16 | 0.68 |
| Hex | BA | A0 | AA | 0 | E | 9 | 1B | 151 | 10 | 44 |
| Octal | 272 | 240 | 252 | 0 | 16 | 11 | 33 | 521 | 20 | 104 |
| Binary | 10111010 | 10100000 | 10101010 | 0 | 1110 | 1001 | 11011 | 101010001 | 10000 | 1000100 |
Color Harmonies of #BAA0AA
Complementary color
Monochromatic Colors of #BAA0AA
Black with #BAA0AA
Text Example
Text Example
White with #BAA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA0AA; }
p { color: rgb(186,160,170); }
H1.HeaderClassName
{
color: #BAA0AA;
}
.AnyTagClassName
{
color: #BAA0AA;
}
</style>
background-color css
<style>
a { background-color: #BAA0AA; }
a { background-color: rgb(186,160,170); }
div.DivClassName
{
background-color: #BAA0AA;
}
.BgClassName
{
background-color: #BAA0AA;
}
</style>
border-color css
<style>
span { border-color: #BAA0AA; }
span { border-color: rgb(186,160,170); }
td.TdClassName
{
border-color: #BAA0AA;
}
.TagClassName
{
border-color: #BAA0AA;
}
</style>