Color Hex Logo

#bcbdb4 Color Hex

#BCBDB4
(188,189,180)
0 Favorites   0 Comments

Color spaces of #bcbdb4

RGB 188189180
HSL0.190.060.72
HSV67°74°
CMYK 0.010.000.05   0.26
XYZ47.174950.381850.4183
Yxy50.38180.31880.3405
Hunter Lab70.9801-5.58047.5715
CIE-Lab76.3030-1.98034.4138

#bcbdb4 color RGB value is (188,189,180).

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

The process color (four color CMYK) of #bcbdb4 color hex is 0.01, 0.00, 0.05, 0.26. Web safe color of #bcbdb4 is #cccccc. Color #bcbdb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10110100
Octal 274 275 264
Decimal 188 189 180
Hex BC BD B4

RGB Percentages of Color #bcbdb4

%33.75
%33.93
%32.32

CMYK Percentages of Color #bcbdb4

%1
%0
%5
%26

Triadic Colors of #bcbdb4

#bcbdb4 #b4bcbd #bdb4bc

Analogous Colors of #bcbdb4

#bcbdb4 #b8bdb4 #bdbab4

Monochromatic Colors of #bcbdb4

#bcbdb4

Complementary Color

#bcbdb4 #b5b4bd

#bcbdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdb4 Color CSS Codes

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

#bcbdb4 Text Font Color

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

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


#bcbdb4 Background Color

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

This div background color is #bcbdb4


#bcbdb4 Border Color

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

This div border color is #bcbdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdb4


Comments

No comments written yet.

Please login to write comment.