Shades of Lola #BFA6C0
Tints of Lola #BFA6C0
RGB
CMYK
RGB Variations
Color information
#BFA6C0 (or 0xBFA6C0) is known color: Lola. HEX triplet: BF, A6 and C0. RGB value is (191,166,192). Sum of RGB (Red+Green+Blue) = 191+166+192=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFA6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6C0 is #40593F. Grayscale: #B0B0B0. Windows color (decimal): -4217152 or 12625599. OLE color: 12625599.
HSL color Cylindrical-coordinate representation of color #BFA6C0: hue angle of 297.69º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFA6C0 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 192 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.25 |
| HSL | 297.69º | 0.17% | 0.7% | - |
| HSV(B) | 297.69º | 0.14% | 0.75% | - |
| XYZ | 44.64 | 42.15 | 55.65 | - |
| YUV | 176.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 192 | 0.01 | 0.14 | 0 | 0.25 | 297.69 | 0.17 | 0.7 |
| Hex | BF | A6 | C0 | 1 | E | 0 | 19 | 12A | 11 | 46 |
| Octal | 277 | 246 | 300 | 1 | 16 | 0 | 31 | 452 | 21 | 106 |
| Binary | 10111111 | 10100110 | 11000000 | 1 | 1110 | 0 | 11001 | 100101010 | 10001 | 1000110 |
Color Harmonies of #BFA6C0
Complementary color
Monochromatic Colors of #BFA6C0
Black with #BFA6C0
Text Example
Text Example
White with #BFA6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA6C0; }
p { color: rgb(191,166,192); }
H1.HeaderClassName
{
color: #BFA6C0;
}
.AnyTagClassName
{
color: #BFA6C0;
}
</style>
background-color css
<style>
a { background-color: #BFA6C0; }
a { background-color: rgb(191,166,192); }
div.DivClassName
{
background-color: #BFA6C0;
}
.BgClassName
{
background-color: #BFA6C0;
}
</style>
border-color css
<style>
span { border-color: #BFA6C0; }
span { border-color: rgb(191,166,192); }
td.TdClassName
{
border-color: #BFA6C0;
}
.TagClassName
{
border-color: #BFA6C0;
}
</style>