Color Hex Logo

#b1bcbe Color Hex

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

Color spaces of #b1bcbe

RGB 177188190
HSL0.530.090.72
HSV189°75°
CMYK 0.070.010.00   0.25
XYZ45.408949.031355.7859
Yxy49.03130.30230.3264
Hunter Lab70.0224-6.78341.7801
CIE-Lab75.4708-3.3960-2.3279

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

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

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

Base Numbers

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

RGB Percentages of Color #b1bcbe

%31.89
%33.87
%34.23

CMYK Percentages of Color #b1bcbe

%7
%1
%0
%25

Triadic Colors of #b1bcbe

#b1bcbe #beb1bc #bcbeb1

Analogous Colors of #b1bcbe

#b1bcbe #b1b6be #b1beba

Monochromatic Colors of #b1bcbe

#b1bcbe

Complementary Color

#b1bcbe #beb3b1

#b1bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bcbe Color CSS Codes

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

#b1bcbe Text Font Color

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

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


#b1bcbe Background Color

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

This div background color is #b1bcbe


#b1bcbe Border Color

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

This div border color is #b1bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bcbe

#b1bcbe Color Palettes


Comments

No comments written yet.

Please login to write comment.