Shades of Lily #BAA1B2
Tints of Lily #BAA1B2
RGB
CMYK
RGB Variations
Color information
#BAA1B2 (or 0xBAA1B2) is known color: Lily. HEX triplet: BA, A1 and B2. RGB value is (186,161,178). Sum of RGB (Red+Green+Blue) = 186+161+178=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA1B2 is #455E4D. Grayscale: #AAAAAA. Windows color (decimal): -4546126 or 11706810. OLE color: 11706810.
HSL color Cylindrical-coordinate representation of color #BAA1B2: hue angle of 319.2º 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 #BAA1B2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 178 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.27 |
| HSL | 319.2º | 0.15% | 0.68% | - |
| HSV(B) | 319.2º | 0.13% | 0.73% | - |
| XYZ | 41.03 | 39.14 | 47.51 | - |
| YUV | 170.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 178 | 0 | 0.13 | 0.04 | 0.27 | 319.2 | 0.15 | 0.68 |
| Hex | BA | A1 | B2 | 0 | D | 4 | 1B | 13F | F | 44 |
| Octal | 272 | 241 | 262 | 0 | 15 | 4 | 33 | 477 | 17 | 104 |
| Binary | 10111010 | 10100001 | 10110010 | 0 | 1101 | 100 | 11011 | 100111111 | 1111 | 1000100 |
Color Harmonies of #BAA1B2
Complementary color
Monochromatic Colors of #BAA1B2
Black with #BAA1B2
Text Example
Text Example
White with #BAA1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1B2; }
p { color: rgb(186,161,178); }
H1.HeaderClassName
{
color: #BAA1B2;
}
.AnyTagClassName
{
color: #BAA1B2;
}
</style>
background-color css
<style>
a { background-color: #BAA1B2; }
a { background-color: rgb(186,161,178); }
div.DivClassName
{
background-color: #BAA1B2;
}
.BgClassName
{
background-color: #BAA1B2;
}
</style>
border-color css
<style>
span { border-color: #BAA1B2; }
span { border-color: rgb(186,161,178); }
td.TdClassName
{
border-color: #BAA1B2;
}
.TagClassName
{
border-color: #BAA1B2;
}
</style>