Color Hex Logo

#bdbbda Color Hex

#BDBBDA
(189,187,218)
0 Favorites   0 Comments

Color spaces of #bdbbda

RGB 189187218
HSL0.680.300.79
HSV244°14°85°
CMYK 0.130.140.00   0.15
XYZ51.411551.421473.5453
Yxy51.42140.29150.2915
Hunter Lab71.70872.4852-10.6124
CIE-Lab76.93366.8145-15.2500

#bdbbda color RGB value is (189,187,218).

#bdbbda hex color red value is 189, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bdbbda hue: 0.68 , saturation: 0.30 and the lightness value of bdbbda is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11011010
Octal 275 273 332
Decimal 189 187 218
Hex BD BB DA

RGB Percentages of Color #bdbbda

%31.82
%31.48
%36.70

CMYK Percentages of Color #bdbbda

%13
%14
%0
%15

Triadic Colors of #bdbbda

#bdbbda #dabdbb #bbdabd

Analogous Colors of #bdbbda

#bdbbda #cdbbda #bbc9da

Monochromatic Colors of #bdbbda

#bdbbda

Complementary Color

#bdbbda #d8dabb

#bdbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbda Color CSS Codes

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

#bdbbda Text Font Color

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

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


#bdbbda Background Color

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

This div background color is #bdbbda


#bdbbda Border Color

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

This div border color is #bdbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbda


Comments

No comments written yet.

Please login to write comment.