Color Hex Logo

#bcbbbb Color Hex

#BCBBBB
(188,187,187)
0 Favorites   0 Comments

Color spaces of #bcbbbb

RGB 188187187
HSL0.000.010.74
HSV74°
CMYK 0.000.010.01   0.26
XYZ47.479049.819954.1275
Yxy49.81990.31350.3290
Hunter Lab70.5832-3.44963.9411
CIE-Lab75.95860.35320.1150

#bcbbbb color RGB value is (188,187,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 10111011
Octal 274 273 273
Decimal 188 187 187
Hex BC BB BB

RGB Percentages of Color #bcbbbb

%33.45
%33.27
%33.27

CMYK Percentages of Color #bcbbbb

%0
%1
%1
%26

Triadic Colors of #bcbbbb

#bcbbbb #bbbcbb #bbbbbc

Analogous Colors of #bcbbbb

#bcbbbb #bcbcbb #bcbbbc

Monochromatic Colors of #bcbbbb

#bcbbbb

Complementary Color

#bcbbbb #bbbcbc

#bcbbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbbb Color CSS Codes

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

#bcbbbb Text Font Color

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

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


#bcbbbb Background Color

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

This div background color is #bcbbbb


#bcbbbb Border Color

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

This div border color is #bcbbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbbb


Comments

No comments written yet.

Please login to write comment.