Shades of Lola #BFA6C1
Tints of Lola #BFA6C1
RGB
CMYK
RGB Variations
Color information
#BFA6C1 (or 0xBFA6C1) is known color: Lola. HEX triplet: BF, A6 and C1. RGB value is (191,166,193). Sum of RGB (Red+Green+Blue) = 191+166+193=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFA6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6C1 is #40593E. Grayscale: #B0B0B0. Windows color (decimal): -4217151 or 12691135. OLE color: 12691135.
HSL color Cylindrical-coordinate representation of color #BFA6C1: hue angle of 295.56º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFA6C1 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 166 | 193 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.24 |
| HSL | 295.56º | 0.18% | 0.7% | - |
| HSV(B) | 295.56º | 0.14% | 0.76% | - |
| XYZ | 44.75 | 42.2 | 56.24 | - |
| YUV | 176.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 193 | 0.01 | 0.14 | 0 | 0.24 | 295.56 | 0.18 | 0.7 |
| Hex | BF | A6 | C1 | 1 | E | 0 | 18 | 128 | 12 | 46 |
| Octal | 277 | 246 | 301 | 1 | 16 | 0 | 30 | 450 | 22 | 106 |
| Binary | 10111111 | 10100110 | 11000001 | 1 | 1110 | 0 | 11000 | 100101000 | 10010 | 1000110 |
Color Harmonies of #BFA6C1
Complementary color
Monochromatic Colors of #BFA6C1
Black with #BFA6C1
Text Example
Text Example
White with #BFA6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA6C1; }
p { color: rgb(191,166,193); }
H1.HeaderClassName
{
color: #BFA6C1;
}
.AnyTagClassName
{
color: #BFA6C1;
}
</style>
background-color css
<style>
a { background-color: #BFA6C1; }
a { background-color: rgb(191,166,193); }
div.DivClassName
{
background-color: #BFA6C1;
}
.BgClassName
{
background-color: #BFA6C1;
}
</style>
border-color css
<style>
span { border-color: #BFA6C1; }
span { border-color: rgb(191,166,193); }
td.TdClassName
{
border-color: #BFA6C1;
}
.TagClassName
{
border-color: #BFA6C1;
}
</style>