Color Hex Logo

#b1bebc Color Hex

#B1BEBC
(177,190,188)
0 Favorites   0 Comments

Color spaces of #b1bebc

RGB 177190188
HSL0.470.090.72
HSV171°75°
CMYK 0.070.000.01   0.25
XYZ45.622049.804954.7857
Yxy49.80490.30370.3316
Hunter Lab70.5726-8.10983.3738
CIE-Lab75.9494-4.8483-0.5406

#b1bebc color RGB value is (177,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111110 10111100
Octal 261 276 274
Decimal 177 190 188
Hex B1 BE BC

RGB Percentages of Color #b1bebc

%31.89
%34.23
%33.87

CMYK Percentages of Color #b1bebc

%7
%0
%1
%25

Triadic Colors of #b1bebc

#b1bebc #bcb1be #bebcb1

Analogous Colors of #b1bebc

#b1bebc #b1babe #b1beb6

Monochromatic Colors of #b1bebc

#b1bebc

Complementary Color

#b1bebc #beb1b3

#b1bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bebc Color CSS Codes

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

#b1bebc Text Font Color

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

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


#b1bebc Background Color

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

This div background color is #b1bebc


#b1bebc Border Color

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

This div border color is #b1bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bebc


Comments

No comments written yet.

Please login to write comment.