Color Hex Logo

#bcbbbf Color Hex

#BCBBBF
(188,187,191)
0 Favorites   0 Comments

Color spaces of #bcbbbf

RGB 188187191
HSL0.710.030.74
HSV255°75°
CMYK 0.020.020.00   0.25
XYZ47.913349.993656.4146
Yxy49.99360.31050.3240
Hunter Lab70.7062-2.77712.1884
CIE-Lab76.06531.0990-1.9018

#bcbbbf color RGB value is (188,187,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 10111111
Octal 274 273 277
Decimal 188 187 191
Hex BC BB BF

RGB Percentages of Color #bcbbbf

%33.22
%33.04
%33.75

CMYK Percentages of Color #bcbbbf

%2
%2
%0
%25

Triadic Colors of #bcbbbf

#bcbbbf #bfbcbb #bbbfbc

Analogous Colors of #bcbbbf

#bcbbbf #bebbbf #bbbcbf

Monochromatic Colors of #bcbbbf

#bcbbbf

Complementary Color

#bcbbbf #bebfbb

#bcbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbbf Color CSS Codes

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

#bcbbbf Text Font Color

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

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


#bcbbbf Background Color

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

This div background color is #bcbbbf


#bcbbbf Border Color

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

This div border color is #bcbbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbbf


Comments

No comments written yet.

Please login to write comment.