Color Hex Logo

#bdbcbd Color Hex

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

Color spaces of #bdbcbd

RGB 189188189
HSL0.830.010.74
HSV300°74°
CMYK 0.000.010.00   0.26
XYZ48.154850.459455.3457
Yxy50.45940.31280.3277
Hunter Lab71.0348-3.30493.5294
CIE-Lab76.35040.5378-0.3893

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

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

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

Base Numbers

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

RGB Percentages of Color #bdbcbd

%33.39
%33.22
%33.39

CMYK Percentages of Color #bdbcbd

%0
%1
%0
%26

Triadic Colors of #bdbcbd

#bdbcbd #bdbdbc #bcbdbd

Monochromatic Colors of #bdbcbd

#bdbcbd

Complementary Color

#bdbcbd #bcbdbc

#bdbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbcbd Color CSS Codes

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

#bdbcbd Text Font Color

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

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


#bdbcbd Background Color

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

This div background color is #bdbcbd


#bdbcbd Border Color

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

This div border color is #bdbcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbcbd


Comments

No comments written yet.

Please login to write comment.