Shades of Lily #BAA1B1
Tints of Lily #BAA1B1
RGB
CMYK
RGB Variations
Color information
#BAA1B1 (or 0xBAA1B1) is known color: Lily. HEX triplet: BA, A1 and B1. RGB value is (186,161,177). Sum of RGB (Red+Green+Blue) = 186+161+177=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA1B1 is #455E4E. Grayscale: #AAAAAA. Windows color (decimal): -4546127 or 11641274. OLE color: 11641274.
HSL color Cylindrical-coordinate representation of color #BAA1B1: hue angle of 321.6º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA1B1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 177 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.27 |
| HSL | 321.6º | 0.15% | 0.68% | - |
| HSV(B) | 321.6º | 0.13% | 0.73% | - |
| XYZ | 40.93 | 39.1 | 46.99 | - |
| YUV | 170.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 177 | 0 | 0.13 | 0.05 | 0.27 | 321.6 | 0.15 | 0.68 |
| Hex | BA | A1 | B1 | 0 | D | 5 | 1B | 142 | F | 44 |
| Octal | 272 | 241 | 261 | 0 | 15 | 5 | 33 | 502 | 17 | 104 |
| Binary | 10111010 | 10100001 | 10110001 | 0 | 1101 | 101 | 11011 | 101000010 | 1111 | 1000100 |
Color Harmonies of #BAA1B1
Complementary color
Monochromatic Colors of #BAA1B1
Black with #BAA1B1
Text Example
Text Example
White with #BAA1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1B1; }
p { color: rgb(186,161,177); }
H1.HeaderClassName
{
color: #BAA1B1;
}
.AnyTagClassName
{
color: #BAA1B1;
}
</style>
background-color css
<style>
a { background-color: #BAA1B1; }
a { background-color: rgb(186,161,177); }
div.DivClassName
{
background-color: #BAA1B1;
}
.BgClassName
{
background-color: #BAA1B1;
}
</style>
border-color css
<style>
span { border-color: #BAA1B1; }
span { border-color: rgb(186,161,177); }
td.TdClassName
{
border-color: #BAA1B1;
}
.TagClassName
{
border-color: #BAA1B1;
}
</style>