#BAA3BF

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

Shades of Lola #BAA3BF

Tints of Lola #BAA3BF

Color information

#BAA3BF (or 0xBAA3BF) is unknown color: approx Lola. HEX triplet: BA, A3 and BF. RGB value is (186,163,191). Sum of RGB (Red+Green+Blue) = 186+163+191=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #BAA3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3BF is #455C40. Grayscale: #ACACAC. Windows color (decimal): -4545601 or 12559290. OLE color: 12559290.

HSL color Cylindrical-coordinate representation of color #BAA3BF: hue angle of 289.29º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA3BF is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186163191-
CMYK0.030.1500.25
HSL289.29º17.95%69.41%-
HSV(B)289.29º14.66%74.9%-
XYZ42.7540.454.83-
YUV173.07138.12137.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 191 (75% from 255) = 35.37%
R=34.44%
G=30.19%
B=35.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861631910.030.1500.25289.2917.9569.41
HexBAA3BF3F0191211245
Octal27224327731703144122105
Binary101110101010001110111111111111011001100100001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA3BF; }

 p { color: rgb(186,163,191); }

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

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

 a { background-color: rgb(186,163,191); }

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

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

 span { border-color: rgb(186,163,191); }

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