Shades of Lola #BFA9C2
Tints of Lola #BFA9C2
RGB
CMYK
RGB Variations
Color information
#BFA9C2 (or 0xBFA9C2) is known color: Lola. HEX triplet: BF, A9 and C2. RGB value is (191,169,194). Sum of RGB (Red+Green+Blue) = 191+169+194=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFA9C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9C2 is #40563D. Grayscale: #B2B2B2. Windows color (decimal): -4216382 or 12757439. OLE color: 12757439.
HSL color Cylindrical-coordinate representation of color #BFA9C2: hue angle of 292.8º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFA9C2 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 169 | 194 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.24 |
| HSL | 292.8º | 0.17% | 0.71% | - |
| HSV(B) | 292.8º | 0.13% | 0.76% | - |
| XYZ | 45.41 | 43.35 | 57.01 | - |
| YUV | 178.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 194 | 0.02 | 0.13 | 0 | 0.24 | 292.8 | 0.17 | 0.71 |
| Hex | BF | A9 | C2 | 2 | D | 0 | 18 | 125 | 11 | 47 |
| Octal | 277 | 251 | 302 | 2 | 15 | 0 | 30 | 445 | 21 | 107 |
| Binary | 10111111 | 10101001 | 11000010 | 10 | 1101 | 0 | 11000 | 100100101 | 10001 | 1000111 |
Color Harmonies of #BFA9C2
Complementary color
Monochromatic Colors of #BFA9C2
Black with #BFA9C2
Text Example
Text Example
White with #BFA9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA9C2; }
p { color: rgb(191,169,194); }
H1.HeaderClassName
{
color: #BFA9C2;
}
.AnyTagClassName
{
color: #BFA9C2;
}
</style>
background-color css
<style>
a { background-color: #BFA9C2; }
a { background-color: rgb(191,169,194); }
div.DivClassName
{
background-color: #BFA9C2;
}
.BgClassName
{
background-color: #BFA9C2;
}
</style>
border-color css
<style>
span { border-color: #BFA9C2; }
span { border-color: rgb(191,169,194); }
td.TdClassName
{
border-color: #BFA9C2;
}
.TagClassName
{
border-color: #BFA9C2;
}
</style>