Shades of Lola #BFB9C0
Tints of Lola #BFB9C0
RGB
CMYK
RGB Variations
Color information
#BFB9C0 (or 0xBFB9C0) is known color: Lola. HEX triplet: BF, B9 and C0. RGB value is (191,185,192). Sum of RGB (Red+Green+Blue) = 191+185+192=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9C0 is #40463F. Grayscale: #BBBBBB. Windows color (decimal): -4212288 or 12630463. OLE color: 12630463.
HSL color Cylindrical-coordinate representation of color #BFB9C0: hue angle of 291.43º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFB9C0 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 192 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.25 |
| HSL | 291.43º | 0.05% | 0.74% | - |
| HSV(B) | 291.43º | 0.04% | 0.75% | - |
| XYZ | 48.35 | 49.58 | 56.89 | - |
| YUV | 187.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 192 | 0.01 | 0.04 | 0 | 0.25 | 291.43 | 0.05 | 0.74 |
| Hex | BF | B9 | C0 | 1 | 4 | 0 | 19 | 123 | 5 | 4A |
| Octal | 277 | 271 | 300 | 1 | 4 | 0 | 31 | 443 | 5 | 112 |
| Binary | 10111111 | 10111001 | 11000000 | 1 | 100 | 0 | 11001 | 100100011 | 101 | 1001010 |
Color Harmonies of #BFB9C0
Complementary color
Monochromatic Colors of #BFB9C0
Black with #BFB9C0
Text Example
Text Example
White with #BFB9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9C0; }
p { color: rgb(191,185,192); }
H1.HeaderClassName
{
color: #BFB9C0;
}
.AnyTagClassName
{
color: #BFB9C0;
}
</style>
background-color css
<style>
a { background-color: #BFB9C0; }
a { background-color: rgb(191,185,192); }
div.DivClassName
{
background-color: #BFB9C0;
}
.BgClassName
{
background-color: #BFB9C0;
}
</style>
border-color css
<style>
span { border-color: #BFB9C0; }
span { border-color: rgb(191,185,192); }
td.TdClassName
{
border-color: #BFB9C0;
}
.TagClassName
{
border-color: #BFB9C0;
}
</style>