Shades of Lily #BAA4AB
Tints of Lily #BAA4AB
RGB
CMYK
RGB Variations
Color information
#BAA4AB (or 0xBAA4AB) is known color: Lily. HEX triplet: BA, A4 and AB. RGB value is (186,164,171). Sum of RGB (Red+Green+Blue) = 186+164+171=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA4AB is #455B54. Grayscale: #ABABAB. Windows color (decimal): -4545365 or 11248826. OLE color: 11248826.
HSL color Cylindrical-coordinate representation of color #BAA4AB: hue angle of 340.91º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA4AB is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 171 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.27 |
| HSL | 340.91º | 0.14% | 0.69% | - |
| HSV(B) | 340.91º | 0.12% | 0.73% | - |
| XYZ | 40.88 | 39.93 | 44.08 | - |
| YUV | 171.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 171 | 0 | 0.12 | 0.08 | 0.27 | 340.91 | 0.14 | 0.69 |
| Hex | BA | A4 | AB | 0 | C | 8 | 1B | 155 | E | 45 |
| Octal | 272 | 244 | 253 | 0 | 14 | 10 | 33 | 525 | 16 | 105 |
| Binary | 10111010 | 10100100 | 10101011 | 0 | 1100 | 1000 | 11011 | 101010101 | 1110 | 1000101 |
Color Harmonies of #BAA4AB
Complementary color
Monochromatic Colors of #BAA4AB
Black with #BAA4AB
Text Example
Text Example
White with #BAA4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4AB; }
p { color: rgb(186,164,171); }
H1.HeaderClassName
{
color: #BAA4AB;
}
.AnyTagClassName
{
color: #BAA4AB;
}
</style>
background-color css
<style>
a { background-color: #BAA4AB; }
a { background-color: rgb(186,164,171); }
div.DivClassName
{
background-color: #BAA4AB;
}
.BgClassName
{
background-color: #BAA4AB;
}
</style>
border-color css
<style>
span { border-color: #BAA4AB; }
span { border-color: rgb(186,164,171); }
td.TdClassName
{
border-color: #BAA4AB;
}
.TagClassName
{
border-color: #BAA4AB;
}
</style>