Color Hex Logo

#bdbbbd Color Hex

#BDBBBD
(189,187,189)
0 Favorites   0 Comments

Color spaces of #bdbbbd

RGB 189187189
HSL0.830.010.74
HSV300°74°
CMYK 0.000.010.00   0.26
XYZ47.941950.033655.2748
Yxy50.03360.31280.3265
Hunter Lab70.7344-2.80273.1825
CIE-Lab76.08991.0724-0.7703

#bdbbbd color RGB value is (189,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 10111101
Octal 275 273 275
Decimal 189 187 189
Hex BD BB BD

RGB Percentages of Color #bdbbbd

%33.45
%33.10
%33.45

CMYK Percentages of Color #bdbbbd

%0
%1
%0
%26

Triadic Colors of #bdbbbd

#bdbbbd #bdbdbb #bbbdbd

Analogous Colors of #bdbbbd

#bdbbbd #bdbbbc #bcbbbd

Monochromatic Colors of #bdbbbd

#bdbbbd

Complementary Color

#bdbbbd #bbbdbb

#bdbbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbbd Color CSS Codes

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

#bdbbbd Text Font Color

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

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


#bdbbbd Background Color

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

This div background color is #bdbbbd


#bdbbbd Border Color

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

This div border color is #bdbbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbbd

#bdbbbd Color Palettes


Comments

No comments written yet.

Please login to write comment.