Color Hex Logo

#bcbc9e Color Hex

#BCBC9E
(188,188,158)
0 Favorites   0 Comments

Color spaces of #bcbc9e

RGB 188188158
HSL0.170.180.68
HSV60°16°74°
CMYK 0.000.000.16   0.26
XYZ44.893849.126439.4639
Yxy49.12640.33630.3680
Hunter Lab70.0902-8.326115.6803
CIE-Lab75.5299-5.134315.2133

#bcbc9e color RGB value is (188,188,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 10011110
Octal 274 274 236
Decimal 188 188 158
Hex BC BC 9E

RGB Percentages of Color #bcbc9e

%35.21
%35.21
%29.59

CMYK Percentages of Color #bcbc9e

%0
%0
%16
%26

Triadic Colors of #bcbc9e

#bcbc9e #9ebcbc #bc9ebc

Analogous Colors of #bcbc9e

#bcbc9e #adbc9e #bcad9e

Monochromatic Colors of #bcbc9e

#bcbc9e

Complementary Color

#bcbc9e #9e9ebc

#bcbc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbc9e Color CSS Codes

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

#bcbc9e Text Font Color

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

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


#bcbc9e Background Color

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

This div background color is #bcbc9e


#bcbc9e Border Color

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

This div border color is #bcbc9e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,188,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 #bcbc9e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbc9e


Comments

No comments written yet.

Please login to write comment.