Shades of Lola #BCBBBC
Tints of Lola #BCBBBC
RGB
CMYK
RGB Variations
Color information
#BCBBBC (or 0xBCBBBC) is known color: Lola. HEX triplet: BC, BB and BC. RGB value is (188,187,188). Sum of RGB (Red+Green+Blue) = 188+187+188=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCBBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBBC is #434443. Grayscale: #BBBBBB. Windows color (decimal): -4408388 or 12368828. OLE color: 12368828.
HSL color Cylindrical-coordinate representation of color #BCBBBC: hue angle of 300º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BCBBBC is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 188 | - |
| CMYK | 0 | 0.01 | 0 | 0.26 |
| HSL | 300º | 0.01% | 0.74% | - |
| HSV(B) | 300º | 0.01% | 0.74% | - |
| XYZ | 47.59 | 49.86 | 54.69 | - |
| YUV | 187.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 188 | 0 | 0.01 | 0 | 0.26 | 300 | 0.01 | 0.74 |
| Hex | BC | BB | BC | 0 | 1 | 0 | 1A | 12C | 1 | 4A |
| Octal | 274 | 273 | 274 | 0 | 1 | 0 | 32 | 454 | 1 | 112 |
| Binary | 10111100 | 10111011 | 10111100 | 0 | 1 | 0 | 11010 | 100101100 | 1 | 1001010 |
Color Harmonies of #BCBBBC
Complementary color
Monochromatic Colors of #BCBBBC
Black with #BCBBBC
Text Example
Text Example
White with #BCBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBBC; }
p { color: rgb(188,187,188); }
H1.HeaderClassName
{
color: #BCBBBC;
}
.AnyTagClassName
{
color: #BCBBBC;
}
</style>
background-color css
<style>
a { background-color: #BCBBBC; }
a { background-color: rgb(188,187,188); }
div.DivClassName
{
background-color: #BCBBBC;
}
.BgClassName
{
background-color: #BCBBBC;
}
</style>
border-color css
<style>
span { border-color: #BCBBBC; }
span { border-color: rgb(188,187,188); }
td.TdClassName
{
border-color: #BCBBBC;
}
.TagClassName
{
border-color: #BCBBBC;
}
</style>