Color Hex Logo

#b9aabe Color Hex

#B9AABE
(185,170,190)
0 Favorites   0 Comments

Color spaces of #b9aabe

RGB 185170190
HSL0.790.130.71
HSV285°11°75°
CMYK 0.030.110.00   0.25
XYZ43.676642.781454.6708
Yxy42.78140.30950.3031
Hunter Lab65.40754.7323-3.7723
CIE-Lab71.40649.0881-8.2621

#b9aabe color RGB value is (185,170,190).

#b9aabe hex color red value is 185, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b9aabe hue: 0.79 , saturation: 0.13 and the lightness value of b9aabe is 0.71.

The process color (four color CMYK) of #b9aabe color hex is 0.03, 0.11, 0.00, 0.25. Web safe color of #b9aabe is #cc99cc. Color #b9aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101010 10111110
Octal 271 252 276
Decimal 185 170 190
Hex B9 AA BE

RGB Percentages of Color #b9aabe

%33.94
%31.19
%34.86

CMYK Percentages of Color #b9aabe

%3
%11
%0
%25

Triadic Colors of #b9aabe

#b9aabe #beb9aa #aabeb9

Analogous Colors of #b9aabe

#b9aabe #beaab9 #afaabe

Monochromatic Colors of #b9aabe

#b9aabe

Complementary Color

#b9aabe #afbeaa

#b9aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aabe Color CSS Codes

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

#b9aabe Text Font Color

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

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


#b9aabe Background Color

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

This div background color is #b9aabe


#b9aabe Border Color

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

This div border color is #b9aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aabe


Comments

No comments written yet.

Please login to write comment.