Shades of Lola #BBB8BC
Tints of Lola #BBB8BC
RGB
CMYK
RGB Variations
Color information
#BBB8BC (or 0xBBB8BC) is known color: Lola. HEX triplet: BB, B8 and BC. RGB value is (187,184,188). Sum of RGB (Red+Green+Blue) = 187+184+188=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8BC is #444743. Grayscale: #B9B9B9. Windows color (decimal): -4474692 or 12368059. OLE color: 12368059.
HSL color Cylindrical-coordinate representation of color #BBB8BC: hue angle of 285º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBB8BC is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 184 | 188 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.26 |
| HSL | 285º | 0.03% | 0.73% | - |
| HSV(B) | 285º | 0.02% | 0.74% | - |
| XYZ | 46.71 | 48.48 | 54.47 | - |
| YUV | 185.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 188 | 0.01 | 0.02 | 0 | 0.26 | 285 | 0.03 | 0.73 |
| Hex | BB | B8 | BC | 1 | 2 | 0 | 1A | 11D | 3 | 49 |
| Octal | 273 | 270 | 274 | 1 | 2 | 0 | 32 | 435 | 3 | 111 |
| Binary | 10111011 | 10111000 | 10111100 | 1 | 10 | 0 | 11010 | 100011101 | 11 | 1001001 |
Color Harmonies of #BBB8BC
Complementary color
Monochromatic Colors of #BBB8BC
Black with #BBB8BC
Text Example
Text Example
White with #BBB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8BC; }
p { color: rgb(187,184,188); }
H1.HeaderClassName
{
color: #BBB8BC;
}
.AnyTagClassName
{
color: #BBB8BC;
}
</style>
background-color css
<style>
a { background-color: #BBB8BC; }
a { background-color: rgb(187,184,188); }
div.DivClassName
{
background-color: #BBB8BC;
}
.BgClassName
{
background-color: #BBB8BC;
}
</style>
border-color css
<style>
span { border-color: #BBB8BC; }
span { border-color: rgb(187,184,188); }
td.TdClassName
{
border-color: #BBB8BC;
}
.TagClassName
{
border-color: #BBB8BC;
}
</style>