Color Hex Logo

#bdb5cd Color Hex

#BDB5CD
(189,181,205)
0 Favorites   0 Comments

Color spaces of #bdb5cd

RGB 189181205
HSL0.720.190.76
HSV260°12°80°
CMYK 0.080.120.00   0.20
XYZ48.529648.274364.5177
Yxy48.27430.30080.2992
Hunter Lab69.47973.0877-6.4199
CIE-Lab74.99767.4002-11.0922

#bdb5cd color RGB value is (189,181,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 11001101
Octal 275 265 315
Decimal 189 181 205
Hex BD B5 CD

RGB Percentages of Color #bdb5cd

%32.87
%31.48
%35.65

CMYK Percentages of Color #bdb5cd

%8
%12
%0
%20

Triadic Colors of #bdb5cd

#bdb5cd #cdbdb5 #b5cdbd

Analogous Colors of #bdb5cd

#bdb5cd #c9b5cd #b5b9cd

Monochromatic Colors of #bdb5cd

#bdb5cd

Complementary Color

#bdb5cd #c5cdb5

#bdb5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb5cd Color CSS Codes

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

#bdb5cd Text Font Color

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

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


#bdb5cd Background Color

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

This div background color is #bdb5cd


#bdb5cd Border Color

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

This div border color is #bdb5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb5cd


Comments

No comments written yet.

Please login to write comment.