Shades of Lola #BBB2BD
Tints of Lola #BBB2BD
RGB
CMYK
RGB Variations
Color information
#BBB2BD (or 0xBBB2BD) is known color: Lola. HEX triplet: BB, B2 and BD. RGB value is (187,178,189). Sum of RGB (Red+Green+Blue) = 187+178+189=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2BD is #444D42. Grayscale: #B5B5B5. Windows color (decimal): -4476227 or 12432059. OLE color: 12432059.
HSL color Cylindrical-coordinate representation of color #BBB2BD: hue angle of 289.09º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB2BD is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 178 | 189 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.26 |
| HSL | 289.09º | 0.08% | 0.72% | - |
| HSV(B) | 289.09º | 0.06% | 0.74% | - |
| XYZ | 45.6 | 46.08 | 54.64 | - |
| YUV | 181.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 189 | 0.01 | 0.06 | 0 | 0.26 | 289.09 | 0.08 | 0.72 |
| Hex | BB | B2 | BD | 1 | 6 | 0 | 1A | 121 | 8 | 48 |
| Octal | 273 | 262 | 275 | 1 | 6 | 0 | 32 | 441 | 10 | 110 |
| Binary | 10111011 | 10110010 | 10111101 | 1 | 110 | 0 | 11010 | 100100001 | 1000 | 1001000 |
Color Harmonies of #BBB2BD
Complementary color
Monochromatic Colors of #BBB2BD
Black with #BBB2BD
Text Example
Text Example
White with #BBB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2BD; }
p { color: rgb(187,178,189); }
H1.HeaderClassName
{
color: #BBB2BD;
}
.AnyTagClassName
{
color: #BBB2BD;
}
</style>
background-color css
<style>
a { background-color: #BBB2BD; }
a { background-color: rgb(187,178,189); }
div.DivClassName
{
background-color: #BBB2BD;
}
.BgClassName
{
background-color: #BBB2BD;
}
</style>
border-color css
<style>
span { border-color: #BBB2BD; }
span { border-color: rgb(187,178,189); }
td.TdClassName
{
border-color: #BBB2BD;
}
.TagClassName
{
border-color: #BBB2BD;
}
</style>