Color Hex Logo

#baa2bc Color Hex

#BAA2BC
(186,162,188)
0 Favorites   0 Comments

Color spaces of #baa2bc

RGB 186162188
HSL0.820.160.69
HSV295°14°74°
CMYK 0.010.140.00   0.26
XYZ42.247139.910653.0538
Yxy39.91060.31250.2952
Hunter Lab63.17488.8129-5.5690
CIE-Lab69.405813.4549-10.1283

#baa2bc color RGB value is (186,162,188).

#baa2bc hex color red value is 186, green value is 162 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #baa2bc hue: 0.82 , saturation: 0.16 and the lightness value of baa2bc is 0.69.

The process color (four color CMYK) of #baa2bc color hex is 0.01, 0.14, 0.00, 0.26. Web safe color of #baa2bc is #cc99cc. Color #baa2bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 10111100
Octal 272 242 274
Decimal 186 162 188
Hex BA A2 BC

RGB Percentages of Color #baa2bc

%34.70
%30.22
%35.07

CMYK Percentages of Color #baa2bc

%1
%14
%0
%26

Triadic Colors of #baa2bc

#baa2bc #bcbaa2 #a2bcba

Analogous Colors of #baa2bc

#baa2bc #bca2b1 #ada2bc

Monochromatic Colors of #baa2bc

#baa2bc

Complementary Color

#baa2bc #a4bca2

#baa2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa2bc Color CSS Codes

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

#baa2bc Text Font Color

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

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


#baa2bc Background Color

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

This div background color is #baa2bc


#baa2bc Border Color

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

This div border color is #baa2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa2bc


Comments

No comments written yet.

Please login to write comment.