Color Hex Logo

#bdaac9 Color Hex

#BDAAC9
(189,170,201)
0 Favorites   0 Comments

Color spaces of #bdaac9

RGB 189170201
HSL0.770.220.73
HSV277°15°79°
CMYK 0.060.150.00   0.21
XYZ45.903643.785361.2904
Yxy43.78530.30400.2900
Hunter Lab66.17058.0302-8.5980
CIE-Lab72.084812.6133-13.2654

#bdaac9 color RGB value is (189,170,201).

#bdaac9 hex color red value is 189, green value is 170 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bdaac9 hue: 0.77 , saturation: 0.22 and the lightness value of bdaac9 is 0.73.

The process color (four color CMYK) of #bdaac9 color hex is 0.06, 0.15, 0.00, 0.21. Web safe color of #bdaac9 is #cc99cc. Color #bdaac9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11001001
Octal 275 252 311
Decimal 189 170 201
Hex BD AA C9

RGB Percentages of Color #bdaac9

%33.75
%30.36
%35.89

CMYK Percentages of Color #bdaac9

%6
%15
%0
%21

Triadic Colors of #bdaac9

#bdaac9 #c9bdaa #aac9bd

Analogous Colors of #bdaac9

#bdaac9 #c9aac6 #aeaac9

Monochromatic Colors of #bdaac9

#bdaac9

Complementary Color

#bdaac9 #b6c9aa

#bdaac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaac9 Color CSS Codes

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

#bdaac9 Text Font Color

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

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


#bdaac9 Background Color

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

This div background color is #bdaac9


#bdaac9 Border Color

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

This div border color is #bdaac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaac9

#bdaac9 Color Palettes


Comments

No comments written yet.

Please login to write comment.