#BAA5BA

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

Shades of Lola #BAA5BA

Tints of Lola #BAA5BA

Color information

#BAA5BA (or 0xBAA5BA) is unknown color: approx Lola. HEX triplet: BA, A5 and BA. RGB value is (186,165,186). Sum of RGB (Red+Green+Blue) = 186+165+186=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5BA is #455A45. Grayscale: #ADADAD. Windows color (decimal): -4545094 or 12232122. OLE color: 12232122.

HSL color Cylindrical-coordinate representation of color #BAA5BA: hue angle of 300º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAA5BA is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186165186-
CMYK00.1100.27
HSL300º13.21%68.82%-
HSV(B)300º11.29%72.94%-
XYZ42.5740.8952.1-
YUV173.67134.96136.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 165 (64.84% from 255) = 30.73%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=34.64%
G=30.73%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616518600.1100.2730013.2168.82
HexBAA5BA0B01B12cd45
Octal27224527201303345415105
Binary1011101010100101101110100101101101110010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA5BA; }

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

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

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

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

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

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

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

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