Shades of Lily #BA9BB0
Tints of Lily #BA9BB0
RGB
CMYK
RGB Variations
Color information
#BA9BB0 (or 0xBA9BB0) is known color: Lily. HEX triplet: BA, 9B and B0. RGB value is (186,155,176). Sum of RGB (Red+Green+Blue) = 186+155+176=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9BB0 is #45644F. Grayscale: #A6A6A6. Windows color (decimal): -4547664 or 11574202. OLE color: 11574202.
HSL color Cylindrical-coordinate representation of color #BA9BB0: hue angle of 319.35º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9BB0 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 176 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.27 |
| HSL | 319.35º | 0.18% | 0.67% | - |
| HSV(B) | 319.35º | 0.17% | 0.73% | - |
| XYZ | 39.81 | 37.02 | 46.12 | - |
| YUV | 166.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 176 | 0 | 0.17 | 0.05 | 0.27 | 319.35 | 0.18 | 0.67 |
| Hex | BA | 9B | B0 | 0 | 11 | 5 | 1B | 13F | 12 | 43 |
| Octal | 272 | 233 | 260 | 0 | 21 | 5 | 33 | 477 | 22 | 103 |
| Binary | 10111010 | 10011011 | 10110000 | 0 | 10001 | 101 | 11011 | 100111111 | 10010 | 1000011 |
Color Harmonies of #BA9BB0
Complementary color
Monochromatic Colors of #BA9BB0
Black with #BA9BB0
Text Example
Text Example
White with #BA9BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BB0; }
p { color: rgb(186,155,176); }
H1.HeaderClassName
{
color: #BA9BB0;
}
.AnyTagClassName
{
color: #BA9BB0;
}
</style>
background-color css
<style>
a { background-color: #BA9BB0; }
a { background-color: rgb(186,155,176); }
div.DivClassName
{
background-color: #BA9BB0;
}
.BgClassName
{
background-color: #BA9BB0;
}
</style>
border-color css
<style>
span { border-color: #BA9BB0; }
span { border-color: rgb(186,155,176); }
td.TdClassName
{
border-color: #BA9BB0;
}
.TagClassName
{
border-color: #BA9BB0;
}
</style>