Color Hex Logo

#bdbdcd Color Hex

#BDBDCD
(189,189,205)
0 Favorites   0 Comments

Color spaces of #bdbdcd

RGB 189189205
HSL0.670.140.77
HSV240°80°
CMYK 0.080.080.00   0.20
XYZ50.203351.621865.0756
Yxy51.62180.30080.3093
Hunter Lab71.8483-1.0094-3.4073
CIE-Lab77.05413.0782-8.0293

#bdbdcd color RGB value is (189,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11001101
Octal 275 275 315
Decimal 189 189 205
Hex BD BD CD

RGB Percentages of Color #bdbdcd

%32.42
%32.42
%35.16

CMYK Percentages of Color #bdbdcd

%8
%8
%0
%20

Triadic Colors of #bdbdcd

#bdbdcd #cdbdbd #bdcdbd

Analogous Colors of #bdbdcd

#bdbdcd #c5bdcd #bdc5cd

Monochromatic Colors of #bdbdcd

#bdbdcd

Complementary Color

#bdbdcd #cdcdbd

#bdbdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdcd Color CSS Codes

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

#bdbdcd Text Font Color

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

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


#bdbdcd Background Color

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

This div background color is #bdbdcd


#bdbdcd Border Color

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

This div border color is #bdbdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdcd


Comments

No comments written yet.

Please login to write comment.