#BFAAC2

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

Shades of Lola #BFAAC2

Tints of Lola #BFAAC2

Color information

#BFAAC2 (or 0xBFAAC2) is unknown color: approx 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

RGB191170194-
CMYK0.020.1200.24
HSL292.5º16.44%71.37%-
HSV(B)292.5º12.37%76.08%-
XYZ45.643.7257.07-
YUV179.02136.46136.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=34.41%
G=30.63%
B=34.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911701940.020.1200.24292.516.4471.37
HexBFAAC22C0181241047
Octal27725230221403044420107
Binary101111111010101011000010101100011000100100100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>