Color Hex Logo

#b1baad Color Hex

#B1BAAD
(177,186,173)
0 Favorites   0 Comments

Color spaces of #b1baad

RGB 177186173
HSL0.280.090.70
HSV102°73°
CMYK 0.050.000.07   0.27
XYZ43.233247.482146.4215
Yxy47.48210.31530.3462
Hunter Lab68.9073-8.59488.2925
CIE-Lab74.4971-5.54425.5018

#b1baad color RGB value is (177,186,173).

#b1baad hex color red value is 177, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b1baad hue: 0.28 , saturation: 0.09 and the lightness value of b1baad is 0.70.

The process color (four color CMYK) of #b1baad color hex is 0.05, 0.00, 0.07, 0.27. Web safe color of #b1baad is #99cc99. Color #b1baad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111010 10101101
Octal 261 272 255
Decimal 177 186 173
Hex B1 BA AD

RGB Percentages of Color #b1baad

%33.02
%34.70
%32.28

CMYK Percentages of Color #b1baad

%5
%0
%7
%27

Triadic Colors of #b1baad

#b1baad #adb1ba #baadb1

Analogous Colors of #b1baad

#b1baad #adbab0 #b8baad

Monochromatic Colors of #b1baad

#b1baad

Complementary Color

#b1baad #b6adba

#b1baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1baad Color CSS Codes

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

#b1baad Text Font Color

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

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


#b1baad Background Color

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

This div background color is #b1baad


#b1baad Border Color

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

This div border color is #b1baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1baad


Comments

No comments written yet.

Please login to write comment.