Color Hex Logo

#baa0be Color Hex

#BAA0BE
(186,160,190)
0 Favorites   0 Comments

Color spaces of #baa0be

RGB 186160190
HSL0.810.190.69
HSV292°16°75°
CMYK 0.020.160.00   0.25
XYZ42.114839.298454.0809
Yxy39.29840.31080.2900
Hunter Lab62.688410.2136-7.2672
CIE-Lab68.966914.9482-11.8942

#baa0be color RGB value is (186,160,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 10111110
Octal 272 240 276
Decimal 186 160 190
Hex BA A0 BE

RGB Percentages of Color #baa0be

%34.70
%29.85
%35.45

CMYK Percentages of Color #baa0be

%2
%16
%0
%25

Triadic Colors of #baa0be

#baa0be #bebaa0 #a0beba

Analogous Colors of #baa0be

#baa0be #bea0b3 #aba0be

Monochromatic Colors of #baa0be

#baa0be

Complementary Color

#baa0be #a4bea0

#baa0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa0be Color CSS Codes

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

#baa0be Text Font Color

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

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


#baa0be Background Color

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

This div background color is #baa0be


#baa0be Border Color

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

This div border color is #baa0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa0be


Comments

No comments written yet.

Please login to write comment.