Shades of Lily #BAA3AB
Tints of Lily #BAA3AB
RGB
CMYK
RGB Variations
Color information
#BAA3AB (or 0xBAA3AB) is known color: Lily. HEX triplet: BA, A3 and AB. RGB value is (186,163,171). Sum of RGB (Red+Green+Blue) = 186+163+171=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA3AB is #455C54. Grayscale: #AAAAAA. Windows color (decimal): -4545621 or 11248570. OLE color: 11248570.
HSL color Cylindrical-coordinate representation of color #BAA3AB: hue angle of 339.13º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA3AB is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 171 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.27 |
| HSL | 339.13º | 0.14% | 0.68% | - |
| HSV(B) | 339.13º | 0.12% | 0.73% | - |
| XYZ | 40.7 | 39.57 | 44.02 | - |
| YUV | 170.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 171 | 0 | 0.12 | 0.08 | 0.27 | 339.13 | 0.14 | 0.68 |
| Hex | BA | A3 | AB | 0 | C | 8 | 1B | 153 | E | 44 |
| Octal | 272 | 243 | 253 | 0 | 14 | 10 | 33 | 523 | 16 | 104 |
| Binary | 10111010 | 10100011 | 10101011 | 0 | 1100 | 1000 | 11011 | 101010011 | 1110 | 1000100 |
Color Harmonies of #BAA3AB
Complementary color
Monochromatic Colors of #BAA3AB
Black with #BAA3AB
Text Example
Text Example
White with #BAA3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3AB; }
p { color: rgb(186,163,171); }
H1.HeaderClassName
{
color: #BAA3AB;
}
.AnyTagClassName
{
color: #BAA3AB;
}
</style>
background-color css
<style>
a { background-color: #BAA3AB; }
a { background-color: rgb(186,163,171); }
div.DivClassName
{
background-color: #BAA3AB;
}
.BgClassName
{
background-color: #BAA3AB;
}
</style>
border-color css
<style>
span { border-color: #BAA3AB; }
span { border-color: rgb(186,163,171); }
td.TdClassName
{
border-color: #BAA3AB;
}
.TagClassName
{
border-color: #BAA3AB;
}
</style>