Color Hex Logo

#bcbeba Color Hex

#BCBEBA
(188,190,186)
0 Favorites   0 Comments

Color spaces of #bcbeba

RGB 188190186
HSL0.250.030.74
HSV90°75°
CMYK 0.010.000.02   0.25
XYZ48.015451.063453.7799
Yxy51.06340.31410.3341
Hunter Lab71.4587-5.11275.3993
CIE-Lab76.7174-1.42921.7631

#bcbeba color RGB value is (188,190,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 10111010
Octal 274 276 272
Decimal 188 190 186
Hex BC BE BA

RGB Percentages of Color #bcbeba

%33.33
%33.69
%32.98

CMYK Percentages of Color #bcbeba

%1
%0
%2
%25

Triadic Colors of #bcbeba

#bcbeba #babcbe #bebabc

Analogous Colors of #bcbeba

#bcbeba #babeba #bebeba

Monochromatic Colors of #bcbeba

#bcbeba

Complementary Color

#bcbeba #bcbabe

#bcbeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbeba Color CSS Codes

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

#bcbeba Text Font Color

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

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


#bcbeba Background Color

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

This div background color is #bcbeba


#bcbeba Border Color

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

This div border color is #bcbeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbeba


Comments

No comments written yet.

Please login to write comment.