Shades of Lola #BFABC3
Tints of Lola #BFABC3
RGB
CMYK
RGB Variations
Color information
#BFABC3 (or 0xBFABC3) is known color: Lola. HEX triplet: BF, AB and C3. RGB value is (191,171,195). Sum of RGB (Red+Green+Blue) = 191+171+195=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABC3 is #40543C. Grayscale: #B3B3B3. Windows color (decimal): -4215869 or 12823487. OLE color: 12823487.
HSL color Cylindrical-coordinate representation of color #BFABC3: hue angle of 290º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFABC3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 171 | 195 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.24 |
| HSL | 290º | 0.17% | 0.72% | - |
| HSV(B) | 290º | 0.12% | 0.76% | - |
| XYZ | 45.9 | 44.14 | 57.73 | - |
| YUV | 179.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 195 | 0.02 | 0.12 | 0 | 0.24 | 290 | 0.17 | 0.72 |
| Hex | BF | AB | C3 | 2 | C | 0 | 18 | 122 | 11 | 48 |
| Octal | 277 | 253 | 303 | 2 | 14 | 0 | 30 | 442 | 21 | 110 |
| Binary | 10111111 | 10101011 | 11000011 | 10 | 1100 | 0 | 11000 | 100100010 | 10001 | 1001000 |
Color Harmonies of #BFABC3
Complementary color
Monochromatic Colors of #BFABC3
Black with #BFABC3
Text Example
Text Example
White with #BFABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABC3; }
p { color: rgb(191,171,195); }
H1.HeaderClassName
{
color: #BFABC3;
}
.AnyTagClassName
{
color: #BFABC3;
}
</style>
background-color css
<style>
a { background-color: #BFABC3; }
a { background-color: rgb(191,171,195); }
div.DivClassName
{
background-color: #BFABC3;
}
.BgClassName
{
background-color: #BFABC3;
}
</style>
border-color css
<style>
span { border-color: #BFABC3; }
span { border-color: rgb(191,171,195); }
td.TdClassName
{
border-color: #BFABC3;
}
.TagClassName
{
border-color: #BFABC3;
}
</style>