Shades of Lola #BFB7C1
Tints of Lola #BFB7C1
RGB
CMYK
RGB Variations
Color information
#BFB7C1 (or 0xBFB7C1) is known color: Lola. HEX triplet: BF, B7 and C1. RGB value is (191,183,193). Sum of RGB (Red+Green+Blue) = 191+183+193=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFB7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7C1 is #40483E. Grayscale: #BABABA. Windows color (decimal): -4212799 or 12695487. OLE color: 12695487.
HSL color Cylindrical-coordinate representation of color #BFB7C1: hue angle of 288º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFB7C1 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 183 | 193 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.24 |
| HSL | 288º | 0.07% | 0.74% | - |
| HSV(B) | 288º | 0.05% | 0.76% | - |
| XYZ | 48.04 | 48.79 | 57.34 | - |
| YUV | 186.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 193 | 0.01 | 0.05 | 0 | 0.24 | 288 | 0.07 | 0.74 |
| Hex | BF | B7 | C1 | 1 | 5 | 0 | 18 | 120 | 7 | 4A |
| Octal | 277 | 267 | 301 | 1 | 5 | 0 | 30 | 440 | 7 | 112 |
| Binary | 10111111 | 10110111 | 11000001 | 1 | 101 | 0 | 11000 | 100100000 | 111 | 1001010 |
Color Harmonies of #BFB7C1
Complementary color
Monochromatic Colors of #BFB7C1
Black with #BFB7C1
Text Example
Text Example
White with #BFB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7C1; }
p { color: rgb(191,183,193); }
H1.HeaderClassName
{
color: #BFB7C1;
}
.AnyTagClassName
{
color: #BFB7C1;
}
</style>
background-color css
<style>
a { background-color: #BFB7C1; }
a { background-color: rgb(191,183,193); }
div.DivClassName
{
background-color: #BFB7C1;
}
.BgClassName
{
background-color: #BFB7C1;
}
</style>
border-color css
<style>
span { border-color: #BFB7C1; }
span { border-color: rgb(191,183,193); }
td.TdClassName
{
border-color: #BFB7C1;
}
.TagClassName
{
border-color: #BFB7C1;
}
</style>