Color Hex Logo

#b1bdbe Color Hex

#B1BDBE
(177,189,190)
0 Favorites   0 Comments

Color spaces of #b1bdbe

RGB 177189190
HSL0.510.090.72
HSV185°75°
CMYK 0.070.010.00   0.25
XYZ45.623349.460055.8573
Yxy49.46000.30230.3277
Hunter Lab70.3278-7.27652.1389
CIE-Lab75.7366-3.9275-1.9378

#b1bdbe color RGB value is (177,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111101 10111110
Octal 261 275 276
Decimal 177 189 190
Hex B1 BD BE

RGB Percentages of Color #b1bdbe

%31.83
%33.99
%34.17

CMYK Percentages of Color #b1bdbe

%7
%1
%0
%25

Triadic Colors of #b1bdbe

#b1bdbe #beb1bd #bdbeb1

Analogous Colors of #b1bdbe

#b1bdbe #b1b7be #b1beb9

Monochromatic Colors of #b1bdbe

#b1bdbe

Complementary Color

#b1bdbe #beb2b1

#b1bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bdbe Color CSS Codes

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

#b1bdbe Text Font Color

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

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


#b1bdbe Background Color

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

This div background color is #b1bdbe


#b1bdbe Border Color

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

This div border color is #b1bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bdbe

#b1bdbe Color Palettes


Comments

No comments written yet.

Please login to write comment.