Color Hex Logo

#bcba9c Color Hex

#BCBA9C
(188,186,156)
0 Favorites   0 Comments

Color spaces of #bcba9c

RGB 188186156
HSL0.160.190.67
HSV56°17°74°
CMYK 0.000.010.17   0.26
XYZ44.298748.209538.4231
Yxy48.20950.33830.3682
Hunter Lab69.4331-7.623815.7930
CIE-Lab74.9569-4.392615.4901

#bcba9c color RGB value is (188,186,156).

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

The process color (four color CMYK) of #bcba9c color hex is 0.00, 0.01, 0.17, 0.26. Web safe color of #bcba9c is #cccc99. Color #bcba9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 10011100
Octal 274 272 234
Decimal 188 186 156
Hex BC BA 9C

RGB Percentages of Color #bcba9c

%35.47
%35.09
%29.43

CMYK Percentages of Color #bcba9c

%0
%1
%17
%26

Triadic Colors of #bcba9c

#bcba9c #9cbcba #ba9cbc

Analogous Colors of #bcba9c

#bcba9c #aebc9c #bcaa9c

Monochromatic Colors of #bcba9c

#bcba9c

Complementary Color

#bcba9c #9c9ebc

#bcba9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcba9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcba9c Color CSS Codes

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

#bcba9c Text Font Color

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

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


#bcba9c Background Color

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

This div background color is #bcba9c


#bcba9c Border Color

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

This div border color is #bcba9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcba9c


Comments

No comments written yet.

Please login to write comment.