Color Hex Logo

#b5bbaf Color Hex

#B5BBAF
(181,187,175)
0 Favorites   0 Comments

Color spaces of #b5bbaf

RGB 181187175
HSL0.250.080.71
HSV90°73°
CMYK 0.030.000.06   0.27
XYZ44.564248.459647.5623
Yxy48.45960.31700.3447
Hunter Lab69.6129-7.55208.2198
CIE-Lab75.1139-4.29655.3421

#b5bbaf color RGB value is (181,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111011 10101111
Octal 265 273 257
Decimal 181 187 175
Hex B5 BB AF

RGB Percentages of Color #b5bbaf

%33.33
%34.44
%32.23

CMYK Percentages of Color #b5bbaf

%3
%0
%6
%27

Triadic Colors of #b5bbaf

#b5bbaf #afb5bb #bbafb5

Analogous Colors of #b5bbaf

#b5bbaf #afbbaf #bbbbaf

Monochromatic Colors of #b5bbaf

#b5bbaf

Complementary Color

#b5bbaf #b5afbb

#b5bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bbaf Color CSS Codes

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

#b5bbaf Text Font Color

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

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


#b5bbaf Background Color

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

This div background color is #b5bbaf


#b5bbaf Border Color

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

This div border color is #b5bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bbaf


Comments

No comments written yet.

Please login to write comment.