Color Hex Logo

#bcbcbf Color Hex

#BCBCBF
(188,188,191)
0 Favorites   0 Comments

Color spaces of #bcbcbf

RGB 188188191
HSL0.670.020.74
HSV240°75°
CMYK 0.020.020.00   0.25
XYZ48.126250.419456.4856
Yxy50.41940.31040.3252
Hunter Lab71.0066-3.27952.5396
CIE-Lab76.32600.5641-1.5198

#bcbcbf color RGB value is (188,188,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 10111111
Octal 274 274 277
Decimal 188 188 191
Hex BC BC BF

RGB Percentages of Color #bcbcbf

%33.16
%33.16
%33.69

CMYK Percentages of Color #bcbcbf

%2
%2
%0
%25

Triadic Colors of #bcbcbf

#bcbcbf #bfbcbc #bcbfbc

Analogous Colors of #bcbcbf

#bcbcbf #bebcbf #bcbebf

Monochromatic Colors of #bcbcbf

#bcbcbf

Complementary Color

#bcbcbf #bfbfbc

#bcbcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcbf Color CSS Codes

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

#bcbcbf Text Font Color

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

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


#bcbcbf Background Color

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

This div background color is #bcbcbf


#bcbcbf Border Color

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

This div border color is #bcbcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcbf

#bcbcbf Color Palettes


Comments

No comments written yet.

Please login to write comment.