Color Hex Logo

#b1aab9 Color Hex

#B1AAB9
(177,170,185)
0 Favorites   0 Comments

Color spaces of #b1aab9

RGB 177170185
HSL0.740.100.70
HSV268°73°
CMYK 0.040.080.00   0.27
XYZ41.263141.599351.7536
Yxy41.59930.30650.3090
Hunter Lab64.49751.3270-2.4268
CIE-Lab70.59385.3485-6.7838

#b1aab9 color RGB value is (177,170,185).

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

The process color (four color CMYK) of #b1aab9 color hex is 0.04, 0.08, 0.00, 0.27. Web safe color of #b1aab9 is #9999cc. Color #b1aab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101010 10111001
Octal 261 252 271
Decimal 177 170 185
Hex B1 AA B9

RGB Percentages of Color #b1aab9

%33.27
%31.95
%34.77

CMYK Percentages of Color #b1aab9

%4
%8
%0
%27

Triadic Colors of #b1aab9

#b1aab9 #b9b1aa #aab9b1

Analogous Colors of #b1aab9

#b1aab9 #b9aab9 #aaabb9

Monochromatic Colors of #b1aab9

#b1aab9

Complementary Color

#b1aab9 #b2b9aa

#b1aab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aab9 Color CSS Codes

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

#b1aab9 Text Font Color

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

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


#b1aab9 Background Color

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

This div background color is #b1aab9


#b1aab9 Border Color

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

This div border color is #b1aab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aab9


Comments

No comments written yet.

Please login to write comment.