Color Hex Logo

#bdbecd Color Hex

#BDBECD
(189,190,205)
0 Favorites   0 Comments

Color spaces of #bdbecd

RGB 189190205
HSL0.660.140.77
HSV236°80°
CMYK 0.080.070.00   0.20
XYZ50.419252.053565.1476
Yxy52.05350.30080.3105
Hunter Lab72.1481-1.5182-3.0334
CIE-Lab77.31282.5417-7.6454

#bdbecd color RGB value is (189,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 11001101
Octal 275 276 315
Decimal 189 190 205
Hex BD BE CD

RGB Percentages of Color #bdbecd

%32.36
%32.53
%35.10

CMYK Percentages of Color #bdbecd

%8
%7
%0
%20

Triadic Colors of #bdbecd

#bdbecd #cdbdbe #becdbd

Analogous Colors of #bdbecd

#bdbecd #c4bdcd #bdc6cd

Monochromatic Colors of #bdbecd

#bdbecd

Complementary Color

#bdbecd #cdccbd

#bdbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbecd Color CSS Codes

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

#bdbecd Text Font Color

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

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


#bdbecd Background Color

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

This div background color is #bdbecd


#bdbecd Border Color

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

This div border color is #bdbecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbecd


Comments

No comments written yet.

Please login to write comment.