Color Hex Logo

#bcbdb9 Color Hex

#BCBDB9
(188,189,185)
0 Favorites   0 Comments

Color spaces of #bcbdb9

RGB 188189185
HSL0.210.030.73
HSV75°74°
CMYK 0.010.000.02   0.26
XYZ47.693650.589353.1499
Yxy50.58930.31490.3341
Hunter Lab71.1262-4.77775.4831
CIE-Lab76.4296-1.08011.8866

#bcbdb9 color RGB value is (188,189,185).

#bcbdb9 hex color red value is 188, green value is 189 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bcbdb9 hue: 0.21 , saturation: 0.03 and the lightness value of bcbdb9 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10111001
Octal 274 275 271
Decimal 188 189 185
Hex BC BD B9

RGB Percentages of Color #bcbdb9

%33.45
%33.63
%32.92

CMYK Percentages of Color #bcbdb9

%1
%0
%2
%26

Triadic Colors of #bcbdb9

#bcbdb9 #b9bcbd #bdb9bc

Analogous Colors of #bcbdb9

#bcbdb9 #babdb9 #bdbcb9

Monochromatic Colors of #bcbdb9

#bcbdb9

Complementary Color

#bcbdb9 #bab9bd

#bcbdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdb9 Color CSS Codes

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

#bcbdb9 Text Font Color

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

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


#bcbdb9 Background Color

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

This div background color is #bcbdb9


#bcbdb9 Border Color

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

This div border color is #bcbdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdb9


Comments

No comments written yet.

Please login to write comment.