Shades of Lily #BAA5AD
Tints of Lily #BAA5AD
RGB
CMYK
RGB Variations
Color information
#BAA5AD (or 0xBAA5AD) is known color: Lily. HEX triplet: BA, A5 and AD. RGB value is (186,165,173). Sum of RGB (Red+Green+Blue) = 186+165+173=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA5AD is #455A52. Grayscale: #ACACAC. Windows color (decimal): -4545107 or 11380154. OLE color: 11380154.
HSL color Cylindrical-coordinate representation of color #BAA5AD: hue angle of 337.14º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAA5AD is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 173 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.27 |
| HSL | 337.14º | 0.13% | 0.69% | - |
| HSV(B) | 337.14º | 0.11% | 0.73% | - |
| XYZ | 41.25 | 40.37 | 45.15 | - |
| YUV | 172.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 173 | 0 | 0.11 | 0.07 | 0.27 | 337.14 | 0.13 | 0.69 |
| Hex | BA | A5 | AD | 0 | B | 7 | 1B | 151 | D | 45 |
| Octal | 272 | 245 | 255 | 0 | 13 | 7 | 33 | 521 | 15 | 105 |
| Binary | 10111010 | 10100101 | 10101101 | 0 | 1011 | 111 | 11011 | 101010001 | 1101 | 1000101 |
Color Harmonies of #BAA5AD
Complementary color
Monochromatic Colors of #BAA5AD
Black with #BAA5AD
Text Example
Text Example
White with #BAA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5AD; }
p { color: rgb(186,165,173); }
H1.HeaderClassName
{
color: #BAA5AD;
}
.AnyTagClassName
{
color: #BAA5AD;
}
</style>
background-color css
<style>
a { background-color: #BAA5AD; }
a { background-color: rgb(186,165,173); }
div.DivClassName
{
background-color: #BAA5AD;
}
.BgClassName
{
background-color: #BAA5AD;
}
</style>
border-color css
<style>
span { border-color: #BAA5AD; }
span { border-color: rgb(186,165,173); }
td.TdClassName
{
border-color: #BAA5AD;
}
.TagClassName
{
border-color: #BAA5AD;
}
</style>