Color Hex Logo

#b9aacd Color Hex

#B9AACD
(185,170,205)
0 Favorites   0 Comments

Color spaces of #b9aacd

RGB 185170205
HSL0.740.260.74
HSV266°17°80°
CMYK 0.100.170.00   0.20
XYZ45.401843.471563.7555
Yxy43.47150.29750.2848
Hunter Lab65.93297.5335-11.1789
CIE-Lab71.873812.0878-15.8139

#b9aacd color RGB value is (185,170,205).

#b9aacd hex color red value is 185, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b9aacd hue: 0.74 , saturation: 0.26 and the lightness value of b9aacd is 0.74.

The process color (four color CMYK) of #b9aacd color hex is 0.10, 0.17, 0.00, 0.20. Web safe color of #b9aacd is #cc99cc. Color #b9aacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101010 11001101
Octal 271 252 315
Decimal 185 170 205
Hex B9 AA CD

RGB Percentages of Color #b9aacd

%33.04
%30.36
%36.61

CMYK Percentages of Color #b9aacd

%10
%17
%0
%20

Triadic Colors of #b9aacd

#b9aacd #cdb9aa #aacdb9

Analogous Colors of #b9aacd

#b9aacd #cbaacd #aaadcd

Monochromatic Colors of #b9aacd

#b9aacd

Complementary Color

#b9aacd #becdaa

#b9aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aacd Color CSS Codes

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

#b9aacd Text Font Color

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

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


#b9aacd Background Color

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

This div background color is #b9aacd


#b9aacd Border Color

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

This div border color is #b9aacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aacd


Comments

No comments written yet.

Please login to write comment.