Shades of Lola #BFA1C6
Tints of Lola #BFA1C6
RGB
CMYK
RGB Variations
Color information
#BFA1C6 (or 0xBFA1C6) is known color: Lola. HEX triplet: BF, A1 and C6. RGB value is (191,161,198). Sum of RGB (Red+Green+Blue) = 191+161+198=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFA1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1C6 is #405E39. Grayscale: #AEAEAE. Windows color (decimal): -4218426 or 13017535. OLE color: 13017535.
HSL color Cylindrical-coordinate representation of color #BFA1C6: hue angle of 288.65º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFA1C6 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 161 | 198 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.22 |
| HSL | 288.65º | 0.25% | 0.7% | - |
| HSV(B) | 288.65º | 0.19% | 0.78% | - |
| XYZ | 44.42 | 40.64 | 58.93 | - |
| YUV | 174.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 198 | 0.04 | 0.19 | 0 | 0.22 | 288.65 | 0.25 | 0.7 |
| Hex | BF | A1 | C6 | 4 | 13 | 0 | 16 | 121 | 19 | 46 |
| Octal | 277 | 241 | 306 | 4 | 23 | 0 | 26 | 441 | 31 | 106 |
| Binary | 10111111 | 10100001 | 11000110 | 100 | 10011 | 0 | 10110 | 100100001 | 11001 | 1000110 |
Color Harmonies of #BFA1C6
Complementary color
Monochromatic Colors of #BFA1C6
Black with #BFA1C6
Text Example
Text Example
White with #BFA1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1C6; }
p { color: rgb(191,161,198); }
H1.HeaderClassName
{
color: #BFA1C6;
}
.AnyTagClassName
{
color: #BFA1C6;
}
</style>
background-color css
<style>
a { background-color: #BFA1C6; }
a { background-color: rgb(191,161,198); }
div.DivClassName
{
background-color: #BFA1C6;
}
.BgClassName
{
background-color: #BFA1C6;
}
</style>
border-color css
<style>
span { border-color: #BFA1C6; }
span { border-color: rgb(191,161,198); }
td.TdClassName
{
border-color: #BFA1C6;
}
.TagClassName
{
border-color: #BFA1C6;
}
</style>