Color Hex Logo

#bfbcbe Color Hex

#BFBCBE
(191,188,190)
0 Favorites   0 Comments

Color spaces of #bfbcbe

RGB 191188190
HSL0.890.020.74
HSV320°75°
CMYK 0.000.020.01   0.25
XYZ48.763350.760555.9429
Yxy50.76050.31370.3265
Hunter Lab71.2464-2.51013.3178
CIE-Lab76.53371.4195-0.6453

#bfbcbe color RGB value is (191,188,190).

#bfbcbe hex color red value is 191, green value is 188 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bfbcbe hue: 0.89 , saturation: 0.02 and the lightness value of bfbcbe is 0.74.

The process color (four color CMYK) of #bfbcbe color hex is 0.00, 0.02, 0.01, 0.25. Web safe color of #bfbcbe is #cccccc. Color #bfbcbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 10111110
Octal 277 274 276
Decimal 191 188 190
Hex BF BC BE

RGB Percentages of Color #bfbcbe

%33.57
%33.04
%33.39

CMYK Percentages of Color #bfbcbe

%0
%2
%1
%25

Triadic Colors of #bfbcbe

#bfbcbe #bebfbc #bcbebf

Analogous Colors of #bfbcbe

#bfbcbe #bfbcbd #bfbcbf

Monochromatic Colors of #bfbcbe

#bfbcbe

Complementary Color

#bfbcbe #bcbfbd

#bfbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbcbe Color CSS Codes

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

#bfbcbe Text Font Color

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

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


#bfbcbe Background Color

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

This div background color is #bfbcbe


#bfbcbe Border Color

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

This div border color is #bfbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbcbe


Comments

No comments written yet.

Please login to write comment.