Color Hex Logo

#baa1be Color Hex

#BAA1BE
(186,161,190)
0 Favorites   0 Comments

Color spaces of #baa1be

RGB 186161190
HSL0.810.180.69
HSV292°15°75°
CMYK 0.020.150.00   0.25
XYZ42.288839.646554.1389
Yxy39.64650.31080.2914
Hunter Lab62.96559.6944-6.9028
CIE-Lab69.217014.3942-11.5196

#baa1be color RGB value is (186,161,190).

#baa1be hex color red value is 186, green value is 161 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #baa1be hue: 0.81 , saturation: 0.18 and the lightness value of baa1be is 0.69.

The process color (four color CMYK) of #baa1be color hex is 0.02, 0.15, 0.00, 0.25. Web safe color of #baa1be is #cc99cc. Color #baa1be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 10111110
Octal 272 241 276
Decimal 186 161 190
Hex BA A1 BE

RGB Percentages of Color #baa1be

%34.64
%29.98
%35.38

CMYK Percentages of Color #baa1be

%2
%15
%0
%25

Triadic Colors of #baa1be

#baa1be #bebaa1 #a1beba

Analogous Colors of #baa1be

#baa1be #bea1b4 #aca1be

Monochromatic Colors of #baa1be

#baa1be

Complementary Color

#baa1be #a5bea1

#baa1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa1be Color CSS Codes

.mybgcolor {background-color:#baa1be; } 
.myforecolor {color:#baa1be; }
.mybordercolor {border:3px solid #baa1be; }

#baa1be Text Font Color

<p style="color:#baa1be">Text here</p>

This sample text font color is #baa1be
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#baa1be Background Color

<div style="background-color:#baa1be">
Div content here</div>

This div background color is #baa1be


#baa1be Border Color

<div style="border:3px solid #baa1be">
Div here</div>

This div border color is #baa1be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,161,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #baa1be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #baa1be;
  -webkit-box-shadow: 1px 1px 3px 2px #baa1be;
  box-shadow:         1px 1px 3px 2px #baa1be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,161,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #baa1be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #baa1be;
  -webkit-box-shadow: 1px 1px 3px 2px #baa1be;
  box-shadow:         1px 1px 3px 2px #baa1be;">
Div content here</div>

This div box has shadow with color #baa1be


Comments

No comments written yet.

Please login to write comment.