Shades of Lily #BA9BB1
Tints of Lily #BA9BB1
RGB
CMYK
RGB Variations
Color information
#BA9BB1 (or 0xBA9BB1) is known color: Lily. HEX triplet: BA, 9B and B1. RGB value is (186,155,177). Sum of RGB (Red+Green+Blue) = 186+155+177=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9BB1 is #45644E. Grayscale: #A6A6A6. Windows color (decimal): -4547663 or 11639738. OLE color: 11639738.
HSL color Cylindrical-coordinate representation of color #BA9BB1: hue angle of 317.42º 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 #BA9BB1 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 177 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.27 |
| HSL | 317.42º | 0.18% | 0.67% | - |
| HSV(B) | 317.42º | 0.17% | 0.73% | - |
| XYZ | 39.91 | 37.06 | 46.64 | - |
| YUV | 166.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 177 | 0 | 0.17 | 0.05 | 0.27 | 317.42 | 0.18 | 0.67 |
| Hex | BA | 9B | B1 | 0 | 11 | 5 | 1B | 13D | 12 | 43 |
| Octal | 272 | 233 | 261 | 0 | 21 | 5 | 33 | 475 | 22 | 103 |
| Binary | 10111010 | 10011011 | 10110001 | 0 | 10001 | 101 | 11011 | 100111101 | 10010 | 1000011 |
Color Harmonies of #BA9BB1
Complementary color
Monochromatic Colors of #BA9BB1
Black with #BA9BB1
Text Example
Text Example
White with #BA9BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BB1; }
p { color: rgb(186,155,177); }
H1.HeaderClassName
{
color: #BA9BB1;
}
.AnyTagClassName
{
color: #BA9BB1;
}
</style>
background-color css
<style>
a { background-color: #BA9BB1; }
a { background-color: rgb(186,155,177); }
div.DivClassName
{
background-color: #BA9BB1;
}
.BgClassName
{
background-color: #BA9BB1;
}
</style>
border-color css
<style>
span { border-color: #BA9BB1; }
span { border-color: rgb(186,155,177); }
td.TdClassName
{
border-color: #BA9BB1;
}
.TagClassName
{
border-color: #BA9BB1;
}
</style>