Shades of Lola #BFABC0
Tints of Lola #BFABC0
RGB
CMYK
RGB Variations
Color information
#BFABC0 (or 0xBFABC0) is known color: Lola. HEX triplet: BF, AB and C0. RGB value is (191,171,192). Sum of RGB (Red+Green+Blue) = 191+171+192=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABC0 is #40543F. Grayscale: #B3B3B3. Windows color (decimal): -4215872 or 12626879. OLE color: 12626879.
HSL color Cylindrical-coordinate representation of color #BFABC0: hue angle of 297.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFABC0 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 192 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.25 |
| HSL | 297.14º | 0.14% | 0.71% | - |
| HSV(B) | 297.14º | 0.11% | 0.75% | - |
| XYZ | 45.56 | 44.01 | 55.96 | - |
| YUV | 179.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 192 | 0.01 | 0.11 | 0 | 0.25 | 297.14 | 0.14 | 0.71 |
| Hex | BF | AB | C0 | 1 | B | 0 | 19 | 129 | E | 47 |
| Octal | 277 | 253 | 300 | 1 | 13 | 0 | 31 | 451 | 16 | 107 |
| Binary | 10111111 | 10101011 | 11000000 | 1 | 1011 | 0 | 11001 | 100101001 | 1110 | 1000111 |
Color Harmonies of #BFABC0
Complementary color
Monochromatic Colors of #BFABC0
Black with #BFABC0
Text Example
Text Example
White with #BFABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABC0; }
p { color: rgb(191,171,192); }
H1.HeaderClassName
{
color: #BFABC0;
}
.AnyTagClassName
{
color: #BFABC0;
}
</style>
background-color css
<style>
a { background-color: #BFABC0; }
a { background-color: rgb(191,171,192); }
div.DivClassName
{
background-color: #BFABC0;
}
.BgClassName
{
background-color: #BFABC0;
}
</style>
border-color css
<style>
span { border-color: #BFABC0; }
span { border-color: rgb(191,171,192); }
td.TdClassName
{
border-color: #BFABC0;
}
.TagClassName
{
border-color: #BFABC0;
}
</style>