#BAA2BA

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

Shades of Lola #BAA2BA

Tints of Lola #BAA2BA

Color information

#BAA2BA (or 0xBAA2BA) is unknown color: approx Lola. HEX triplet: BA, A2 and BA. RGB value is (186,162,186). Sum of RGB (Red+Green+Blue) = 186+162+186=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAA2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2BA is #455D45. Grayscale: #ABABAB. Windows color (decimal): -4545862 or 12231354. OLE color: 12231354.

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

Color convert

RGB186162186-
CMYK00.1300.27
HSL300º14.81%68.24%-
HSV(B)300º12.9%72.94%-
XYZ42.0339.8251.93-
YUV171.91135.95138.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 162 (63.67% from 255) = 30.34%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=34.83%
G=30.34%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616218600.1300.2730014.8168.24
HexBAA2BA0D01B12cf44
Octal27224227201503345417104
Binary1011101010100010101110100110101101110010110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2BA; }

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

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

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

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

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

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

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

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