Shades of Lola #BFACC3
Tints of Lola #BFACC3
RGB
CMYK
RGB Variations
Color information
#BFACC3 (or 0xBFACC3) is known color: Lola. HEX triplet: BF, AC and C3. RGB value is (191,172,195). Sum of RGB (Red+Green+Blue) = 191+172+195=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACC3 is #40533C. Grayscale: #B4B4B4. Windows color (decimal): -4215613 or 12823743. OLE color: 12823743.
HSL color Cylindrical-coordinate representation of color #BFACC3: hue angle of 289.57º degrees, saturation: 0.16, 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 #BFACC3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 172 | 195 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.24 |
| HSL | 289.57º | 0.16% | 0.72% | - |
| HSV(B) | 289.57º | 0.12% | 0.76% | - |
| XYZ | 46.09 | 44.52 | 57.79 | - |
| YUV | 180.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 195 | 0.02 | 0.12 | 0 | 0.24 | 289.57 | 0.16 | 0.72 |
| Hex | BF | AC | C3 | 2 | C | 0 | 18 | 122 | 10 | 48 |
| Octal | 277 | 254 | 303 | 2 | 14 | 0 | 30 | 442 | 20 | 110 |
| Binary | 10111111 | 10101100 | 11000011 | 10 | 1100 | 0 | 11000 | 100100010 | 10000 | 1001000 |
Color Harmonies of #BFACC3
Complementary color
Monochromatic Colors of #BFACC3
Black with #BFACC3
Text Example
Text Example
White with #BFACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACC3; }
p { color: rgb(191,172,195); }
H1.HeaderClassName
{
color: #BFACC3;
}
.AnyTagClassName
{
color: #BFACC3;
}
</style>
background-color css
<style>
a { background-color: #BFACC3; }
a { background-color: rgb(191,172,195); }
div.DivClassName
{
background-color: #BFACC3;
}
.BgClassName
{
background-color: #BFACC3;
}
</style>
border-color css
<style>
span { border-color: #BFACC3; }
span { border-color: rgb(191,172,195); }
td.TdClassName
{
border-color: #BFACC3;
}
.TagClassName
{
border-color: #BFACC3;
}
</style>