Shades of Lily #BAA2AF
Tints of Lily #BAA2AF
RGB
CMYK
RGB Variations
Color information
#BAA2AF (or 0xBAA2AF) is known color: Lily. HEX triplet: BA, A2 and AF. RGB value is (186,162,175). Sum of RGB (Red+Green+Blue) = 186+162+175=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2AF is #455D50. Grayscale: #AAAAAA. Windows color (decimal): -4545873 or 11510458. OLE color: 11510458.
HSL color Cylindrical-coordinate representation of color #BAA2AF: hue angle of 327.5º 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 #BAA2AF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 175 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.27 |
| HSL | 327.5º | 0.15% | 0.68% | - |
| HSV(B) | 327.5º | 0.13% | 0.73% | - |
| XYZ | 40.91 | 39.37 | 46 | - |
| YUV | 170.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 175 | 0 | 0.13 | 0.06 | 0.27 | 327.5 | 0.15 | 0.68 |
| Hex | BA | A2 | AF | 0 | D | 6 | 1B | 148 | F | 44 |
| Octal | 272 | 242 | 257 | 0 | 15 | 6 | 33 | 510 | 17 | 104 |
| Binary | 10111010 | 10100010 | 10101111 | 0 | 1101 | 110 | 11011 | 101001000 | 1111 | 1000100 |
Color Harmonies of #BAA2AF
Complementary color
Monochromatic Colors of #BAA2AF
Black with #BAA2AF
Text Example
Text Example
White with #BAA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2AF; }
p { color: rgb(186,162,175); }
H1.HeaderClassName
{
color: #BAA2AF;
}
.AnyTagClassName
{
color: #BAA2AF;
}
</style>
background-color css
<style>
a { background-color: #BAA2AF; }
a { background-color: rgb(186,162,175); }
div.DivClassName
{
background-color: #BAA2AF;
}
.BgClassName
{
background-color: #BAA2AF;
}
</style>
border-color css
<style>
span { border-color: #BAA2AF; }
span { border-color: rgb(186,162,175); }
td.TdClassName
{
border-color: #BAA2AF;
}
.TagClassName
{
border-color: #BAA2AF;
}
</style>