Color Hex Logo

#b1bcbf Color Hex

#B1BCBF
(177,188,191)
0 Favorites   0 Comments

Color spaces of #b1bcbf

RGB 177188191
HSL0.540.100.72
HSV193°75°
CMYK 0.070.020.00   0.25
XYZ45.518749.075156.3636
Yxy49.07510.30150.3251
Hunter Lab70.0536-6.61001.3341
CIE-Lab75.4980-3.1986-2.8315

#b1bcbf color RGB value is (177,188,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111100 10111111
Octal 261 274 277
Decimal 177 188 191
Hex B1 BC BF

RGB Percentages of Color #b1bcbf

%31.83
%33.81
%34.35

CMYK Percentages of Color #b1bcbf

%7
%2
%0
%25

Triadic Colors of #b1bcbf

#b1bcbf #bfb1bc #bcbfb1

Analogous Colors of #b1bcbf

#b1bcbf #b1b5bf #b1bfbb

Monochromatic Colors of #b1bcbf

#b1bcbf

Complementary Color

#b1bcbf #bfb4b1

#b1bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bcbf Color CSS Codes

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

#b1bcbf Text Font Color

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

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


#b1bcbf Background Color

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

This div background color is #b1bcbf


#b1bcbf Border Color

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

This div border color is #b1bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bcbf

#b1bcbf Color Palettes


Comments

No comments written yet.

Please login to write comment.