Color Hex Logo

#bcbbbc Color Hex

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

Color spaces of #bcbbbc

RGB 188187188
HSL0.830.010.74
HSV300°74°
CMYK 0.000.010.00   0.26
XYZ47.586549.862954.6934
Yxy49.86290.31280.3277
Hunter Lab70.6137-3.28293.5068
CIE-Lab75.98500.5383-0.3897

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

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

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

Base Numbers

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

RGB Percentages of Color #bcbbbc

%33.39
%33.21
%33.39

CMYK Percentages of Color #bcbbbc

%0
%1
%0
%26

Triadic Colors of #bcbbbc

#bcbbbc #bcbcbb #bbbcbc

Monochromatic Colors of #bcbbbc

#bcbbbc

Complementary Color

#bcbbbc #bbbcbb

#bcbbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbbc Color CSS Codes

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

#bcbbbc Text Font Color

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

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


#bcbbbc Background Color

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

This div background color is #bcbbbc


#bcbbbc Border Color

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

This div border color is #bcbbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbbc


Comments

No comments written yet.

Please login to write comment.