Color Hex Logo

#bdc9cd Color Hex

#BDC9CD
(189,201,205)
0 Favorites   0 Comments

Color spaces of #bdc9cd

RGB 189201205
HSL0.540.140.77
HSV195°80°
CMYK 0.080.020.00   0.20
XYZ52.892456.999965.9720
Yxy56.99990.30080.3241
Hunter Lab75.4983-7.06891.0399
CIE-Lab80.1795-3.3021-3.4107

#bdc9cd color RGB value is (189,201,205).

#bdc9cd hex color red value is 189, green value is 201 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bdc9cd hue: 0.54 , saturation: 0.14 and the lightness value of bdc9cd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 11001101
Octal 275 311 315
Decimal 189 201 205
Hex BD C9 CD

RGB Percentages of Color #bdc9cd

%31.76
%33.78
%34.45

CMYK Percentages of Color #bdc9cd

%8
%2
%0
%20

Triadic Colors of #bdc9cd

#bdc9cd #cdbdc9 #c9cdbd

Analogous Colors of #bdc9cd

#bdc9cd #bdc1cd #bdcdc9

Monochromatic Colors of #bdc9cd

#bdc9cd

Complementary Color

#bdc9cd #cdc1bd

#bdc9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc9cd Color CSS Codes

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

#bdc9cd Text Font Color

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

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


#bdc9cd Background Color

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

This div background color is #bdc9cd


#bdc9cd Border Color

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

This div border color is #bdc9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc9cd


Comments

No comments written yet.

Please login to write comment.