Shades of Lola #BAA2B9
Tints of Lola #BAA2B9
RGB
CMYK
RGB Variations
Color information
#BAA2B9 (or 0xBAA2B9) is known color: Lola. HEX triplet: BA, A2 and B9. RGB value is (186,162,185). Sum of RGB (Red+Green+Blue) = 186+162+185=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2B9 is #455D46. Grayscale: #ABABAB. Windows color (decimal): -4545863 or 12165818. OLE color: 12165818.
HSL color Cylindrical-coordinate representation of color #BAA2B9: hue angle of 302.5º 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 #BAA2B9 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 162 | 185 | - |
CMYK | 0 | 0.13 | 0.01 | 0.27 |
HSL | 302.5º | 0.15% | 0.68% | - |
HSV(B) | 302.5º | 0.13% | 0.73% | - |
XYZ | 41.93 | 39.78 | 51.37 | - |
YUV | 171.8 | 135.45 | 138.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 162 | 185 | 0 | 0.13 | 0.01 | 0.27 | 302.5 | 0.15 | 0.68 |
Hex | BA | A2 | B9 | 0 | D | 1 | 1B | 12E | F | 44 |
Octal | 272 | 242 | 271 | 0 | 15 | 1 | 33 | 456 | 17 | 104 |
Binary | 10111010 | 10100010 | 10111001 | 0 | 1101 | 1 | 11011 | 100101110 | 1111 | 1000100 |
Color Harmonies of #BAA2B9
Complementary color
Monochromatic Colors of #BAA2B9
Black with #BAA2B9
Text Example
Text Example
White with #BAA2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2B9; }
p { color: rgb(186,162,185); }
H1.HeaderClassName
{
color: #BAA2B9;
}
.AnyTagClassName
{
color: #BAA2B9;
}
</style>
background-color css
<style>
a { background-color: #BAA2B9; }
a { background-color: rgb(186,162,185); }
div.DivClassName
{
background-color: #BAA2B9;
}
.BgClassName
{
background-color: #BAA2B9;
}
</style>
border-color css
<style>
span { border-color: #BAA2B9; }
span { border-color: rgb(186,162,185); }
td.TdClassName
{
border-color: #BAA2B9;
}
.TagClassName
{
border-color: #BAA2B9;
}
</style>