Shades of Lola #BFA7C7
Tints of Lola #BFA7C7
RGB
CMYK
RGB Variations
Color information
#BFA7C7 (or 0xBFA7C7) is known color: Lola. HEX triplet: BF, A7 and C7. RGB value is (191,167,199). Sum of RGB (Red+Green+Blue) = 191+167+199=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFA7C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7C7 is #405838. Grayscale: #B1B1B1. Windows color (decimal): -4216889 or 13084607. OLE color: 13084607.
HSL color Cylindrical-coordinate representation of color #BFA7C7: hue angle of 285º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA7C7 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 167 | 199 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.22 |
| HSL | 285º | 0.22% | 0.72% | - |
| HSV(B) | 285º | 0.16% | 0.78% | - |
| XYZ | 45.61 | 42.84 | 59.9 | - |
| YUV | 177.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 199 | 0.04 | 0.16 | 0 | 0.22 | 285 | 0.22 | 0.72 |
| Hex | BF | A7 | C7 | 4 | 10 | 0 | 16 | 11D | 16 | 48 |
| Octal | 277 | 247 | 307 | 4 | 20 | 0 | 26 | 435 | 26 | 110 |
| Binary | 10111111 | 10100111 | 11000111 | 100 | 10000 | 0 | 10110 | 100011101 | 10110 | 1001000 |
Color Harmonies of #BFA7C7
Complementary color
Monochromatic Colors of #BFA7C7
Black with #BFA7C7
Text Example
Text Example
White with #BFA7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA7C7; }
p { color: rgb(191,167,199); }
H1.HeaderClassName
{
color: #BFA7C7;
}
.AnyTagClassName
{
color: #BFA7C7;
}
</style>
background-color css
<style>
a { background-color: #BFA7C7; }
a { background-color: rgb(191,167,199); }
div.DivClassName
{
background-color: #BFA7C7;
}
.BgClassName
{
background-color: #BFA7C7;
}
</style>
border-color css
<style>
span { border-color: #BFA7C7; }
span { border-color: rgb(191,167,199); }
td.TdClassName
{
border-color: #BFA7C7;
}
.TagClassName
{
border-color: #BFA7C7;
}
</style>