Shades of Lola #BFB3C1
Tints of Lola #BFB3C1
RGB
CMYK
RGB Variations
Color information
#BFB3C1 (or 0xBFB3C1) is known color: Lola. HEX triplet: BF, B3 and C1. RGB value is (191,179,193). Sum of RGB (Red+Green+Blue) = 191+179+193=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFB3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3C1 is #404C3E. Grayscale: #B8B8B8. Windows color (decimal): -4213823 or 12694463. OLE color: 12694463.
HSL color Cylindrical-coordinate representation of color #BFB3C1: hue angle of 291.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB3C1 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 179 | 193 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.24 |
| HSL | 291.43º | 0.1% | 0.73% | - |
| HSV(B) | 291.43º | 0.07% | 0.76% | - |
| XYZ | 47.23 | 47.17 | 57.07 | - |
| YUV | 184.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 193 | 0.01 | 0.07 | 0 | 0.24 | 291.43 | 0.1 | 0.73 |
| Hex | BF | B3 | C1 | 1 | 7 | 0 | 18 | 123 | A | 49 |
| Octal | 277 | 263 | 301 | 1 | 7 | 0 | 30 | 443 | 12 | 111 |
| Binary | 10111111 | 10110011 | 11000001 | 1 | 111 | 0 | 11000 | 100100011 | 1010 | 1001001 |
Color Harmonies of #BFB3C1
Complementary color
Monochromatic Colors of #BFB3C1
Black with #BFB3C1
Text Example
Text Example
White with #BFB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3C1; }
p { color: rgb(191,179,193); }
H1.HeaderClassName
{
color: #BFB3C1;
}
.AnyTagClassName
{
color: #BFB3C1;
}
</style>
background-color css
<style>
a { background-color: #BFB3C1; }
a { background-color: rgb(191,179,193); }
div.DivClassName
{
background-color: #BFB3C1;
}
.BgClassName
{
background-color: #BFB3C1;
}
</style>
border-color css
<style>
span { border-color: #BFB3C1; }
span { border-color: rgb(191,179,193); }
td.TdClassName
{
border-color: #BFB3C1;
}
.TagClassName
{
border-color: #BFB3C1;
}
</style>