Color Hex Logo

#bcbfbd Color Hex

#BCBFBD
(188,191,189)
0 Favorites   0 Comments

Color spaces of #bcbfbd

RGB 188191189
HSL0.390.020.74
HSV140°75°
CMYK 0.020.000.01   0.25
XYZ48.555151.627155.5500
Yxy51.62710.31180.3315
Hunter Lab71.8520-5.11694.4583
CIE-Lab77.0573-1.40790.6334

#bcbfbd color RGB value is (188,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 10111101
Octal 274 277 275
Decimal 188 191 189
Hex BC BF BD

RGB Percentages of Color #bcbfbd

%33.10
%33.63
%33.27

CMYK Percentages of Color #bcbfbd

%2
%0
%1
%25

Triadic Colors of #bcbfbd

#bcbfbd #bdbcbf #bfbdbc

Analogous Colors of #bcbfbd

#bcbfbd #bcbfbf #bdbfbc

Monochromatic Colors of #bcbfbd

#bcbfbd

Complementary Color

#bcbfbd #bfbcbe

#bcbfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfbd Color CSS Codes

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

#bcbfbd Text Font Color

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

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


#bcbfbd Background Color

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

This div background color is #bcbfbd


#bcbfbd Border Color

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

This div border color is #bcbfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfbd


Comments

No comments written yet.

Please login to write comment.