Shades of Lily #BA9BAB
Tints of Lily #BA9BAB
RGB
CMYK
RGB Variations
Color information
#BA9BAB (or 0xBA9BAB) is known color: Lily. HEX triplet: BA, 9B and AB. RGB value is (186,155,171). Sum of RGB (Red+Green+Blue) = 186+155+171=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9BAB is #456454. Grayscale: #A6A6A6. Windows color (decimal): -4547669 or 11246522. OLE color: 11246522.
HSL color Cylindrical-coordinate representation of color #BA9BAB: hue angle of 329.03º 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 #BA9BAB is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 171 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.27 |
| HSL | 329.03º | 0.18% | 0.67% | - |
| HSV(B) | 329.03º | 0.17% | 0.73% | - |
| XYZ | 39.32 | 36.82 | 43.56 | - |
| YUV | 166.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 171 | 0 | 0.17 | 0.08 | 0.27 | 329.03 | 0.18 | 0.67 |
| Hex | BA | 9B | AB | 0 | 11 | 8 | 1B | 149 | 12 | 43 |
| Octal | 272 | 233 | 253 | 0 | 21 | 10 | 33 | 511 | 22 | 103 |
| Binary | 10111010 | 10011011 | 10101011 | 0 | 10001 | 1000 | 11011 | 101001001 | 10010 | 1000011 |
Color Harmonies of #BA9BAB
Complementary color
Monochromatic Colors of #BA9BAB
Black with #BA9BAB
Text Example
Text Example
White with #BA9BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BAB; }
p { color: rgb(186,155,171); }
H1.HeaderClassName
{
color: #BA9BAB;
}
.AnyTagClassName
{
color: #BA9BAB;
}
</style>
background-color css
<style>
a { background-color: #BA9BAB; }
a { background-color: rgb(186,155,171); }
div.DivClassName
{
background-color: #BA9BAB;
}
.BgClassName
{
background-color: #BA9BAB;
}
</style>
border-color css
<style>
span { border-color: #BA9BAB; }
span { border-color: rgb(186,155,171); }
td.TdClassName
{
border-color: #BA9BAB;
}
.TagClassName
{
border-color: #BA9BAB;
}
</style>