#BAA1BA

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

Shades of Lola #BAA1BA

Tints of Lola #BAA1BA

Color information

#BAA1BA (or 0xBAA1BA) is unknown color: approx Lola. HEX triplet: BA, A1 and BA. RGB value is (186,161,186). Sum of RGB (Red+Green+Blue) = 186+161+186=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAA1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1BA is #455E45. Grayscale: #ABABAB. Windows color (decimal): -4546118 or 12231098. OLE color: 12231098.

HSL color Cylindrical-coordinate representation of color #BAA1BA: 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 #BAA1BA is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186161186-
CMYK00.1300.27
HSL300º15.34%68.04%-
HSV(B)300º13.44%72.94%-
XYZ41.8639.4751.87-
YUV171.32136.28138.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=34.90%
G=30.21%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616118600.1300.2730015.3468.04
HexBAA1BA0D01B12cf44
Octal27224127201503345417104
Binary1011101010100001101110100110101101110010110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1BA; }

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

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

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

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

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

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

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

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