Shades of Lily #BA9AAC
Tints of Lily #BA9AAC
RGB
CMYK
RGB Variations
Color information
#BA9AAC (or 0xBA9AAC) is known color: Lily. HEX triplet: BA, 9A and AC. RGB value is (186,154,172). Sum of RGB (Red+Green+Blue) = 186+154+172=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AAC is #456553. Grayscale: #A5A5A5. Windows color (decimal): -4547924 or 11311802. OLE color: 11311802.
HSL color Cylindrical-coordinate representation of color #BA9AAC: hue angle of 326.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9AAC is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 172 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.27 |
| HSL | 326.25º | 0.19% | 0.67% | - |
| HSV(B) | 326.25º | 0.17% | 0.73% | - |
| XYZ | 39.25 | 36.53 | 44.01 | - |
| YUV | 165.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 172 | 0 | 0.17 | 0.08 | 0.27 | 326.25 | 0.19 | 0.67 |
| Hex | BA | 9A | AC | 0 | 11 | 8 | 1B | 146 | 13 | 43 |
| Octal | 272 | 232 | 254 | 0 | 21 | 10 | 33 | 506 | 23 | 103 |
| Binary | 10111010 | 10011010 | 10101100 | 0 | 10001 | 1000 | 11011 | 101000110 | 10011 | 1000011 |
Color Harmonies of #BA9AAC
Complementary color
Monochromatic Colors of #BA9AAC
Black with #BA9AAC
Text Example
Text Example
White with #BA9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AAC; }
p { color: rgb(186,154,172); }
H1.HeaderClassName
{
color: #BA9AAC;
}
.AnyTagClassName
{
color: #BA9AAC;
}
</style>
background-color css
<style>
a { background-color: #BA9AAC; }
a { background-color: rgb(186,154,172); }
div.DivClassName
{
background-color: #BA9AAC;
}
.BgClassName
{
background-color: #BA9AAC;
}
</style>
border-color css
<style>
span { border-color: #BA9AAC; }
span { border-color: rgb(186,154,172); }
td.TdClassName
{
border-color: #BA9AAC;
}
.TagClassName
{
border-color: #BA9AAC;
}
</style>