Shades of Lola #BFB5C0
Tints of Lola #BFB5C0
RGB
CMYK
RGB Variations
Color information
#BFB5C0 (or 0xBFB5C0) is known color: Lola. HEX triplet: BF, B5 and C0. RGB value is (191,181,192). Sum of RGB (Red+Green+Blue) = 191+181+192=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFB5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5C0 is #404A3F. Grayscale: #B9B9B9. Windows color (decimal): -4213312 or 12629439. OLE color: 12629439.
HSL color Cylindrical-coordinate representation of color #BFB5C0: hue angle of 294.55º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFB5C0 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 192 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.25 |
| HSL | 294.55º | 0.08% | 0.73% | - |
| HSV(B) | 294.55º | 0.06% | 0.75% | - |
| XYZ | 47.52 | 47.93 | 56.62 | - |
| YUV | 185.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 192 | 0.01 | 0.06 | 0 | 0.25 | 294.55 | 0.08 | 0.73 |
| Hex | BF | B5 | C0 | 1 | 6 | 0 | 19 | 127 | 8 | 49 |
| Octal | 277 | 265 | 300 | 1 | 6 | 0 | 31 | 447 | 10 | 111 |
| Binary | 10111111 | 10110101 | 11000000 | 1 | 110 | 0 | 11001 | 100100111 | 1000 | 1001001 |
Color Harmonies of #BFB5C0
Complementary color
Monochromatic Colors of #BFB5C0
Black with #BFB5C0
Text Example
Text Example
White with #BFB5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5C0; }
p { color: rgb(191,181,192); }
H1.HeaderClassName
{
color: #BFB5C0;
}
.AnyTagClassName
{
color: #BFB5C0;
}
</style>
background-color css
<style>
a { background-color: #BFB5C0; }
a { background-color: rgb(191,181,192); }
div.DivClassName
{
background-color: #BFB5C0;
}
.BgClassName
{
background-color: #BFB5C0;
}
</style>
border-color css
<style>
span { border-color: #BFB5C0; }
span { border-color: rgb(191,181,192); }
td.TdClassName
{
border-color: #BFB5C0;
}
.TagClassName
{
border-color: #BFB5C0;
}
</style>