Color Hex Logo

#bcbcbe Color Hex

#BCBCBE
(188,188,190)
1 Favorites   0 Comments

Color spaces of #bcbcbe

RGB 188188190
HSL0.670.020.74
HSV240°75°
CMYK 0.010.010.00   0.25
XYZ48.016550.375555.9079
Yxy50.37550.31120.3265
Hunter Lab70.9757-3.44862.9800
CIE-Lab76.29920.3766-1.0162

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

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

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

Base Numbers

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

RGB Percentages of Color #bcbcbe

%33.22
%33.22
%33.57

CMYK Percentages of Color #bcbcbe

%1
%1
%0
%25

Triadic Colors of #bcbcbe

#bcbcbe #bebcbc #bcbebc

Analogous Colors of #bcbcbe

#bcbcbe #bdbcbe #bcbdbe

Monochromatic Colors of #bcbcbe

#bcbcbe

Complementary Color

#bcbcbe #bebebc

#bcbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcbe Color CSS Codes

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

#bcbcbe Text Font Color

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

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


#bcbcbe Background Color

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

This div background color is #bcbcbe


#bcbcbe Border Color

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

This div border color is #bcbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcbe


Comments

No comments written yet.

Please login to write comment.