Shades of Lola #B9A0BB
Tints of Lola #B9A0BB
RGB
CMYK
RGB Variations
Color information
#B9A0BB (or 0xB9A0BB) is known color: Lola. HEX triplet: B9, A0 and BB. RGB value is (185,160,187). Sum of RGB (Red+Green+Blue) = 185+160+187=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0BB is #465F44. Grayscale: #AAAAAA. Windows color (decimal): -4611909 or 12296377. OLE color: 12296377.
HSL color Cylindrical-coordinate representation of color #B9A0BB: hue angle of 295.56º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9A0BB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 187 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.27 |
| HSL | 295.56º | 0.17% | 0.68% | - |
| HSV(B) | 295.56º | 0.14% | 0.73% | - |
| XYZ | 41.55 | 39.04 | 52.36 | - |
| YUV | 170.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 187 | 0.01 | 0.14 | 0 | 0.27 | 295.56 | 0.17 | 0.68 |
| Hex | B9 | A0 | BB | 1 | E | 0 | 1B | 128 | 11 | 44 |
| Octal | 271 | 240 | 273 | 1 | 16 | 0 | 33 | 450 | 21 | 104 |
| Binary | 10111001 | 10100000 | 10111011 | 1 | 1110 | 0 | 11011 | 100101000 | 10001 | 1000100 |
Color Harmonies of #B9A0BB
Complementary color
Monochromatic Colors of #B9A0BB
Black with #B9A0BB
Text Example
Text Example
White with #B9A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A0BB; }
p { color: rgb(185,160,187); }
H1.HeaderClassName
{
color: #B9A0BB;
}
.AnyTagClassName
{
color: #B9A0BB;
}
</style>
background-color css
<style>
a { background-color: #B9A0BB; }
a { background-color: rgb(185,160,187); }
div.DivClassName
{
background-color: #B9A0BB;
}
.BgClassName
{
background-color: #B9A0BB;
}
</style>
border-color css
<style>
span { border-color: #B9A0BB; }
span { border-color: rgb(185,160,187); }
td.TdClassName
{
border-color: #B9A0BB;
}
.TagClassName
{
border-color: #B9A0BB;
}
</style>