Shades of Lily #BA9FAB
Tints of Lily #BA9FAB
RGB
CMYK
RGB Variations
Color information
#BA9FAB (or 0xBA9FAB) is known color: Lily. HEX triplet: BA, 9F and AB. RGB value is (186,159,171). Sum of RGB (Red+Green+Blue) = 186+159+171=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FAB is #456054. Grayscale: #A8A8A8. Windows color (decimal): -4546645 or 11247546. OLE color: 11247546.
HSL color Cylindrical-coordinate representation of color #BA9FAB: hue angle of 333.33º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9FAB is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 159 | 171 | - |
CMYK | 0 | 0.15 | 0.08 | 0.27 |
HSL | 333.33º | 0.16% | 0.68% | - |
HSV(B) | 333.33º | 0.15% | 0.73% | - |
XYZ | 40 | 38.18 | 43.79 | - |
YUV | 168.44 | 129.45 | 140.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 159 | 171 | 0 | 0.15 | 0.08 | 0.27 | 333.33 | 0.16 | 0.68 |
Hex | BA | 9F | AB | 0 | F | 8 | 1B | 14D | 10 | 44 |
Octal | 272 | 237 | 253 | 0 | 17 | 10 | 33 | 515 | 20 | 104 |
Binary | 10111010 | 10011111 | 10101011 | 0 | 1111 | 1000 | 11011 | 101001101 | 10000 | 1000100 |
Color Harmonies of #BA9FAB
Complementary color
Monochromatic Colors of #BA9FAB
Black with #BA9FAB
Text Example
Text Example
White with #BA9FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FAB; }
p { color: rgb(186,159,171); }
H1.HeaderClassName
{
color: #BA9FAB;
}
.AnyTagClassName
{
color: #BA9FAB;
}
</style>
background-color css
<style>
a { background-color: #BA9FAB; }
a { background-color: rgb(186,159,171); }
div.DivClassName
{
background-color: #BA9FAB;
}
.BgClassName
{
background-color: #BA9FAB;
}
</style>
border-color css
<style>
span { border-color: #BA9FAB; }
span { border-color: rgb(186,159,171); }
td.TdClassName
{
border-color: #BA9FAB;
}
.TagClassName
{
border-color: #BA9FAB;
}
</style>