Shades of Lola #BBB5BC
Tints of Lola #BBB5BC
RGB
CMYK
RGB Variations
Color information
#BBB5BC (or 0xBBB5BC) is known color: Lola. HEX triplet: BB, B5 and BC. RGB value is (187,181,188). Sum of RGB (Red+Green+Blue) = 187+181+188=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBB5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5BC is #444A43. Grayscale: #B7B7B7. Windows color (decimal): -4475460 or 12367291. OLE color: 12367291.
HSL color Cylindrical-coordinate representation of color #BBB5BC: hue angle of 291.43º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBB5BC is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 187 | 181 | 188 | - |
CMYK | 0.01 | 0.04 | 0 | 0.26 |
HSL | 291.43º | 0.05% | 0.72% | - |
HSV(B) | 291.43º | 0.04% | 0.74% | - |
XYZ | 46.09 | 47.24 | 54.27 | - |
YUV | 183.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 181 | 188 | 0.01 | 0.04 | 0 | 0.26 | 291.43 | 0.05 | 0.72 |
Hex | BB | B5 | BC | 1 | 4 | 0 | 1A | 123 | 5 | 48 |
Octal | 273 | 265 | 274 | 1 | 4 | 0 | 32 | 443 | 5 | 110 |
Binary | 10111011 | 10110101 | 10111100 | 1 | 100 | 0 | 11010 | 100100011 | 101 | 1001000 |
Color Harmonies of #BBB5BC
Complementary color
Monochromatic Colors of #BBB5BC
Black with #BBB5BC
Text Example
Text Example
White with #BBB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5BC; }
p { color: rgb(187,181,188); }
H1.HeaderClassName
{
color: #BBB5BC;
}
.AnyTagClassName
{
color: #BBB5BC;
}
</style>
background-color css
<style>
a { background-color: #BBB5BC; }
a { background-color: rgb(187,181,188); }
div.DivClassName
{
background-color: #BBB5BC;
}
.BgClassName
{
background-color: #BBB5BC;
}
</style>
border-color css
<style>
span { border-color: #BBB5BC; }
span { border-color: rgb(187,181,188); }
td.TdClassName
{
border-color: #BBB5BC;
}
.TagClassName
{
border-color: #BBB5BC;
}
</style>