Shades of Lily #BA90A8
Tints of Lily #BA90A8
RGB
CMYK
RGB Variations
Color information
#BA90A8 (or 0xBA90A8) is known color: Lily. HEX triplet: BA, 90 and A8. RGB value is (186,144,168). Sum of RGB (Red+Green+Blue) = 186+144+168=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA90A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA90A8 is #456F57. Grayscale: #9F9F9F. Windows color (decimal): -4550488 or 11047098. OLE color: 11047098.
HSL color Cylindrical-coordinate representation of color #BA90A8: hue angle of 325.71º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA90A8 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 144 | 168 | - |
CMYK | 0 | 0.23 | 0.10 | 0.27 |
HSL | 325.71º | 0.23% | 0.65% | - |
HSV(B) | 325.71º | 0.23% | 0.73% | - |
XYZ | 37.29 | 33.21 | 41.49 | - |
YUV | 159.29 | 132.91 | 147.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 144 | 168 | 0 | 0.23 | 0.10 | 0.27 | 325.71 | 0.23 | 0.65 |
Hex | BA | 90 | A8 | 0 | 17 | A | 1B | 146 | 17 | 41 |
Octal | 272 | 220 | 250 | 0 | 27 | 12 | 33 | 506 | 27 | 101 |
Binary | 10111010 | 10010000 | 10101000 | 0 | 10111 | 1010 | 11011 | 101000110 | 10111 | 1000001 |
Color Harmonies of #BA90A8
Complementary color
Monochromatic Colors of #BA90A8
Black with #BA90A8
Text Example
Text Example
White with #BA90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90A8; }
p { color: rgb(186,144,168); }
H1.HeaderClassName
{
color: #BA90A8;
}
.AnyTagClassName
{
color: #BA90A8;
}
</style>
background-color css
<style>
a { background-color: #BA90A8; }
a { background-color: rgb(186,144,168); }
div.DivClassName
{
background-color: #BA90A8;
}
.BgClassName
{
background-color: #BA90A8;
}
</style>
border-color css
<style>
span { border-color: #BA90A8; }
span { border-color: rgb(186,144,168); }
td.TdClassName
{
border-color: #BA90A8;
}
.TagClassName
{
border-color: #BA90A8;
}
</style>