Color Hex Logo

#bdbad9 Color Hex

#BDBAD9
(189,186,217)
0 Favorites   0 Comments

Color spaces of #bdbad9

RGB 189186217
HSL0.680.290.79
HSV246°14°85°
CMYK 0.130.140.00   0.15
XYZ51.069650.946472.7876
Yxy50.94640.29220.2914
Hunter Lab71.37672.8063-10.4982
CIE-Lab76.64657.1467-15.1402

#bdbad9 color RGB value is (189,186,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11011001
Octal 275 272 331
Decimal 189 186 217
Hex BD BA D9

RGB Percentages of Color #bdbad9

%31.93
%31.42
%36.66

CMYK Percentages of Color #bdbad9

%13
%14
%0
%15

Triadic Colors of #bdbad9

#bdbad9 #d9bdba #bad9bd

Analogous Colors of #bdbad9

#bdbad9 #cdbad9 #bac7d9

Monochromatic Colors of #bdbad9

#bdbad9

Complementary Color

#bdbad9 #d6d9ba

#bdbad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbad9 Color CSS Codes

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

#bdbad9 Text Font Color

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

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


#bdbad9 Background Color

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

This div background color is #bdbad9


#bdbad9 Border Color

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

This div border color is #bdbad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbad9


Comments

No comments written yet.

Please login to write comment.