Color Hex Logo

#b1bbad Color Hex

#B1BBAD
(177,187,173)
0 Favorites   0 Comments

Color spaces of #b1bbad

RGB 177187173
HSL0.290.090.71
HSV103°73°
CMYK 0.050.000.07   0.27
XYZ43.444647.904946.4920
Yxy47.90490.31520.3475
Hunter Lab69.2134-9.08068.6231
CIE-Lab74.7649-6.07285.8874

#b1bbad color RGB value is (177,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111011 10101101
Octal 261 273 255
Decimal 177 187 173
Hex B1 BB AD

RGB Percentages of Color #b1bbad

%32.96
%34.82
%32.22

CMYK Percentages of Color #b1bbad

%5
%0
%7
%27

Triadic Colors of #b1bbad

#b1bbad #adb1bb #bbadb1

Analogous Colors of #b1bbad

#b1bbad #adbbb0 #b8bbad

Monochromatic Colors of #b1bbad

#b1bbad

Complementary Color

#b1bbad #b7adbb

#b1bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bbad Color CSS Codes

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

#b1bbad Text Font Color

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

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


#b1bbad Background Color

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

This div background color is #b1bbad


#b1bbad Border Color

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

This div border color is #b1bbad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,187,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 #b1bbad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bbad


Comments

No comments written yet.

Please login to write comment.