Color Hex Logo

#bdb7cd Color Hex

#BDB7CD
(189,183,205)
0 Favorites   0 Comments

Color spaces of #bdb7cd

RGB 189183205
HSL0.710.180.76
HSV256°11°80°
CMYK 0.080.110.00   0.20
XYZ48.939249.093664.6542
Yxy49.09360.30080.3018
Hunter Lab70.06682.0590-5.6631
CIE-Lab75.50956.3148-10.3280

#bdb7cd color RGB value is (189,183,205).

#bdb7cd hex color red value is 189, green value is 183 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bdb7cd hue: 0.71 , saturation: 0.18 and the lightness value of bdb7cd is 0.76.

The process color (four color CMYK) of #bdb7cd color hex is 0.08, 0.11, 0.00, 0.20. Web safe color of #bdb7cd is #cccccc. Color #bdb7cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 11001101
Octal 275 267 315
Decimal 189 183 205
Hex BD B7 CD

RGB Percentages of Color #bdb7cd

%32.76
%31.72
%35.53

CMYK Percentages of Color #bdb7cd

%8
%11
%0
%20

Triadic Colors of #bdb7cd

#bdb7cd #cdbdb7 #b7cdbd

Analogous Colors of #bdb7cd

#bdb7cd #c8b7cd #b7bccd

Monochromatic Colors of #bdb7cd

#bdb7cd

Complementary Color

#bdb7cd #c7cdb7

#bdb7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb7cd Color CSS Codes

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

#bdb7cd Text Font Color

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

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


#bdb7cd Background Color

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

This div background color is #bdb7cd


#bdb7cd Border Color

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

This div border color is #bdb7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb7cd


Comments

No comments written yet.

Please login to write comment.