Shades of Lily #BAA2B0
Tints of Lily #BAA2B0
RGB
CMYK
RGB Variations
Color information
#BAA2B0 (or 0xBAA2B0) is known color: Lily. HEX triplet: BA, A2 and B0. RGB value is (186,162,176). Sum of RGB (Red+Green+Blue) = 186+162+176=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2B0 is #455D4F. Grayscale: #AAAAAA. Windows color (decimal): -4545872 or 11575994. OLE color: 11575994.
HSL color Cylindrical-coordinate representation of color #BAA2B0: hue angle of 325º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA2B0 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 162 | 176 | - |
CMYK | 0 | 0.13 | 0.05 | 0.27 |
HSL | 325º | 0.15% | 0.68% | - |
HSV(B) | 325º | 0.13% | 0.73% | - |
XYZ | 41.01 | 39.41 | 46.52 | - |
YUV | 170.77 | 130.95 | 138.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 162 | 176 | 0 | 0.13 | 0.05 | 0.27 | 325 | 0.15 | 0.68 |
Hex | BA | A2 | B0 | 0 | D | 5 | 1B | 145 | F | 44 |
Octal | 272 | 242 | 260 | 0 | 15 | 5 | 33 | 505 | 17 | 104 |
Binary | 10111010 | 10100010 | 10110000 | 0 | 1101 | 101 | 11011 | 101000101 | 1111 | 1000100 |
Color Harmonies of #BAA2B0
Complementary color
Monochromatic Colors of #BAA2B0
Black with #BAA2B0
Text Example
Text Example
White with #BAA2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2B0; }
p { color: rgb(186,162,176); }
H1.HeaderClassName
{
color: #BAA2B0;
}
.AnyTagClassName
{
color: #BAA2B0;
}
</style>
background-color css
<style>
a { background-color: #BAA2B0; }
a { background-color: rgb(186,162,176); }
div.DivClassName
{
background-color: #BAA2B0;
}
.BgClassName
{
background-color: #BAA2B0;
}
</style>
border-color css
<style>
span { border-color: #BAA2B0; }
span { border-color: rgb(186,162,176); }
td.TdClassName
{
border-color: #BAA2B0;
}
.TagClassName
{
border-color: #BAA2B0;
}
</style>