Shades of Lola #BFAAC0
Tints of Lola #BFAAC0
RGB
CMYK
RGB Variations
Color information
#BFAAC0 (or 0xBFAAC0) is known color: Lola. HEX triplet: BF, AA and C0. RGB value is (191,170,192). Sum of RGB (Red+Green+Blue) = 191+170+192=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAC0 is #40553F. Grayscale: #B2B2B2. Windows color (decimal): -4216128 or 12626623. OLE color: 12626623.
HSL color Cylindrical-coordinate representation of color #BFAAC0: hue angle of 297.27º degrees, saturation: 0.15, 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 #BFAAC0 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 192 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.25 |
| HSL | 297.27º | 0.15% | 0.71% | - |
| HSV(B) | 297.27º | 0.11% | 0.75% | - |
| XYZ | 45.38 | 43.63 | 55.9 | - |
| YUV | 178.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 192 | 0.01 | 0.11 | 0 | 0.25 | 297.27 | 0.15 | 0.71 |
| Hex | BF | AA | C0 | 1 | B | 0 | 19 | 129 | F | 47 |
| Octal | 277 | 252 | 300 | 1 | 13 | 0 | 31 | 451 | 17 | 107 |
| Binary | 10111111 | 10101010 | 11000000 | 1 | 1011 | 0 | 11001 | 100101001 | 1111 | 1000111 |
Color Harmonies of #BFAAC0
Complementary color
Monochromatic Colors of #BFAAC0
Black with #BFAAC0
Text Example
Text Example
White with #BFAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAC0; }
p { color: rgb(191,170,192); }
H1.HeaderClassName
{
color: #BFAAC0;
}
.AnyTagClassName
{
color: #BFAAC0;
}
</style>
background-color css
<style>
a { background-color: #BFAAC0; }
a { background-color: rgb(191,170,192); }
div.DivClassName
{
background-color: #BFAAC0;
}
.BgClassName
{
background-color: #BFAAC0;
}
</style>
border-color css
<style>
span { border-color: #BFAAC0; }
span { border-color: rgb(191,170,192); }
td.TdClassName
{
border-color: #BFAAC0;
}
.TagClassName
{
border-color: #BFAAC0;
}
</style>