Shades of Lola #B9AABB
Tints of Lola #B9AABB
RGB
CMYK
RGB Variations
Color information
#B9AABB (or 0xB9AABB) is known color: Lola. HEX triplet: B9, AA and BB. RGB value is (185,170,187). Sum of RGB (Red+Green+Blue) = 185+170+187=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AABB is #465544. Grayscale: #B0B0B0. Windows color (decimal): -4609349 or 12298937. OLE color: 12298937.
HSL color Cylindrical-coordinate representation of color #B9AABB: hue angle of 292.94º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9AABB is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 187 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.27 |
| HSL | 292.94º | 0.11% | 0.7% | - |
| HSV(B) | 292.94º | 0.09% | 0.73% | - |
| XYZ | 43.35 | 42.65 | 52.96 | - |
| YUV | 176.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 187 | 0.01 | 0.09 | 0 | 0.27 | 292.94 | 0.11 | 0.7 |
| Hex | B9 | AA | BB | 1 | 9 | 0 | 1B | 125 | B | 46 |
| Octal | 271 | 252 | 273 | 1 | 11 | 0 | 33 | 445 | 13 | 106 |
| Binary | 10111001 | 10101010 | 10111011 | 1 | 1001 | 0 | 11011 | 100100101 | 1011 | 1000110 |
Color Harmonies of #B9AABB
Complementary color
Monochromatic Colors of #B9AABB
Black with #B9AABB
Text Example
Text Example
White with #B9AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AABB; }
p { color: rgb(185,170,187); }
H1.HeaderClassName
{
color: #B9AABB;
}
.AnyTagClassName
{
color: #B9AABB;
}
</style>
background-color css
<style>
a { background-color: #B9AABB; }
a { background-color: rgb(185,170,187); }
div.DivClassName
{
background-color: #B9AABB;
}
.BgClassName
{
background-color: #B9AABB;
}
</style>
border-color css
<style>
span { border-color: #B9AABB; }
span { border-color: rgb(185,170,187); }
td.TdClassName
{
border-color: #B9AABB;
}
.TagClassName
{
border-color: #B9AABB;
}
</style>