Color Hex Logo

#b9bebb Color Hex

#B9BEBB
(185,190,187)
0 Favorites   0 Comments

Color spaces of #b9bebb

RGB 185190187
HSL0.400.040.74
HSV144°75°
CMYK 0.030.000.02   0.25
XYZ47.390750.729154.3076
Yxy50.72910.31090.3328
Hunter Lab71.2244-5.87374.6492
CIE-Lab76.5146-2.28970.8981

#b9bebb color RGB value is (185,190,187).

#b9bebb hex color red value is 185, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b9bebb hue: 0.40 , saturation: 0.04 and the lightness value of b9bebb is 0.74.

The process color (four color CMYK) of #b9bebb color hex is 0.03, 0.00, 0.02, 0.25. Web safe color of #b9bebb is #cccccc. Color #b9bebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111110 10111011
Octal 271 276 273
Decimal 185 190 187
Hex B9 BE BB

RGB Percentages of Color #b9bebb

%32.92
%33.81
%33.27

CMYK Percentages of Color #b9bebb

%3
%0
%2
%25

Triadic Colors of #b9bebb

#b9bebb #bbb9be #bebbb9

Analogous Colors of #b9bebb

#b9bebb #b9bebe #babeb9

Monochromatic Colors of #b9bebb

#b9bebb

Complementary Color

#b9bebb #beb9bc

#b9bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bebb Color CSS Codes

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

#b9bebb Text Font Color

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

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


#b9bebb Background Color

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

This div background color is #b9bebb


#b9bebb Border Color

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

This div border color is #b9bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bebb


Comments

No comments written yet.

Please login to write comment.