Shades of Lola #BFA3C6
Tints of Lola #BFA3C6
RGB
CMYK
RGB Variations
Color information
#BFA3C6 (or 0xBFA3C6) is known color: Lola. HEX triplet: BF, A3 and C6. RGB value is (191,163,198). Sum of RGB (Red+Green+Blue) = 191+163+198=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFA3C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3C6 is #405C39. Grayscale: #AFAFAF. Windows color (decimal): -4217914 or 13018047. OLE color: 13018047.
HSL color Cylindrical-coordinate representation of color #BFA3C6: hue angle of 288º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFA3C6 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 163 | 198 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.22 |
| HSL | 288º | 0.23% | 0.71% | - |
| HSV(B) | 288º | 0.18% | 0.78% | - |
| XYZ | 44.78 | 41.35 | 59.05 | - |
| YUV | 175.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 198 | 0.04 | 0.18 | 0 | 0.22 | 288 | 0.23 | 0.71 |
| Hex | BF | A3 | C6 | 4 | 12 | 0 | 16 | 120 | 17 | 47 |
| Octal | 277 | 243 | 306 | 4 | 22 | 0 | 26 | 440 | 27 | 107 |
| Binary | 10111111 | 10100011 | 11000110 | 100 | 10010 | 0 | 10110 | 100100000 | 10111 | 1000111 |
Color Harmonies of #BFA3C6
Complementary color
Monochromatic Colors of #BFA3C6
Black with #BFA3C6
Text Example
Text Example
White with #BFA3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3C6; }
p { color: rgb(191,163,198); }
H1.HeaderClassName
{
color: #BFA3C6;
}
.AnyTagClassName
{
color: #BFA3C6;
}
</style>
background-color css
<style>
a { background-color: #BFA3C6; }
a { background-color: rgb(191,163,198); }
div.DivClassName
{
background-color: #BFA3C6;
}
.BgClassName
{
background-color: #BFA3C6;
}
</style>
border-color css
<style>
span { border-color: #BFA3C6; }
span { border-color: rgb(191,163,198); }
td.TdClassName
{
border-color: #BFA3C6;
}
.TagClassName
{
border-color: #BFA3C6;
}
</style>