Shades of Lola #BFB0C1
Tints of Lola #BFB0C1
RGB
CMYK
RGB Variations
Color information
#BFB0C1 (or 0xBFB0C1) is known color: Lola. HEX triplet: BF, B0 and C1. RGB value is (191,176,193). Sum of RGB (Red+Green+Blue) = 191+176+193=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFB0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0C1 is #404F3E. Grayscale: #B6B6B6. Windows color (decimal): -4214591 or 12693695. OLE color: 12693695.
HSL color Cylindrical-coordinate representation of color #BFB0C1: hue angle of 292.94º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB0C1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 176 | 193 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.24 |
| HSL | 292.94º | 0.12% | 0.72% | - |
| HSV(B) | 292.94º | 0.09% | 0.76% | - |
| XYZ | 46.64 | 45.98 | 56.87 | - |
| YUV | 182.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 193 | 0.01 | 0.09 | 0 | 0.24 | 292.94 | 0.12 | 0.72 |
| Hex | BF | B0 | C1 | 1 | 9 | 0 | 18 | 125 | C | 48 |
| Octal | 277 | 260 | 301 | 1 | 11 | 0 | 30 | 445 | 14 | 110 |
| Binary | 10111111 | 10110000 | 11000001 | 1 | 1001 | 0 | 11000 | 100100101 | 1100 | 1001000 |
Color Harmonies of #BFB0C1
Complementary color
Monochromatic Colors of #BFB0C1
Black with #BFB0C1
Text Example
Text Example
White with #BFB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0C1; }
p { color: rgb(191,176,193); }
H1.HeaderClassName
{
color: #BFB0C1;
}
.AnyTagClassName
{
color: #BFB0C1;
}
</style>
background-color css
<style>
a { background-color: #BFB0C1; }
a { background-color: rgb(191,176,193); }
div.DivClassName
{
background-color: #BFB0C1;
}
.BgClassName
{
background-color: #BFB0C1;
}
</style>
border-color css
<style>
span { border-color: #BFB0C1; }
span { border-color: rgb(191,176,193); }
td.TdClassName
{
border-color: #BFB0C1;
}
.TagClassName
{
border-color: #BFB0C1;
}
</style>