Color Hex Logo

#bcc3a2 Color Hex

#BCC3A2
(188,195,162)
0 Favorites   0 Comments

Color spaces of #bcc3a2

RGB 188195162
HSL0.200.220.70
HSV73°17°76°
CMYK 0.040.000.17   0.24
XYZ46.775752.330241.8178
Yxy52.33020.33190.3713
Hunter Lab72.3396-11.174016.3636
CIE-Lab77.4779-8.164115.7913

#bcc3a2 color RGB value is (188,195,162).

#bcc3a2 hex color red value is 188, green value is 195 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bcc3a2 hue: 0.20 , saturation: 0.22 and the lightness value of bcc3a2 is 0.70.

The process color (four color CMYK) of #bcc3a2 color hex is 0.04, 0.00, 0.17, 0.24. Web safe color of #bcc3a2 is #cccc99. Color #bcc3a2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 10100010
Octal 274 303 242
Decimal 188 195 162
Hex BC C3 A2

RGB Percentages of Color #bcc3a2

%34.50
%35.78
%29.72

CMYK Percentages of Color #bcc3a2

%4
%0
%17
%24

Triadic Colors of #bcc3a2

#bcc3a2 #a2bcc3 #c3a2bc

Analogous Colors of #bcc3a2

#bcc3a2 #acc3a2 #c3baa2

Monochromatic Colors of #bcc3a2

#bcc3a2

Complementary Color

#bcc3a2 #a9a2c3

#bcc3a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc3a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc3a2 Color CSS Codes

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

#bcc3a2 Text Font Color

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

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


#bcc3a2 Background Color

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

This div background color is #bcc3a2


#bcc3a2 Border Color

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

This div border color is #bcc3a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc3a2


Comments

No comments written yet.

Please login to write comment.