Color Hex Logo

#bdbccd Color Hex

#BDBCCD
(189,188,205)
0 Favorites   0 Comments

Color spaces of #bdbccd

RGB 189188205
HSL0.680.150.77
HSV244°80°
CMYK 0.080.080.00   0.20
XYZ49.988951.193065.0042
Yxy51.19300.30080.3080
Hunter Lab71.5493-0.4997-3.7819
CIE-Lab76.79583.6157-8.4131

#bdbccd color RGB value is (189,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 11001101
Octal 275 274 315
Decimal 189 188 205
Hex BD BC CD

RGB Percentages of Color #bdbccd

%32.47
%32.30
%35.22

CMYK Percentages of Color #bdbccd

%8
%8
%0
%20

Triadic Colors of #bdbccd

#bdbccd #cdbdbc #bccdbd

Analogous Colors of #bdbccd

#bdbccd #c6bccd #bcc4cd

Monochromatic Colors of #bdbccd

#bdbccd

Complementary Color

#bdbccd #cccdbc

#bdbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbccd Color CSS Codes

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

#bdbccd Text Font Color

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

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


#bdbccd Background Color

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

This div background color is #bdbccd


#bdbccd Border Color

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

This div border color is #bdbccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbccd


Comments

No comments written yet.

Please login to write comment.