Color Hex Logo

#b1aabd Color Hex

#B1AABD
(177,170,189)
0 Favorites   0 Comments

Color spaces of #b1aabd

RGB 177170189
HSL0.730.130.70
HSV262°10°74°
CMYK 0.060.100.00   0.26
XYZ41.691541.770754.0093
Yxy41.77070.30330.3038
Hunter Lab64.63032.0433-4.3055
CIE-Lab70.71256.1423-8.8145

#b1aabd color RGB value is (177,170,189).

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

The process color (four color CMYK) of #b1aabd color hex is 0.06, 0.10, 0.00, 0.26. Web safe color of #b1aabd is #9999cc. Color #b1aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101010 10111101
Octal 261 252 275
Decimal 177 170 189
Hex B1 AA BD

RGB Percentages of Color #b1aabd

%33.02
%31.72
%35.26

CMYK Percentages of Color #b1aabd

%6
%10
%0
%26

Triadic Colors of #b1aabd

#b1aabd #bdb1aa #aabdb1

Analogous Colors of #b1aabd

#b1aabd #bbaabd #aaadbd

Monochromatic Colors of #b1aabd

#b1aabd

Complementary Color

#b1aabd #b6bdaa

#b1aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aabd Color CSS Codes

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

#b1aabd Text Font Color

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

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


#b1aabd Background Color

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

This div background color is #b1aabd


#b1aabd Border Color

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

This div border color is #b1aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aabd


Comments

No comments written yet.

Please login to write comment.