Shades of Lola #BFB6C1
Tints of Lola #BFB6C1
RGB
CMYK
RGB Variations
Color information
#BFB6C1 (or 0xBFB6C1) is known color: Lola. HEX triplet: BF, B6 and C1. RGB value is (191,182,193). Sum of RGB (Red+Green+Blue) = 191+182+193=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFB6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6C1 is #40493E. Grayscale: #B9B9B9. Windows color (decimal): -4213055 or 12695231. OLE color: 12695231.
HSL color Cylindrical-coordinate representation of color #BFB6C1: hue angle of 289.09º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFB6C1 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 182 | 193 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.24 |
| HSL | 289.09º | 0.08% | 0.74% | - |
| HSV(B) | 289.09º | 0.06% | 0.76% | - |
| XYZ | 47.84 | 48.38 | 57.27 | - |
| YUV | 185.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 193 | 0.01 | 0.06 | 0 | 0.24 | 289.09 | 0.08 | 0.74 |
| Hex | BF | B6 | C1 | 1 | 6 | 0 | 18 | 121 | 8 | 4A |
| Octal | 277 | 266 | 301 | 1 | 6 | 0 | 30 | 441 | 10 | 112 |
| Binary | 10111111 | 10110110 | 11000001 | 1 | 110 | 0 | 11000 | 100100001 | 1000 | 1001010 |
Color Harmonies of #BFB6C1
Complementary color
Monochromatic Colors of #BFB6C1
Black with #BFB6C1
Text Example
Text Example
White with #BFB6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6C1; }
p { color: rgb(191,182,193); }
H1.HeaderClassName
{
color: #BFB6C1;
}
.AnyTagClassName
{
color: #BFB6C1;
}
</style>
background-color css
<style>
a { background-color: #BFB6C1; }
a { background-color: rgb(191,182,193); }
div.DivClassName
{
background-color: #BFB6C1;
}
.BgClassName
{
background-color: #BFB6C1;
}
</style>
border-color css
<style>
span { border-color: #BFB6C1; }
span { border-color: rgb(191,182,193); }
td.TdClassName
{
border-color: #BFB6C1;
}
.TagClassName
{
border-color: #BFB6C1;
}
</style>