Color Hex Logo

#bdb7bb Color Hex

#BDB7BB
(189,183,187)
0 Favorites   0 Comments

Color spaces of #bdb7bb

RGB 189183187
HSL0.890.040.73
HSV320°74°
CMYK 0.000.030.01   0.26
XYZ46.889448.273653.8601
Yxy48.27360.31460.3239
Hunter Lab69.4792-1.12442.6740
CIE-Lab74.99722.8481-1.2813

#bdb7bb color RGB value is (189,183,187).

#bdb7bb hex color red value is 189, green value is 183 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bdb7bb hue: 0.89 , saturation: 0.04 and the lightness value of bdb7bb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 10111011
Octal 275 267 273
Decimal 189 183 187
Hex BD B7 BB

RGB Percentages of Color #bdb7bb

%33.81
%32.74
%33.45

CMYK Percentages of Color #bdb7bb

%0
%3
%1
%26

Triadic Colors of #bdb7bb

#bdb7bb #bbbdb7 #b7bbbd

Analogous Colors of #bdb7bb

#bdb7bb #bdb7b8 #bcb7bd

Monochromatic Colors of #bdb7bb

#bdb7bb

Complementary Color

#bdb7bb #b7bdb9

#bdb7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb7bb Color CSS Codes

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

#bdb7bb Text Font Color

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

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


#bdb7bb Background Color

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

This div background color is #bdb7bb


#bdb7bb Border Color

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

This div border color is #bdb7bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb7bb


Comments

No comments written yet.

Please login to write comment.