Shades of Lily #BAA3AD
Tints of Lily #BAA3AD
RGB
CMYK
RGB Variations
Color information
#BAA3AD (or 0xBAA3AD) is known color: Lily. HEX triplet: BA, A3 and AD. RGB value is (186,163,173). Sum of RGB (Red+Green+Blue) = 186+163+173=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA3AD is #455C52. Grayscale: #ABABAB. Windows color (decimal): -4545619 or 11379642. OLE color: 11379642.
HSL color Cylindrical-coordinate representation of color #BAA3AD: hue angle of 333.91º 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 #BAA3AD is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 173 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.27 |
| HSL | 333.91º | 0.14% | 0.68% | - |
| HSV(B) | 333.91º | 0.12% | 0.73% | - |
| XYZ | 40.89 | 39.65 | 45.03 | - |
| YUV | 171.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 173 | 0 | 0.12 | 0.07 | 0.27 | 333.91 | 0.14 | 0.68 |
| Hex | BA | A3 | AD | 0 | C | 7 | 1B | 14E | E | 44 |
| Octal | 272 | 243 | 255 | 0 | 14 | 7 | 33 | 516 | 16 | 104 |
| Binary | 10111010 | 10100011 | 10101101 | 0 | 1100 | 111 | 11011 | 101001110 | 1110 | 1000100 |
Color Harmonies of #BAA3AD
Complementary color
Monochromatic Colors of #BAA3AD
Black with #BAA3AD
Text Example
Text Example
White with #BAA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3AD; }
p { color: rgb(186,163,173); }
H1.HeaderClassName
{
color: #BAA3AD;
}
.AnyTagClassName
{
color: #BAA3AD;
}
</style>
background-color css
<style>
a { background-color: #BAA3AD; }
a { background-color: rgb(186,163,173); }
div.DivClassName
{
background-color: #BAA3AD;
}
.BgClassName
{
background-color: #BAA3AD;
}
</style>
border-color css
<style>
span { border-color: #BAA3AD; }
span { border-color: rgb(186,163,173); }
td.TdClassName
{
border-color: #BAA3AD;
}
.TagClassName
{
border-color: #BAA3AD;
}
</style>