Color Hex Logo

#baacbd Color Hex

#BAACBD
(186,172,189)
0 Favorites   0 Comments

Color spaces of #baacbd

RGB 186172189
HSL0.800.110.71
HSV289°74°
CMYK 0.020.090.00   0.26
XYZ44.187543.618354.2343
Yxy43.61830.31110.3071
Hunter Lab66.04423.8499-2.4570
CIE-Lab71.97268.1458-6.8615

#baacbd color RGB value is (186,172,189).

#baacbd hex color red value is 186, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #baacbd hue: 0.80 , saturation: 0.11 and the lightness value of baacbd is 0.71.

The process color (four color CMYK) of #baacbd color hex is 0.02, 0.09, 0.00, 0.26. Web safe color of #baacbd is #cc99cc. Color #baacbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 10111101
Octal 272 254 275
Decimal 186 172 189
Hex BA AC BD

RGB Percentages of Color #baacbd

%34.00
%31.44
%34.55

CMYK Percentages of Color #baacbd

%2
%9
%0
%26

Triadic Colors of #baacbd

#baacbd #bdbaac #acbdba

Analogous Colors of #baacbd

#baacbd #bdacb8 #b2acbd

Monochromatic Colors of #baacbd

#baacbd

Complementary Color

#baacbd #afbdac

#baacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baacbd Color CSS Codes

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

#baacbd Text Font Color

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

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


#baacbd Background Color

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

This div background color is #baacbd


#baacbd Border Color

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

This div border color is #baacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baacbd


Comments

No comments written yet.

Please login to write comment.