Color Hex Logo

#bdbedb Color Hex

#BDBEDB
(189,190,219)
0 Favorites   0 Comments

Color spaces of #bdbedb

RGB 189190219
HSL0.660.290.80
HSV238°14°86°
CMYK 0.140.130.00   0.14
XYZ52.185952.760274.4511
Yxy52.76020.29090.2941
Hunter Lab72.63621.1310-9.9261
CIE-Lab77.73325.4031-14.5888

#bdbedb color RGB value is (189,190,219).

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

The process color (four color CMYK) of #bdbedb color hex is 0.14, 0.13, 0.00, 0.14. Web safe color of #bdbedb is #cccccc. Color #bdbedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 11011011
Octal 275 276 333
Decimal 189 190 219
Hex BD BE DB

RGB Percentages of Color #bdbedb

%31.61
%31.77
%36.62

CMYK Percentages of Color #bdbedb

%14
%13
%0
%14

Triadic Colors of #bdbedb

#bdbedb #dbbdbe #bedbbd

Analogous Colors of #bdbedb

#bdbedb #cbbddb #bdcddb

Monochromatic Colors of #bdbedb

#bdbedb

Complementary Color

#bdbedb #dbdabd

#bdbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbedb Color CSS Codes

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

#bdbedb Text Font Color

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

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


#bdbedb Background Color

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

This div background color is #bdbedb


#bdbedb Border Color

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

This div border color is #bdbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbedb


Comments

No comments written yet.

Please login to write comment.