Color Hex Logo

#b5bbae Color Hex

#B5BBAE
(181,187,174)
0 Favorites   0 Comments

Color spaces of #b5bbae

RGB 181187174
HSL0.240.090.71
HSV88°73°
CMYK 0.030.000.07   0.27
XYZ44.466448.420447.0468
Yxy48.42040.31780.3460
Hunter Lab69.5848-7.70748.6229
CIE-Lab75.0893-4.47495.8500

#b5bbae color RGB value is (181,187,174).

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

The process color (four color CMYK) of #b5bbae color hex is 0.03, 0.00, 0.07, 0.27. Web safe color of #b5bbae is #cccc99. Color #b5bbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111011 10101110
Octal 265 273 256
Decimal 181 187 174
Hex B5 BB AE

RGB Percentages of Color #b5bbae

%33.39
%34.50
%32.10

CMYK Percentages of Color #b5bbae

%3
%0
%7
%27

Triadic Colors of #b5bbae

#b5bbae #aeb5bb #bbaeb5

Analogous Colors of #b5bbae

#b5bbae #afbbae #bbbbae

Monochromatic Colors of #b5bbae

#b5bbae

Complementary Color

#b5bbae #b4aebb

#b5bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bbae Color CSS Codes

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

#b5bbae Text Font Color

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

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


#b5bbae Background Color

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

This div background color is #b5bbae


#b5bbae Border Color

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

This div border color is #b5bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bbae


Comments

No comments written yet.

Please login to write comment.