Color Hex Logo

#bdbcbb Color Hex

#BDBCBB
(189,188,187)
0 Favorites   0 Comments

Color spaces of #bdbcbb

RGB 189188187
HSL0.080.010.74
HSV30°74°
CMYK 0.000.010.01   0.26
XYZ47.939150.373154.2100
Yxy50.37310.31430.3303
Hunter Lab70.9740-3.63744.3961
CIE-Lab76.29770.16880.6192

#bdbcbb color RGB value is (189,188,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 10111011
Octal 275 274 273
Decimal 189 188 187
Hex BD BC BB

RGB Percentages of Color #bdbcbb

%33.51
%33.33
%33.16

CMYK Percentages of Color #bdbcbb

%0
%1
%1
%26

Triadic Colors of #bdbcbb

#bdbcbb #bbbdbc #bcbbbd

Analogous Colors of #bdbcbb

#bdbcbb #bdbdbb #bdbbbb

Monochromatic Colors of #bdbcbb

#bdbcbb

Complementary Color

#bdbcbb #bbbcbd

#bdbcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbcbb Color CSS Codes

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

#bdbcbb Text Font Color

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

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


#bdbcbb Background Color

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

This div background color is #bdbcbb


#bdbcbb Border Color

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

This div border color is #bdbcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbcbb


Comments

No comments written yet.

Please login to write comment.