Shades of Lola #BFAAC2
Tints of Lola #BFAAC2
RGB
CMYK
RGB Variations
Color information
#BFAAC2 (or 0xBFAAC2) is known color: Lola. HEX triplet: BF, AA and C2. RGB value is (191,170,194). Sum of RGB (Red+Green+Blue) = 191+170+194=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFAAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAC2 is #40553D. Grayscale: #B2B2B2. Windows color (decimal): -4216126 or 12757695. OLE color: 12757695.
HSL color Cylindrical-coordinate representation of color #BFAAC2: hue angle of 292.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFAAC2 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 170 | 194 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.24 |
| HSL | 292.5º | 0.16% | 0.71% | - |
| HSV(B) | 292.5º | 0.12% | 0.76% | - |
| XYZ | 45.6 | 43.72 | 57.07 | - |
| YUV | 179.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 194 | 0.02 | 0.12 | 0 | 0.24 | 292.5 | 0.16 | 0.71 |
| Hex | BF | AA | C2 | 2 | C | 0 | 18 | 124 | 10 | 47 |
| Octal | 277 | 252 | 302 | 2 | 14 | 0 | 30 | 444 | 20 | 107 |
| Binary | 10111111 | 10101010 | 11000010 | 10 | 1100 | 0 | 11000 | 100100100 | 10000 | 1000111 |
Color Harmonies of #BFAAC2
Complementary color
Monochromatic Colors of #BFAAC2
Black with #BFAAC2
Text Example
Text Example
White with #BFAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAC2; }
p { color: rgb(191,170,194); }
H1.HeaderClassName
{
color: #BFAAC2;
}
.AnyTagClassName
{
color: #BFAAC2;
}
</style>
background-color css
<style>
a { background-color: #BFAAC2; }
a { background-color: rgb(191,170,194); }
div.DivClassName
{
background-color: #BFAAC2;
}
.BgClassName
{
background-color: #BFAAC2;
}
</style>
border-color css
<style>
span { border-color: #BFAAC2; }
span { border-color: rgb(191,170,194); }
td.TdClassName
{
border-color: #BFAAC2;
}
.TagClassName
{
border-color: #BFAAC2;
}
</style>