Shades of Lola #B9B2BB
Tints of Lola #B9B2BB
RGB
CMYK
RGB Variations
Color information
#B9B2BB (or 0xB9B2BB) is known color: Lola. HEX triplet: B9, B2 and BB. RGB value is (185,178,187). Sum of RGB (Red+Green+Blue) = 185+178+187=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B2BB is #464D44. Grayscale: #B5B5B5. Windows color (decimal): -4607301 or 12300985. OLE color: 12300985.
HSL color Cylindrical-coordinate representation of color #B9B2BB: hue angle of 286.67º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9B2BB is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 178 | 187 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.27 |
| HSL | 286.67º | 0.06% | 0.72% | - |
| HSV(B) | 286.67º | 0.05% | 0.73% | - |
| XYZ | 44.9 | 45.74 | 53.48 | - |
| YUV | 181.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 178 | 187 | 0.01 | 0.05 | 0 | 0.27 | 286.67 | 0.06 | 0.72 |
| Hex | B9 | B2 | BB | 1 | 5 | 0 | 1B | 11F | 6 | 48 |
| Octal | 271 | 262 | 273 | 1 | 5 | 0 | 33 | 437 | 6 | 110 |
| Binary | 10111001 | 10110010 | 10111011 | 1 | 101 | 0 | 11011 | 100011111 | 110 | 1001000 |
Color Harmonies of #B9B2BB
Complementary color
Monochromatic Colors of #B9B2BB
Black with #B9B2BB
Text Example
Text Example
White with #B9B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B2BB; }
p { color: rgb(185,178,187); }
H1.HeaderClassName
{
color: #B9B2BB;
}
.AnyTagClassName
{
color: #B9B2BB;
}
</style>
background-color css
<style>
a { background-color: #B9B2BB; }
a { background-color: rgb(185,178,187); }
div.DivClassName
{
background-color: #B9B2BB;
}
.BgClassName
{
background-color: #B9B2BB;
}
</style>
border-color css
<style>
span { border-color: #B9B2BB; }
span { border-color: rgb(185,178,187); }
td.TdClassName
{
border-color: #B9B2BB;
}
.TagClassName
{
border-color: #B9B2BB;
}
</style>