Color Hex Logo

#bcbebc Color Hex

#BCBEBC
(188,190,188)
0 Favorites   0 Comments

Color spaces of #bcbebc

RGB 188190188
HSL0.330.020.74
HSV120°75°
CMYK 0.010.000.01   0.25
XYZ48.229651.149154.9077
Yxy51.14910.31260.3315
Hunter Lab71.5186-4.78354.5437
CIE-Lab76.7692-1.06130.7550

#bcbebc color RGB value is (188,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 10111100
Octal 274 276 274
Decimal 188 190 188
Hex BC BE BC

RGB Percentages of Color #bcbebc

%33.22
%33.57
%33.22

CMYK Percentages of Color #bcbebc

%1
%0
%1
%25

Triadic Colors of #bcbebc

#bcbebc #bcbcbe #bebcbc

Analogous Colors of #bcbebc

#bcbebc #bcbebd #bdbebc

Monochromatic Colors of #bcbebc

#bcbebc

Complementary Color

#bcbebc #bebcbe

#bcbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbebc Color CSS Codes

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

#bcbebc Text Font Color

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

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


#bcbebc Background Color

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

This div background color is #bcbebc


#bcbebc Border Color

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

This div border color is #bcbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbebc


Comments

No comments written yet.

Please login to write comment.