Shades of Lola #BCB6BE
Tints of Lola #BCB6BE
RGB
CMYK
RGB Variations
Color information
#BCB6BE (or 0xBCB6BE) is known color: Lola. HEX triplet: BC, B6 and BE. RGB value is (188,182,190). Sum of RGB (Red+Green+Blue) = 188+182+190=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6BE is #434941. Grayscale: #B8B8B8. Windows color (decimal): -4409666 or 12498620. OLE color: 12498620.
HSL color Cylindrical-coordinate representation of color #BCB6BE: hue angle of 285º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCB6BE is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 182 | 190 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.25 |
| HSL | 285º | 0.06% | 0.73% | - |
| HSV(B) | 285º | 0.04% | 0.75% | - |
| XYZ | 46.76 | 47.86 | 55.49 | - |
| YUV | 184.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 190 | 0.01 | 0.04 | 0 | 0.25 | 285 | 0.06 | 0.73 |
| Hex | BC | B6 | BE | 1 | 4 | 0 | 19 | 11D | 6 | 49 |
| Octal | 274 | 266 | 276 | 1 | 4 | 0 | 31 | 435 | 6 | 111 |
| Binary | 10111100 | 10110110 | 10111110 | 1 | 100 | 0 | 11001 | 100011101 | 110 | 1001001 |
Color Harmonies of #BCB6BE
Complementary color
Monochromatic Colors of #BCB6BE
Black with #BCB6BE
Text Example
Text Example
White with #BCB6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6BE; }
p { color: rgb(188,182,190); }
H1.HeaderClassName
{
color: #BCB6BE;
}
.AnyTagClassName
{
color: #BCB6BE;
}
</style>
background-color css
<style>
a { background-color: #BCB6BE; }
a { background-color: rgb(188,182,190); }
div.DivClassName
{
background-color: #BCB6BE;
}
.BgClassName
{
background-color: #BCB6BE;
}
</style>
border-color css
<style>
span { border-color: #BCB6BE; }
span { border-color: rgb(188,182,190); }
td.TdClassName
{
border-color: #BCB6BE;
}
.TagClassName
{
border-color: #BCB6BE;
}
</style>