Color Hex Logo

#bcbebe Color Hex

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

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

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

#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 color hex is 0.01, 0.00, 0.00, 0.25. Web safe color of #bcbebe is #cccccc. Color #bcbebe contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #bcbebe

%33.10
%33.45
%33.45

CMYK Percentages of Color #bcbebe

%1
%0
%0
%25

Triadic Colors of #bcbebe

#bcbebe #bebcbe #bebebc

Analogous Colors of #bcbebe

#bcbebe #bcbdbe #bcbebd

Monochromatic Colors of #bcbebe

#bcbebe

Complementary Color

#bcbebe #bebcbc

#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; }

#bcbebe Text Font Color

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

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.


#bcbebe Background Color

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

This div background color is #bcbebe


#bcbebe Border Color

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

This div border color is #bcbebe


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

<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>

This div box has shadow with color #bcbebe


Comments

No comments written yet.

Please login to write comment.