Color Hex Logo

#baa9be Color Hex

#BAA9BE
(186,169,190)
0 Favorites   0 Comments

Color spaces of #baa9be

RGB 186169190
HSL0.800.140.70
HSV289°11°75°
CMYK 0.020.110.00   0.25
XYZ43.731942.532754.6199
Yxy42.53270.31040.3019
Hunter Lab65.21715.5648-4.0039
CIE-Lab71.23669.9823-8.5053

#baa9be color RGB value is (186,169,190).

#baa9be hex color red value is 186, green value is 169 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #baa9be hue: 0.80 , saturation: 0.14 and the lightness value of baa9be is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 10111110
Octal 272 251 276
Decimal 186 169 190
Hex BA A9 BE

RGB Percentages of Color #baa9be

%34.13
%31.01
%34.86

CMYK Percentages of Color #baa9be

%2
%11
%0
%25

Triadic Colors of #baa9be

#baa9be #bebaa9 #a9beba

Analogous Colors of #baa9be

#baa9be #bea9b8 #b0a9be

Monochromatic Colors of #baa9be

#baa9be

Complementary Color

#baa9be #adbea9

#baa9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa9be Color CSS Codes

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

#baa9be Text Font Color

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

This sample text font color is #baa9be
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.


#baa9be Background Color

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

This div background color is #baa9be


#baa9be Border Color

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

This div border color is #baa9be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,169,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 #baa9be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa9be


Comments

No comments written yet.

Please login to write comment.