Shades of Lily #BA9AB0
Tints of Lily #BA9AB0
RGB
CMYK
RGB Variations
Color information
#BA9AB0 (or 0xBA9AB0) is known color: Lily. HEX triplet: BA, 9A and B0. RGB value is (186,154,176). Sum of RGB (Red+Green+Blue) = 186+154+176=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AB0 is #45654F. Grayscale: #A6A6A6. Windows color (decimal): -4547920 or 11573946. OLE color: 11573946.
HSL color Cylindrical-coordinate representation of color #BA9AB0: hue angle of 318.75º degrees, saturation: 0.19, 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 #BA9AB0 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 176 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.27 |
| HSL | 318.75º | 0.19% | 0.67% | - |
| HSV(B) | 318.75º | 0.17% | 0.73% | - |
| XYZ | 39.64 | 36.68 | 46.07 | - |
| YUV | 166.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 176 | 0 | 0.17 | 0.05 | 0.27 | 318.75 | 0.19 | 0.67 |
| Hex | BA | 9A | B0 | 0 | 11 | 5 | 1B | 13F | 13 | 43 |
| Octal | 272 | 232 | 260 | 0 | 21 | 5 | 33 | 477 | 23 | 103 |
| Binary | 10111010 | 10011010 | 10110000 | 0 | 10001 | 101 | 11011 | 100111111 | 10011 | 1000011 |
Color Harmonies of #BA9AB0
Complementary color
Monochromatic Colors of #BA9AB0
Black with #BA9AB0
Text Example
Text Example
White with #BA9AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AB0; }
p { color: rgb(186,154,176); }
H1.HeaderClassName
{
color: #BA9AB0;
}
.AnyTagClassName
{
color: #BA9AB0;
}
</style>
background-color css
<style>
a { background-color: #BA9AB0; }
a { background-color: rgb(186,154,176); }
div.DivClassName
{
background-color: #BA9AB0;
}
.BgClassName
{
background-color: #BA9AB0;
}
</style>
border-color css
<style>
span { border-color: #BA9AB0; }
span { border-color: rgb(186,154,176); }
td.TdClassName
{
border-color: #BA9AB0;
}
.TagClassName
{
border-color: #BA9AB0;
}
</style>