Shades of Lily #BAA2B1
Tints of Lily #BAA2B1
RGB
CMYK
RGB Variations
Color information
#BAA2B1 (or 0xBAA2B1) is known color: Lily. HEX triplet: BA, A2 and B1. RGB value is (186,162,177). Sum of RGB (Red+Green+Blue) = 186+162+177=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2B1 is #455D4E. Grayscale: #AAAAAA. Windows color (decimal): -4545871 or 11641530. OLE color: 11641530.
HSL color Cylindrical-coordinate representation of color #BAA2B1: hue angle of 322.5º 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 #BAA2B1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 177 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.27 |
| HSL | 322.5º | 0.15% | 0.68% | - |
| HSV(B) | 322.5º | 0.13% | 0.73% | - |
| XYZ | 41.11 | 39.45 | 47.04 | - |
| YUV | 170.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 177 | 0 | 0.13 | 0.05 | 0.27 | 322.5 | 0.15 | 0.68 |
| Hex | BA | A2 | B1 | 0 | D | 5 | 1B | 142 | F | 44 |
| Octal | 272 | 242 | 261 | 0 | 15 | 5 | 33 | 502 | 17 | 104 |
| Binary | 10111010 | 10100010 | 10110001 | 0 | 1101 | 101 | 11011 | 101000010 | 1111 | 1000100 |
Color Harmonies of #BAA2B1
Complementary color
Monochromatic Colors of #BAA2B1
Black with #BAA2B1
Text Example
Text Example
White with #BAA2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2B1; }
p { color: rgb(186,162,177); }
H1.HeaderClassName
{
color: #BAA2B1;
}
.AnyTagClassName
{
color: #BAA2B1;
}
</style>
background-color css
<style>
a { background-color: #BAA2B1; }
a { background-color: rgb(186,162,177); }
div.DivClassName
{
background-color: #BAA2B1;
}
.BgClassName
{
background-color: #BAA2B1;
}
</style>
border-color css
<style>
span { border-color: #BAA2B1; }
span { border-color: rgb(186,162,177); }
td.TdClassName
{
border-color: #BAA2B1;
}
.TagClassName
{
border-color: #BAA2B1;
}
</style>