Shades of Lily #BAA2B2
Tints of Lily #BAA2B2
RGB
CMYK
RGB Variations
Color information
#BAA2B2 (or 0xBAA2B2) is known color: Lily. HEX triplet: BA, A2 and B2. RGB value is (186,162,178). Sum of RGB (Red+Green+Blue) = 186+162+178=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2B2 is #455D4D. Grayscale: #AAAAAA. Windows color (decimal): -4545870 or 11707066. OLE color: 11707066.
HSL color Cylindrical-coordinate representation of color #BAA2B2: hue angle of 320º 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 #BAA2B2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 162 | 178 | - |
CMYK | 0 | 0.13 | 0.04 | 0.27 |
HSL | 320º | 0.15% | 0.68% | - |
HSV(B) | 320º | 0.13% | 0.73% | - |
XYZ | 41.21 | 39.49 | 47.57 | - |
YUV | 171 | 131.95 | 138.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 162 | 178 | 0 | 0.13 | 0.04 | 0.27 | 320 | 0.15 | 0.68 |
Hex | BA | A2 | B2 | 0 | D | 4 | 1B | 140 | F | 44 |
Octal | 272 | 242 | 262 | 0 | 15 | 4 | 33 | 500 | 17 | 104 |
Binary | 10111010 | 10100010 | 10110010 | 0 | 1101 | 100 | 11011 | 101000000 | 1111 | 1000100 |
Color Harmonies of #BAA2B2
Complementary color
Monochromatic Colors of #BAA2B2
Black with #BAA2B2
Text Example
Text Example
White with #BAA2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2B2; }
p { color: rgb(186,162,178); }
H1.HeaderClassName
{
color: #BAA2B2;
}
.AnyTagClassName
{
color: #BAA2B2;
}
</style>
background-color css
<style>
a { background-color: #BAA2B2; }
a { background-color: rgb(186,162,178); }
div.DivClassName
{
background-color: #BAA2B2;
}
.BgClassName
{
background-color: #BAA2B2;
}
</style>
border-color css
<style>
span { border-color: #BAA2B2; }
span { border-color: rgb(186,162,178); }
td.TdClassName
{
border-color: #BAA2B2;
}
.TagClassName
{
border-color: #BAA2B2;
}
</style>