Shades of Lola #BFBCC0
Tints of Lola #BFBCC0
RGB
CMYK
RGB Variations
Color information
#BFBCC0 (or 0xBFBCC0) is known color: Lola. HEX triplet: BF, BC and C0. RGB value is (191,188,192). Sum of RGB (Red+Green+Blue) = 191+188+192=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCC0 is #40433F. Grayscale: #BDBDBD. Windows color (decimal): -4211520 or 12631231. OLE color: 12631231.
HSL color Cylindrical-coordinate representation of color #BFBCC0: hue angle of 285º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFBCC0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 192 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.25 |
| HSL | 285º | 0.03% | 0.75% | - |
| HSV(B) | 285º | 0.02% | 0.75% | - |
| XYZ | 48.98 | 50.85 | 57.1 | - |
| YUV | 189.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 192 | 0.01 | 0.02 | 0 | 0.25 | 285 | 0.03 | 0.75 |
| Hex | BF | BC | C0 | 1 | 2 | 0 | 19 | 11D | 3 | 4B |
| Octal | 277 | 274 | 300 | 1 | 2 | 0 | 31 | 435 | 3 | 113 |
| Binary | 10111111 | 10111100 | 11000000 | 1 | 10 | 0 | 11001 | 100011101 | 11 | 1001011 |
Color Harmonies of #BFBCC0
Complementary color
Monochromatic Colors of #BFBCC0
Black with #BFBCC0
Text Example
Text Example
White with #BFBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCC0; }
p { color: rgb(191,188,192); }
H1.HeaderClassName
{
color: #BFBCC0;
}
.AnyTagClassName
{
color: #BFBCC0;
}
</style>
background-color css
<style>
a { background-color: #BFBCC0; }
a { background-color: rgb(191,188,192); }
div.DivClassName
{
background-color: #BFBCC0;
}
.BgClassName
{
background-color: #BFBCC0;
}
</style>
border-color css
<style>
span { border-color: #BFBCC0; }
span { border-color: rgb(191,188,192); }
td.TdClassName
{
border-color: #BFBCC0;
}
.TagClassName
{
border-color: #BFBCC0;
}
</style>