Color Hex Logo

#bcbd9b Color Hex

#BCBD9B
(188,189,155)
0 Favorites   0 Comments

Color spaces of #bcbd9b

RGB 188189155
HSL0.170.200.67
HSV62°18°74°
CMYK 0.010.000.18   0.26
XYZ44.853049.453138.1917
Yxy49.45310.33850.3732
Hunter Lab70.3229-9.215117.0262
CIE-Lab75.7323-6.125017.1114

#bcbd9b color RGB value is (188,189,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10011011
Octal 274 275 233
Decimal 188 189 155
Hex BC BD 9B

RGB Percentages of Color #bcbd9b

%35.34
%35.53
%29.14

CMYK Percentages of Color #bcbd9b

%1
%0
%18
%26

Triadic Colors of #bcbd9b

#bcbd9b #9bbcbd #bd9bbc

Analogous Colors of #bcbd9b

#bcbd9b #abbd9b #bdad9b

Monochromatic Colors of #bcbd9b

#bcbd9b

Complementary Color

#bcbd9b #9c9bbd

#bcbd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd9b Color CSS Codes

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

#bcbd9b Text Font Color

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

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


#bcbd9b Background Color

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

This div background color is #bcbd9b


#bcbd9b Border Color

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

This div border color is #bcbd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd9b


Comments

No comments written yet.

Please login to write comment.