Shades of Lola #B9ADBB
Tints of Lola #B9ADBB
RGB
CMYK
RGB Variations
Color information
#B9ADBB (or 0xB9ADBB) is known color: Lola. HEX triplet: B9, AD and BB. RGB value is (185,173,187). Sum of RGB (Red+Green+Blue) = 185+173+187=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADBB is #465244. Grayscale: #B2B2B2. Windows color (decimal): -4608581 or 12299705. OLE color: 12299705.
HSL color Cylindrical-coordinate representation of color #B9ADBB: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9ADBB is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 187 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.27 |
| HSL | 291.43º | 0.09% | 0.71% | - |
| HSV(B) | 291.43º | 0.07% | 0.73% | - |
| XYZ | 43.92 | 43.79 | 53.15 | - |
| YUV | 178.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 187 | 0.01 | 0.07 | 0 | 0.27 | 291.43 | 0.09 | 0.71 |
| Hex | B9 | AD | BB | 1 | 7 | 0 | 1B | 123 | 9 | 47 |
| Octal | 271 | 255 | 273 | 1 | 7 | 0 | 33 | 443 | 11 | 107 |
| Binary | 10111001 | 10101101 | 10111011 | 1 | 111 | 0 | 11011 | 100100011 | 1001 | 1000111 |
Color Harmonies of #B9ADBB
Complementary color
Monochromatic Colors of #B9ADBB
Black with #B9ADBB
Text Example
Text Example
White with #B9ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADBB; }
p { color: rgb(185,173,187); }
H1.HeaderClassName
{
color: #B9ADBB;
}
.AnyTagClassName
{
color: #B9ADBB;
}
</style>
background-color css
<style>
a { background-color: #B9ADBB; }
a { background-color: rgb(185,173,187); }
div.DivClassName
{
background-color: #B9ADBB;
}
.BgClassName
{
background-color: #B9ADBB;
}
</style>
border-color css
<style>
span { border-color: #B9ADBB; }
span { border-color: rgb(185,173,187); }
td.TdClassName
{
border-color: #B9ADBB;
}
.TagClassName
{
border-color: #B9ADBB;
}
</style>