Color Hex Logo

#b1bebf Color Hex

#B1BEBF
(177,190,191)
0 Favorites   0 Comments

Color spaces of #b1bebf

RGB 177190191
HSL0.510.100.72
HSV184°75°
CMYK 0.070.010.00   0.25
XYZ45.948949.935656.5070
Yxy49.93560.30150.3277
Hunter Lab70.6651-7.59712.0546
CIE-Lab76.0297-4.2618-2.0508

#b1bebf color RGB value is (177,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111110 10111111
Octal 261 276 277
Decimal 177 190 191
Hex B1 BE BF

RGB Percentages of Color #b1bebf

%31.72
%34.05
%34.23

CMYK Percentages of Color #b1bebf

%7
%1
%0
%25

Triadic Colors of #b1bebf

#b1bebf #bfb1be #bebfb1

Analogous Colors of #b1bebf

#b1bebf #b1b7bf #b1bfb9

Monochromatic Colors of #b1bebf

#b1bebf

Complementary Color

#b1bebf #bfb2b1

#b1bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bebf Color CSS Codes

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

#b1bebf Text Font Color

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

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


#b1bebf Background Color

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

This div background color is #b1bebf


#b1bebf Border Color

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

This div border color is #b1bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bebf

#b1bebf Color Palettes


Comments

No comments written yet.

Please login to write comment.