Shades of Lola #BBB0BD
Tints of Lola #BBB0BD
RGB
CMYK
RGB Variations
Color information
#BBB0BD (or 0xBBB0BD) is known color: Lola. HEX triplet: BB, B0 and BD. RGB value is (187,176,189). Sum of RGB (Red+Green+Blue) = 187+176+189=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0BD is #444F42. Grayscale: #B4B4B4. Windows color (decimal): -4476739 or 12431547. OLE color: 12431547.
HSL color Cylindrical-coordinate representation of color #BBB0BD: hue angle of 290.77º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB0BD is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 176 | 189 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.26 |
| HSL | 290.77º | 0.09% | 0.72% | - |
| HSV(B) | 290.77º | 0.07% | 0.74% | - |
| XYZ | 45.2 | 45.29 | 54.5 | - |
| YUV | 180.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 189 | 0.01 | 0.07 | 0 | 0.26 | 290.77 | 0.09 | 0.72 |
| Hex | BB | B0 | BD | 1 | 7 | 0 | 1A | 123 | 9 | 48 |
| Octal | 273 | 260 | 275 | 1 | 7 | 0 | 32 | 443 | 11 | 110 |
| Binary | 10111011 | 10110000 | 10111101 | 1 | 111 | 0 | 11010 | 100100011 | 1001 | 1001000 |
Color Harmonies of #BBB0BD
Complementary color
Monochromatic Colors of #BBB0BD
Black with #BBB0BD
Text Example
Text Example
White with #BBB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0BD; }
p { color: rgb(187,176,189); }
H1.HeaderClassName
{
color: #BBB0BD;
}
.AnyTagClassName
{
color: #BBB0BD;
}
</style>
background-color css
<style>
a { background-color: #BBB0BD; }
a { background-color: rgb(187,176,189); }
div.DivClassName
{
background-color: #BBB0BD;
}
.BgClassName
{
background-color: #BBB0BD;
}
</style>
border-color css
<style>
span { border-color: #BBB0BD; }
span { border-color: rgb(187,176,189); }
td.TdClassName
{
border-color: #BBB0BD;
}
.TagClassName
{
border-color: #BBB0BD;
}
</style>