Color Hex Logo

#bcbd9e Color Hex

#BCBD9E
(188,189,158)
0 Favorites   0 Comments

Color spaces of #bcbd9e

RGB 188189158
HSL0.170.190.68
HSV62°16°74°
CMYK 0.010.000.16   0.26
XYZ45.108249.555239.5354
Yxy49.55520.33610.3693
Hunter Lab70.3955-8.812315.9784
CIE-Lab75.7954-5.660015.5851

#bcbd9e color RGB value is (188,189,158).

#bcbd9e hex color red value is 188, green value is 189 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bcbd9e hue: 0.17 , saturation: 0.19 and the lightness value of bcbd9e is 0.68.

The process color (four color CMYK) of #bcbd9e color hex is 0.01, 0.00, 0.16, 0.26. Web safe color of #bcbd9e is #cccc99. Color #bcbd9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10011110
Octal 274 275 236
Decimal 188 189 158
Hex BC BD 9E

RGB Percentages of Color #bcbd9e

%35.14
%35.33
%29.53

CMYK Percentages of Color #bcbd9e

%1
%0
%16
%26

Triadic Colors of #bcbd9e

#bcbd9e #9ebcbd #bd9ebc

Analogous Colors of #bcbd9e

#bcbd9e #adbd9e #bdaf9e

Monochromatic Colors of #bcbd9e

#bcbd9e

Complementary Color

#bcbd9e #9f9ebd

#bcbd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd9e Color CSS Codes

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

#bcbd9e Text Font Color

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

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


#bcbd9e Background Color

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

This div background color is #bcbd9e


#bcbd9e Border Color

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

This div border color is #bcbd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd9e


Comments

No comments written yet.

Please login to write comment.