#BAA5BF

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

Shades of Lola #BAA5BF

Tints of Lola #BAA5BF

Color information

#BAA5BF (or 0xBAA5BF) is unknown color: approx Lola. HEX triplet: BA, A5 and BF. RGB value is (186,165,191). Sum of RGB (Red+Green+Blue) = 186+165+191=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #BAA5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5BF is #455A40. Grayscale: #AEAEAE. Windows color (decimal): -4545089 or 12559802. OLE color: 12559802.

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

Color convert

RGB186165191-
CMYK0.030.1400.25
HSL288.46º16.88%69.8%-
HSV(B)288.46º13.61%74.9%-
XYZ43.1141.1154.95-
YUV174.24137.46136.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 165 (64.84% from 255) = 30.44%
BLUE value IS 191 (75% from 255) = 35.24%
R=34.32%
G=30.44%
B=35.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861651910.030.1400.25288.4616.8869.8
HexBAA5BF3E0191201146
Octal27224527731603144021106
Binary101110101010010110111111111110011001100100000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA5BF; }

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

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

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

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

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

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

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

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