Shades of Lola #BBB3BA
Tints of Lola #BBB3BA
RGB
CMYK
RGB Variations
Color information
#BBB3BA (or 0xBBB3BA) is known color: Lola. HEX triplet: BB, B3 and BA. RGB value is (187,179,186). Sum of RGB (Red+Green+Blue) = 187+179+186=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3BA is #444C45. Grayscale: #B6B6B6. Windows color (decimal): -4475974 or 12235707. OLE color: 12235707.
HSL color Cylindrical-coordinate representation of color #BBB3BA: hue angle of 307.5º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBB3BA is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 186 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.27 |
| HSL | 307.5º | 0.06% | 0.72% | - |
| HSV(B) | 307.5º | 0.04% | 0.73% | - |
| XYZ | 45.48 | 46.35 | 53 | - |
| YUV | 182.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 186 | 0 | 0.04 | 0.01 | 0.27 | 307.5 | 0.06 | 0.72 |
| Hex | BB | B3 | BA | 0 | 4 | 1 | 1B | 134 | 6 | 48 |
| Octal | 273 | 263 | 272 | 0 | 4 | 1 | 33 | 464 | 6 | 110 |
| Binary | 10111011 | 10110011 | 10111010 | 0 | 100 | 1 | 11011 | 100110100 | 110 | 1001000 |
Color Harmonies of #BBB3BA
Complementary color
Monochromatic Colors of #BBB3BA
Black with #BBB3BA
Text Example
Text Example
White with #BBB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3BA; }
p { color: rgb(187,179,186); }
H1.HeaderClassName
{
color: #BBB3BA;
}
.AnyTagClassName
{
color: #BBB3BA;
}
</style>
background-color css
<style>
a { background-color: #BBB3BA; }
a { background-color: rgb(187,179,186); }
div.DivClassName
{
background-color: #BBB3BA;
}
.BgClassName
{
background-color: #BBB3BA;
}
</style>
border-color css
<style>
span { border-color: #BBB3BA; }
span { border-color: rgb(187,179,186); }
td.TdClassName
{
border-color: #BBB3BA;
}
.TagClassName
{
border-color: #BBB3BA;
}
</style>