Shades of Lily #BAAAB6
Tints of Lily #BAAAB6
RGB
CMYK
RGB Variations
Color information
#BAAAB6 (or 0xBAAAB6) is known color: Lily. HEX triplet: BA, AA and B6. RGB value is (186,170,182). Sum of RGB (Red+Green+Blue) = 186+170+182=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAB6 is #455549. Grayscale: #B0B0B0. Windows color (decimal): -4543818 or 11971258. OLE color: 11971258.
HSL color Cylindrical-coordinate representation of color #BAAAB6: hue angle of 315º 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 #BAAAB6 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 182 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.27 |
| HSL | 315º | 0.1% | 0.7% | - |
| HSV(B) | 315º | 0.09% | 0.73% | - |
| XYZ | 43.07 | 42.57 | 50.2 | - |
| YUV | 176.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 182 | 0 | 0.09 | 0.02 | 0.27 | 315 | 0.1 | 0.7 |
| Hex | BA | AA | B6 | 0 | 9 | 2 | 1B | 13B | A | 46 |
| Octal | 272 | 252 | 266 | 0 | 11 | 2 | 33 | 473 | 12 | 106 |
| Binary | 10111010 | 10101010 | 10110110 | 0 | 1001 | 10 | 11011 | 100111011 | 1010 | 1000110 |
Color Harmonies of #BAAAB6
Complementary color
Monochromatic Colors of #BAAAB6
Black with #BAAAB6
Text Example
Text Example
White with #BAAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAB6; }
p { color: rgb(186,170,182); }
H1.HeaderClassName
{
color: #BAAAB6;
}
.AnyTagClassName
{
color: #BAAAB6;
}
</style>
background-color css
<style>
a { background-color: #BAAAB6; }
a { background-color: rgb(186,170,182); }
div.DivClassName
{
background-color: #BAAAB6;
}
.BgClassName
{
background-color: #BAAAB6;
}
</style>
border-color css
<style>
span { border-color: #BAAAB6; }
span { border-color: rgb(186,170,182); }
td.TdClassName
{
border-color: #BAAAB6;
}
.TagClassName
{
border-color: #BAAAB6;
}
</style>