Shades of Lily #BA9DB3
Tints of Lily #BA9DB3
RGB
CMYK
RGB Variations
Color information
#BA9DB3 (or 0xBA9DB3) is known color: Lily. HEX triplet: BA, 9D and B3. RGB value is (186,157,179). Sum of RGB (Red+Green+Blue) = 186+157+179=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DB3 is #45624C. Grayscale: #A8A8A8. Windows color (decimal): -4547149 or 11771322. OLE color: 11771322.
HSL color Cylindrical-coordinate representation of color #BA9DB3: hue angle of 314.48º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9DB3 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 179 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.27 |
| HSL | 314.48º | 0.17% | 0.67% | - |
| HSV(B) | 314.48º | 0.16% | 0.73% | - |
| XYZ | 40.44 | 37.81 | 47.81 | - |
| YUV | 168.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 179 | 0 | 0.16 | 0.04 | 0.27 | 314.48 | 0.17 | 0.67 |
| Hex | BA | 9D | B3 | 0 | 10 | 4 | 1B | 13A | 11 | 43 |
| Octal | 272 | 235 | 263 | 0 | 20 | 4 | 33 | 472 | 21 | 103 |
| Binary | 10111010 | 10011101 | 10110011 | 0 | 10000 | 100 | 11011 | 100111010 | 10001 | 1000011 |
Color Harmonies of #BA9DB3
Complementary color
Monochromatic Colors of #BA9DB3
Black with #BA9DB3
Text Example
Text Example
White with #BA9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DB3; }
p { color: rgb(186,157,179); }
H1.HeaderClassName
{
color: #BA9DB3;
}
.AnyTagClassName
{
color: #BA9DB3;
}
</style>
background-color css
<style>
a { background-color: #BA9DB3; }
a { background-color: rgb(186,157,179); }
div.DivClassName
{
background-color: #BA9DB3;
}
.BgClassName
{
background-color: #BA9DB3;
}
</style>
border-color css
<style>
span { border-color: #BA9DB3; }
span { border-color: rgb(186,157,179); }
td.TdClassName
{
border-color: #BA9DB3;
}
.TagClassName
{
border-color: #BA9DB3;
}
</style>