Shades of Lily #BAA1AF
Tints of Lily #BAA1AF
RGB
CMYK
RGB Variations
Color information
#BAA1AF (or 0xBAA1AF) is known color: Lily. HEX triplet: BA, A1 and AF. RGB value is (186,161,175). Sum of RGB (Red+Green+Blue) = 186+161+175=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA1AF is #455E50. Grayscale: #AAAAAA. Windows color (decimal): -4546129 or 11510202. OLE color: 11510202.
HSL color Cylindrical-coordinate representation of color #BAA1AF: hue angle of 326.4º 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 #BAA1AF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 175 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.27 |
| HSL | 326.4º | 0.15% | 0.68% | - |
| HSV(B) | 326.4º | 0.13% | 0.73% | - |
| XYZ | 40.73 | 39.02 | 45.94 | - |
| YUV | 170.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 175 | 0 | 0.13 | 0.06 | 0.27 | 326.4 | 0.15 | 0.68 |
| Hex | BA | A1 | AF | 0 | D | 6 | 1B | 146 | F | 44 |
| Octal | 272 | 241 | 257 | 0 | 15 | 6 | 33 | 506 | 17 | 104 |
| Binary | 10111010 | 10100001 | 10101111 | 0 | 1101 | 110 | 11011 | 101000110 | 1111 | 1000100 |
Color Harmonies of #BAA1AF
Complementary color
Monochromatic Colors of #BAA1AF
Black with #BAA1AF
Text Example
Text Example
White with #BAA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1AF; }
p { color: rgb(186,161,175); }
H1.HeaderClassName
{
color: #BAA1AF;
}
.AnyTagClassName
{
color: #BAA1AF;
}
</style>
background-color css
<style>
a { background-color: #BAA1AF; }
a { background-color: rgb(186,161,175); }
div.DivClassName
{
background-color: #BAA1AF;
}
.BgClassName
{
background-color: #BAA1AF;
}
</style>
border-color css
<style>
span { border-color: #BAA1AF; }
span { border-color: rgb(186,161,175); }
td.TdClassName
{
border-color: #BAA1AF;
}
.TagClassName
{
border-color: #BAA1AF;
}
</style>