#bcbebe

#bcbebe color hex

#bcbebe hex color information.
RGB value of #bcbebe is (188,190,190)
Change page background color to #bcbebe | Reset

#bcbebe rgb color chart

Color spaces of #bcbebe

RGB 188190190
HSL0.500.020.74
HSV180°75°
CMYK 0.010.000.00   0.25
XYZ48.446851.236056.0513
Yxy51.23600.31110.3290
Hunter Lab71.5793-4.45033.6776
CIE-Lab76.8217-0.6899-0.2521

Shades of #bcbebe

Tints of #bcbebe

RGB Percentages of Color #bcbebe

%33.10
%33.45
%33.45

CMYK Percentages of Color #bcbebe

%1
%0
%0
%25

#bcbebe Color Info

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

The process color (four color CMYK) of #bcbebe hex color is 0.01, 0.00, 0.00, 0.25. Web safe color of #bcbebe is #cccccc

Color #bcbebe contains mostly GREEN color.

Base Numbers

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

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #bcbebe

Triadic Colors of #bcbebe

#bcbebe #bebcbe #bebebc

Analogous Colors of #bcbebe

#bcbebe #bcbdbe #bcbebd

Complementary Color of #bcbebe

#bcbebe #bebcbc

#bcbebe HSL Color Chart
#bcbebe hsl color chart
#bcbebe RGB Color Chart

#bcbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbebe Color CSS Codes

.mybgcolor {background-color:#bcbebe; } 
.myforecolor {color:#bcbebe; }
.mybordercolor {border:3px solid #bcbebe; }
Sample text font color #bcbebe

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

html code
<p style="color:#bcbebe">Text here</p>
#bcbebe background color

This div background color is #bcbebe

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

This div border color is #bcbebe

<div style="border:3px solid #bcbebe">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #bcbebe Color Sample
#bcbebeborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(188,190,190, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #bcbebe; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #bcbebe;
  -webkit-box-shadow: 1px 1px 3px 2px #bcbebe;
  box-shadow:         1px 1px 3px 2px #bcbebe; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,190,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcbebe">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #bcbebe

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top