Color Hex Logo

#bcbcbd Color Hex

#BCBCBD
(188,188,189)
0 Favorites   0 Comments

Color spaces of #bcbcbd

RGB 188188189
HSL0.670.010.74
HSV240°74°
CMYK 0.010.010.00   0.26
XYZ47.907650.331955.3341
Yxy50.33190.31200.3277
Hunter Lab70.9450-3.61653.4178
CIE-Lab76.27250.1901-0.5124

#bcbcbd color RGB value is (188,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 10111101
Octal 274 274 275
Decimal 188 188 189
Hex BC BC BD

RGB Percentages of Color #bcbcbd

%33.27
%33.27
%33.45

CMYK Percentages of Color #bcbcbd

%1
%1
%0
%26

Triadic Colors of #bcbcbd

#bcbcbd #bdbcbc #bcbdbc

Analogous Colors of #bcbcbd

#bcbcbd #bdbcbd #bcbdbd

Monochromatic Colors of #bcbcbd

#bcbcbd

Complementary Color

#bcbcbd #bdbdbc

#bcbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcbd Color CSS Codes

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

#bcbcbd Text Font Color

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

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


#bcbcbd Background Color

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

This div background color is #bcbcbd


#bcbcbd Border Color

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

This div border color is #bcbcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcbd

#bcbcbd Color Palettes


Comments

No comments written yet.

Please login to write comment.