Color Hex Logo

#bcbfb1 Color Hex

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

Color spaces of #bcbfb1

RGB 188191177
HSL0.200.100.72
HSV73°75°
CMYK 0.020.000.07   0.25
XYZ47.305751.127348.9703
Yxy51.12730.32090.3469
Hunter Lab71.5034-7.03769.4466
CIE-Lab76.7561-3.56756.6906

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

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

The process color (four color CMYK) of #bcbfb1 color hex is 0.02, 0.00, 0.07, 0.25. Web safe color of #bcbfb1 is #cccc99. Color #bcbfb1 contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #bcbfb1

%33.81
%34.35
%31.83

CMYK Percentages of Color #bcbfb1

%2
%0
%7
%25

Triadic Colors of #bcbfb1

#bcbfb1 #b1bcbf #bfb1bc

Analogous Colors of #bcbfb1

#bcbfb1 #b5bfb1 #bfbbb1

Monochromatic Colors of #bcbfb1

#bcbfb1

Complementary Color

#bcbfb1 #b4b1bf

#bcbfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfb1 Color CSS Codes

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

#bcbfb1 Text Font Color

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

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


#bcbfb1 Background Color

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

This div background color is #bcbfb1


#bcbfb1 Border Color

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

This div border color is #bcbfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfb1

#bcbfb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.