Color Hex Logo

#bdbdde Color Hex

#BDBDDE
(189,189,222)
0 Favorites   0 Comments

Color spaces of #bdbdde

RGB 189189222
HSL0.670.330.81
HSV240°15°87°
CMYK 0.150.150.00   0.13
XYZ52.368752.487976.4783
Yxy52.48790.28880.2895
Hunter Lab72.44852.2420-11.8739
CIE-Lab77.57176.5769-16.4522

#bdbdde color RGB value is (189,189,222).

#bdbdde hex color red value is 189, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bdbdde hue: 0.67 , saturation: 0.33 and the lightness value of bdbdde is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11011110
Octal 275 275 336
Decimal 189 189 222
Hex BD BD DE

RGB Percentages of Color #bdbdde

%31.50
%31.50
%37.00

CMYK Percentages of Color #bdbdde

%15
%15
%0
%13

Triadic Colors of #bdbdde

#bdbdde #debdbd #bddebd

Analogous Colors of #bdbdde

#bdbdde #cebdde #bdcede

Monochromatic Colors of #bdbdde

#bdbdde

Complementary Color

#bdbdde #dedebd

#bdbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdde Color CSS Codes

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

#bdbdde Text Font Color

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

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


#bdbdde Background Color

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

This div background color is #bdbdde


#bdbdde Border Color

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

This div border color is #bdbdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdde


Comments

No comments written yet.

Please login to write comment.