Shades of Lola #BBB2BC
Tints of Lola #BBB2BC
RGB
CMYK
RGB Variations
Color information
#BBB2BC (or 0xBBB2BC) is known color: Lola. HEX triplet: BB, B2 and BC. RGB value is (187,178,188). Sum of RGB (Red+Green+Blue) = 187+178+188=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2BC is #444D43. Grayscale: #B5B5B5. Windows color (decimal): -4476228 or 12366523. OLE color: 12366523.
HSL color Cylindrical-coordinate representation of color #BBB2BC: hue angle of 294º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBB2BC is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 178 | 188 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.26 |
| HSL | 294º | 0.07% | 0.72% | - |
| HSV(B) | 294º | 0.05% | 0.74% | - |
| XYZ | 45.49 | 46.04 | 54.07 | - |
| YUV | 181.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 188 | 0.01 | 0.05 | 0 | 0.26 | 294 | 0.07 | 0.72 |
| Hex | BB | B2 | BC | 1 | 5 | 0 | 1A | 126 | 7 | 48 |
| Octal | 273 | 262 | 274 | 1 | 5 | 0 | 32 | 446 | 7 | 110 |
| Binary | 10111011 | 10110010 | 10111100 | 1 | 101 | 0 | 11010 | 100100110 | 111 | 1001000 |
Color Harmonies of #BBB2BC
Complementary color
Monochromatic Colors of #BBB2BC
Black with #BBB2BC
Text Example
Text Example
White with #BBB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2BC; }
p { color: rgb(187,178,188); }
H1.HeaderClassName
{
color: #BBB2BC;
}
.AnyTagClassName
{
color: #BBB2BC;
}
</style>
background-color css
<style>
a { background-color: #BBB2BC; }
a { background-color: rgb(187,178,188); }
div.DivClassName
{
background-color: #BBB2BC;
}
.BgClassName
{
background-color: #BBB2BC;
}
</style>
border-color css
<style>
span { border-color: #BBB2BC; }
span { border-color: rgb(187,178,188); }
td.TdClassName
{
border-color: #BBB2BC;
}
.TagClassName
{
border-color: #BBB2BC;
}
</style>