Color Hex Logo

#bcbc96 Color Hex

#BCBC96
(188,188,150)
0 Favorites   0 Comments

Color spaces of #bcbc96

RGB 188188150
HSL0.170.220.66
HSV60°20°74°
CMYK 0.000.000.20   0.26
XYZ44.227348.859835.9540
Yxy48.85980.34270.3786
Hunter Lab69.8998-9.383318.4332
CIE-Lab75.3640-6.356019.2867

#bcbc96 color RGB value is (188,188,150).

#bcbc96 hex color red value is 188, green value is 188 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bcbc96 hue: 0.17 , saturation: 0.22 and the lightness value of bcbc96 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 10010110
Octal 274 274 226
Decimal 188 188 150
Hex BC BC 96

RGB Percentages of Color #bcbc96

%35.74
%35.74
%28.52

CMYK Percentages of Color #bcbc96

%0
%0
%20
%26

Triadic Colors of #bcbc96

#bcbc96 #96bcbc #bc96bc

Analogous Colors of #bcbc96

#bcbc96 #a9bc96 #bca996

Monochromatic Colors of #bcbc96

#bcbc96

Complementary Color

#bcbc96 #9696bc

#bcbc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbc96 Color CSS Codes

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

#bcbc96 Text Font Color

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

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


#bcbc96 Background Color

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

This div background color is #bcbc96


#bcbc96 Border Color

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

This div border color is #bcbc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbc96


Comments

No comments written yet.

Please login to write comment.