Color Hex Logo

#bcbfbe Color Hex

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

Color spaces of #bcbfbe

RGB 188191190
HSL0.440.020.74
HSV160°75°
CMYK 0.020.000.01   0.25
XYZ48.664151.670756.1238
Yxy51.67070.31100.3303
Hunter Lab71.8823-4.95024.0256
CIE-Lab77.0835-1.22190.1302

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

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

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

Base Numbers

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

RGB Percentages of Color #bcbfbe

%33.04
%33.57
%33.39

CMYK Percentages of Color #bcbfbe

%2
%0
%1
%25

Triadic Colors of #bcbfbe

#bcbfbe #bebcbf #bfbebc

Analogous Colors of #bcbfbe

#bcbfbe #bcbfbf #bcbfbd

Monochromatic Colors of #bcbfbe

#bcbfbe

Complementary Color

#bcbfbe #bfbcbd

#bcbfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfbe Color CSS Codes

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

#bcbfbe Text Font Color

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

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


#bcbfbe Background Color

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

This div background color is #bcbfbe


#bcbfbe Border Color

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

This div border color is #bcbfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfbe


Comments

No comments written yet.

Please login to write comment.