Shades of Lola #BFACC0
Tints of Lola #BFACC0
RGB
CMYK
RGB Variations
Color information
#BFACC0 (or 0xBFACC0) is known color: Lola. HEX triplet: BF, AC and C0. RGB value is (191,172,192). Sum of RGB (Red+Green+Blue) = 191+172+192=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACC0 is #40533F. Grayscale: #B3B3B3. Windows color (decimal): -4215616 or 12627135. OLE color: 12627135.
HSL color Cylindrical-coordinate representation of color #BFACC0: hue angle of 297º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFACC0 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 192 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.25 |
| HSL | 297º | 0.14% | 0.71% | - |
| HSV(B) | 297º | 0.1% | 0.75% | - |
| XYZ | 45.75 | 44.39 | 56.03 | - |
| YUV | 179.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 192 | 0.01 | 0.10 | 0 | 0.25 | 297 | 0.14 | 0.71 |
| Hex | BF | AC | C0 | 1 | A | 0 | 19 | 129 | E | 47 |
| Octal | 277 | 254 | 300 | 1 | 12 | 0 | 31 | 451 | 16 | 107 |
| Binary | 10111111 | 10101100 | 11000000 | 1 | 1010 | 0 | 11001 | 100101001 | 1110 | 1000111 |
Color Harmonies of #BFACC0
Complementary color
Monochromatic Colors of #BFACC0
Black with #BFACC0
Text Example
Text Example
White with #BFACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACC0; }
p { color: rgb(191,172,192); }
H1.HeaderClassName
{
color: #BFACC0;
}
.AnyTagClassName
{
color: #BFACC0;
}
</style>
background-color css
<style>
a { background-color: #BFACC0; }
a { background-color: rgb(191,172,192); }
div.DivClassName
{
background-color: #BFACC0;
}
.BgClassName
{
background-color: #BFACC0;
}
</style>
border-color css
<style>
span { border-color: #BFACC0; }
span { border-color: rgb(191,172,192); }
td.TdClassName
{
border-color: #BFACC0;
}
.TagClassName
{
border-color: #BFACC0;
}
</style>