Color Hex Logo

#bdb4bb Color Hex

#BDB4BB
(189,180,187)
0 Favorites   0 Comments

Color spaces of #bdb4bb

RGB 189180187
HSL0.870.060.72
HSV313°74°
CMYK 0.000.050.01   0.26
XYZ46.277247.049253.6560
Yxy47.04920.31480.3201
Hunter Lab68.59240.39171.6355
CIE-Lab74.22124.4658-2.4191

#bdb4bb color RGB value is (189,180,187).

#bdb4bb hex color red value is 189, green value is 180 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bdb4bb hue: 0.87 , saturation: 0.06 and the lightness value of bdb4bb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 10111011
Octal 275 264 273
Decimal 189 180 187
Hex BD B4 BB

RGB Percentages of Color #bdb4bb

%33.99
%32.37
%33.63

CMYK Percentages of Color #bdb4bb

%0
%5
%1
%26

Triadic Colors of #bdb4bb

#bdb4bb #bbbdb4 #b4bbbd

Analogous Colors of #bdb4bb

#bdb4bb #bdb4b7 #bbb4bd

Monochromatic Colors of #bdb4bb

#bdb4bb

Complementary Color

#bdb4bb #b4bdb6

#bdb4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb4bb Color CSS Codes

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

#bdb4bb Text Font Color

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

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


#bdb4bb Background Color

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

This div background color is #bdb4bb


#bdb4bb Border Color

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

This div border color is #bdb4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb4bb


Comments

No comments written yet.

Please login to write comment.