Shades of Lola #BFABC1
Tints of Lola #BFABC1
RGB
CMYK
RGB Variations
Color information
#BFABC1 (or 0xBFABC1) is known color: Lola. HEX triplet: BF, AB and C1. RGB value is (191,171,193). Sum of RGB (Red+Green+Blue) = 191+171+193=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABC1 is #40543E. Grayscale: #B3B3B3. Windows color (decimal): -4215871 or 12692415. OLE color: 12692415.
HSL color Cylindrical-coordinate representation of color #BFABC1: hue angle of 294.55º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFABC1 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 171 | 193 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.24 |
| HSL | 294.55º | 0.15% | 0.71% | - |
| HSV(B) | 294.55º | 0.11% | 0.76% | - |
| XYZ | 45.67 | 44.05 | 56.55 | - |
| YUV | 179.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 193 | 0.01 | 0.11 | 0 | 0.24 | 294.55 | 0.15 | 0.71 |
| Hex | BF | AB | C1 | 1 | B | 0 | 18 | 127 | F | 47 |
| Octal | 277 | 253 | 301 | 1 | 13 | 0 | 30 | 447 | 17 | 107 |
| Binary | 10111111 | 10101011 | 11000001 | 1 | 1011 | 0 | 11000 | 100100111 | 1111 | 1000111 |
Color Harmonies of #BFABC1
Complementary color
Monochromatic Colors of #BFABC1
Black with #BFABC1
Text Example
Text Example
White with #BFABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABC1; }
p { color: rgb(191,171,193); }
H1.HeaderClassName
{
color: #BFABC1;
}
.AnyTagClassName
{
color: #BFABC1;
}
</style>
background-color css
<style>
a { background-color: #BFABC1; }
a { background-color: rgb(191,171,193); }
div.DivClassName
{
background-color: #BFABC1;
}
.BgClassName
{
background-color: #BFABC1;
}
</style>
border-color css
<style>
span { border-color: #BFABC1; }
span { border-color: rgb(191,171,193); }
td.TdClassName
{
border-color: #BFABC1;
}
.TagClassName
{
border-color: #BFABC1;
}
</style>