Shades of Lily #BAAAB1
Tints of Lily #BAAAB1
RGB
CMYK
RGB Variations
Color information
#BAAAB1 (or 0xBAAAB1) is known color: Lily. HEX triplet: BA, AA and B1. RGB value is (186,170,177). Sum of RGB (Red+Green+Blue) = 186+170+177=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAB1 is #45554E. Grayscale: #AFAFAF. Windows color (decimal): -4543823 or 11643578. OLE color: 11643578.
HSL color Cylindrical-coordinate representation of color #BAAAB1: hue angle of 333.75º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAAAB1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 177 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.27 |
| HSL | 333.75º | 0.1% | 0.7% | - |
| HSV(B) | 333.75º | 0.09% | 0.73% | - |
| XYZ | 42.56 | 42.36 | 47.53 | - |
| YUV | 175.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 177 | 0 | 0.09 | 0.05 | 0.27 | 333.75 | 0.1 | 0.7 |
| Hex | BA | AA | B1 | 0 | 9 | 5 | 1B | 14E | A | 46 |
| Octal | 272 | 252 | 261 | 0 | 11 | 5 | 33 | 516 | 12 | 106 |
| Binary | 10111010 | 10101010 | 10110001 | 0 | 1001 | 101 | 11011 | 101001110 | 1010 | 1000110 |
Color Harmonies of #BAAAB1
Complementary color
Monochromatic Colors of #BAAAB1
Black with #BAAAB1
Text Example
Text Example
White with #BAAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAB1; }
p { color: rgb(186,170,177); }
H1.HeaderClassName
{
color: #BAAAB1;
}
.AnyTagClassName
{
color: #BAAAB1;
}
</style>
background-color css
<style>
a { background-color: #BAAAB1; }
a { background-color: rgb(186,170,177); }
div.DivClassName
{
background-color: #BAAAB1;
}
.BgClassName
{
background-color: #BAAAB1;
}
</style>
border-color css
<style>
span { border-color: #BAAAB1; }
span { border-color: rgb(186,170,177); }
td.TdClassName
{
border-color: #BAAAB1;
}
.TagClassName
{
border-color: #BAAAB1;
}
</style>