Color Hex Logo

#b1bbae Color Hex

#B1BBAE
(177,187,174)
0 Favorites   0 Comments

Color spaces of #b1bbae

RGB 177187174
HSL0.290.090.71
HSV106°73°
CMYK 0.050.000.07   0.27
XYZ43.541847.943847.0036
Yxy47.94380.31440.3462
Hunter Lab69.2415-8.92468.2208
CIE-Lab74.7895-5.89175.3793

#b1bbae color RGB value is (177,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111011 10101110
Octal 261 273 256
Decimal 177 187 174
Hex B1 BB AE

RGB Percentages of Color #b1bbae

%32.90
%34.76
%32.34

CMYK Percentages of Color #b1bbae

%5
%0
%7
%27

Triadic Colors of #b1bbae

#b1bbae #aeb1bb #bbaeb1

Analogous Colors of #b1bbae

#b1bbae #aebbb2 #b8bbae

Monochromatic Colors of #b1bbae

#b1bbae

Complementary Color

#b1bbae #b8aebb

#b1bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bbae Color CSS Codes

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

#b1bbae Text Font Color

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

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


#b1bbae Background Color

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

This div background color is #b1bbae


#b1bbae Border Color

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

This div border color is #b1bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bbae


Comments

No comments written yet.

Please login to write comment.