Shades of Lola #BFB5C1
Tints of Lola #BFB5C1
RGB
CMYK
RGB Variations
Color information
#BFB5C1 (or 0xBFB5C1) is known color: Lola. HEX triplet: BF, B5 and C1. RGB value is (191,181,193). Sum of RGB (Red+Green+Blue) = 191+181+193=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFB5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5C1 is #404A3E. Grayscale: #B9B9B9. Windows color (decimal): -4213311 or 12694975. OLE color: 12694975.
HSL color Cylindrical-coordinate representation of color #BFB5C1: hue angle of 290º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFB5C1 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 181 | 193 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.24 |
| HSL | 290º | 0.09% | 0.73% | - |
| HSV(B) | 290º | 0.06% | 0.76% | - |
| XYZ | 47.64 | 47.97 | 57.2 | - |
| YUV | 185.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 193 | 0.01 | 0.06 | 0 | 0.24 | 290 | 0.09 | 0.73 |
| Hex | BF | B5 | C1 | 1 | 6 | 0 | 18 | 122 | 9 | 49 |
| Octal | 277 | 265 | 301 | 1 | 6 | 0 | 30 | 442 | 11 | 111 |
| Binary | 10111111 | 10110101 | 11000001 | 1 | 110 | 0 | 11000 | 100100010 | 1001 | 1001001 |
Color Harmonies of #BFB5C1
Complementary color
Monochromatic Colors of #BFB5C1
Black with #BFB5C1
Text Example
Text Example
White with #BFB5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5C1; }
p { color: rgb(191,181,193); }
H1.HeaderClassName
{
color: #BFB5C1;
}
.AnyTagClassName
{
color: #BFB5C1;
}
</style>
background-color css
<style>
a { background-color: #BFB5C1; }
a { background-color: rgb(191,181,193); }
div.DivClassName
{
background-color: #BFB5C1;
}
.BgClassName
{
background-color: #BFB5C1;
}
</style>
border-color css
<style>
span { border-color: #BFB5C1; }
span { border-color: rgb(191,181,193); }
td.TdClassName
{
border-color: #BFB5C1;
}
.TagClassName
{
border-color: #BFB5C1;
}
</style>