#BFAAC6

Color #BFAAC6 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BFAAC6

Tints of Lola #BFAAC6

Color information

#BFAAC6 (or 0xBFAAC6) is unknown color: approx Lola. HEX triplet: BF, AA and C6. RGB value is (191,170,198). Sum of RGB (Red+Green+Blue) = 191+170+198=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFAAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAC6 is #405539. Grayscale: #B3B3B3. Windows color (decimal): -4216122 or 13019839. OLE color: 13019839.

HSL color Cylindrical-coordinate representation of color #BFAAC6: hue angle of 285º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFAAC6 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191170198-
CMYK0.040.1400.22
HSL285º19.72%72.16%-
HSV(B)285º14.14%77.65%-
XYZ46.0543.959.47-
YUV179.47138.46136.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=34.17%
G=30.41%
B=35.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911701980.040.1400.2228519.7272.16
HexBFAAC64E01611d1448
Octal27725230641602643524110
Binary1011111110101010110001101001110010110100011101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAAC6; }

 p { color: rgb(191,170,198); }

 H1.HeaderClassName
 {
   color: #BFAAC6;
 }
 .AnyTagClassName
 {
   color: #BFAAC6;
 }
</style>
background-color css

<style>
 a { background-color: #BFAAC6; }

 a { background-color: rgb(191,170,198); }

 div.DivClassName
 {
   background-color: #BFAAC6;
 }
 .BgClassName
 {
   background-color: #BFAAC6;
 }
</style>
border-color css

<style>
 span { border-color: #BFAAC6; }

 span { border-color: rgb(191,170,198); }

 td.TdClassName
 {
   border-color: #BFAAC6;
 }
 .TagClassName
 {
   border-color: #BFAAC6;
 }
</style>