Color Hex Logo

#bdbedd Color Hex

#BDBEDD
(189,190,221)
0 Favorites   0 Comments

Color spaces of #bdbedd

RGB 189190221
HSL0.660.320.80
HSV238°14°87°
CMYK 0.140.140.00   0.13
XYZ52.450952.866275.8463
Yxy52.86620.28950.2918
Hunter Lab72.70911.5253-10.9518
CIE-Lab77.79595.8246-15.5744

#bdbedd color RGB value is (189,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 11011101
Octal 275 276 335
Decimal 189 190 221
Hex BD BE DD

RGB Percentages of Color #bdbedd

%31.50
%31.67
%36.83

CMYK Percentages of Color #bdbedd

%14
%14
%0
%13

Triadic Colors of #bdbedd

#bdbedd #ddbdbe #beddbd

Analogous Colors of #bdbedd

#bdbedd #ccbddd #bdcedd

Monochromatic Colors of #bdbedd

#bdbedd

Complementary Color

#bdbedd #dddcbd

#bdbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbedd Color CSS Codes

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

#bdbedd Text Font Color

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

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


#bdbedd Background Color

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

This div background color is #bdbedd


#bdbedd Border Color

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

This div border color is #bdbedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbedd


Comments

No comments written yet.

Please login to write comment.