Color Hex Logo

#bdbdcb Color Hex

#BDBDCB
(189,189,203)
0 Favorites   0 Comments

Color spaces of #bdbdcb

RGB 189189203
HSL0.670.120.77
HSV240°80°
CMYK 0.070.070.00   0.20
XYZ49.963451.525863.8120
Yxy51.52580.30230.3117
Hunter Lab71.7815-1.3729-2.4603
CIE-Lab76.99642.6821-7.0313

#bdbdcb color RGB value is (189,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11001011
Octal 275 275 313
Decimal 189 189 203
Hex BD BD CB

RGB Percentages of Color #bdbdcb

%32.53
%32.53
%34.94

CMYK Percentages of Color #bdbdcb

%7
%7
%0
%20

Triadic Colors of #bdbdcb

#bdbdcb #cbbdbd #bdcbbd

Analogous Colors of #bdbdcb

#bdbdcb #c4bdcb #bdc4cb

Monochromatic Colors of #bdbdcb

#bdbdcb

Complementary Color

#bdbdcb #cbcbbd

#bdbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdcb Color CSS Codes

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

#bdbdcb Text Font Color

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

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


#bdbdcb Background Color

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

This div background color is #bdbdcb


#bdbdcb Border Color

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

This div border color is #bdbdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdcb


Comments

No comments written yet.

Please login to write comment.