#BAA4BA

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

Shades of Lola #BAA4BA

Tints of Lola #BAA4BA

Color information

#BAA4BA (or 0xBAA4BA) is unknown color: approx Lola. HEX triplet: BA, A4 and BA. RGB value is (186,164,186). Sum of RGB (Red+Green+Blue) = 186+164+186=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAA4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4BA is #455B45. Grayscale: #ADADAD. Windows color (decimal): -4545350 or 12231866. OLE color: 12231866.

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

Color convert

RGB186164186-
CMYK00.1200.27
HSL300º13.75%68.63%-
HSV(B)300º11.83%72.94%-
XYZ42.3940.5452.04-
YUV173.09135.29137.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=34.70%
G=30.60%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616418600.1200.2730013.7568.63
HexBAA4BA0C01B12ce45
Octal27224427201403345416105
Binary1011101010100100101110100110001101110010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4BA; }

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

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

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

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

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

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

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

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