Color Hex Logo

#b1bebb Color Hex

#B1BEBB
(177,190,187)
0 Favorites   0 Comments

Color spaces of #b1bebb

RGB 177190187
HSL0.460.090.72
HSV166°75°
CMYK 0.070.000.02   0.25
XYZ45.514649.761954.2198
Yxy49.76190.30450.3329
Hunter Lab70.5421-8.27843.8082
CIE-Lab75.9229-5.0416-0.0366

#b1bebb color RGB value is (177,190,187).

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

The process color (four color CMYK) of #b1bebb color hex is 0.07, 0.00, 0.02, 0.25. Web safe color of #b1bebb is #99cccc. Color #b1bebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111110 10111011
Octal 261 276 273
Decimal 177 190 187
Hex B1 BE BB

RGB Percentages of Color #b1bebb

%31.95
%34.30
%33.75

CMYK Percentages of Color #b1bebb

%7
%0
%2
%25

Triadic Colors of #b1bebb

#b1bebb #bbb1be #bebbb1

Analogous Colors of #b1bebb

#b1bebb #b1bbbe #b1beb5

Monochromatic Colors of #b1bebb

#b1bebb

Complementary Color

#b1bebb #beb1b4

#b1bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bebb Color CSS Codes

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

#b1bebb Text Font Color

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

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


#b1bebb Background Color

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

This div background color is #b1bebb


#b1bebb Border Color

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

This div border color is #b1bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bebb


Comments

No comments written yet.

Please login to write comment.