Shades of Lily #BA9CAA
Tints of Lily #BA9CAA
RGB
CMYK
RGB Variations
Color information
#BA9CAA (or 0xBA9CAA) is known color: Lily. HEX triplet: BA, 9C and AA. RGB value is (186,156,170). Sum of RGB (Red+Green+Blue) = 186+156+170=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CAA is #456355. Grayscale: #A6A6A6. Windows color (decimal): -4547414 or 11181242. OLE color: 11181242.
HSL color Cylindrical-coordinate representation of color #BA9CAA: hue angle of 332º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9CAA is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 170 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.27 |
| HSL | 332º | 0.18% | 0.67% | - |
| HSV(B) | 332º | 0.16% | 0.73% | - |
| XYZ | 39.39 | 37.12 | 43.12 | - |
| YUV | 166.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 170 | 0 | 0.16 | 0.09 | 0.27 | 332 | 0.18 | 0.67 |
| Hex | BA | 9C | AA | 0 | 10 | 9 | 1B | 14C | 12 | 43 |
| Octal | 272 | 234 | 252 | 0 | 20 | 11 | 33 | 514 | 22 | 103 |
| Binary | 10111010 | 10011100 | 10101010 | 0 | 10000 | 1001 | 11011 | 101001100 | 10010 | 1000011 |
Color Harmonies of #BA9CAA
Complementary color
Monochromatic Colors of #BA9CAA
Black with #BA9CAA
Text Example
Text Example
White with #BA9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CAA; }
p { color: rgb(186,156,170); }
H1.HeaderClassName
{
color: #BA9CAA;
}
.AnyTagClassName
{
color: #BA9CAA;
}
</style>
background-color css
<style>
a { background-color: #BA9CAA; }
a { background-color: rgb(186,156,170); }
div.DivClassName
{
background-color: #BA9CAA;
}
.BgClassName
{
background-color: #BA9CAA;
}
</style>
border-color css
<style>
span { border-color: #BA9CAA; }
span { border-color: rgb(186,156,170); }
td.TdClassName
{
border-color: #BA9CAA;
}
.TagClassName
{
border-color: #BA9CAA;
}
</style>