Color Hex Logo

#bcbcc6 Color Hex

#BCBCC6
(188,188,198)
0 Favorites   0 Comments

Color spaces of #bcbcc6

RGB 188188198
HSL0.670.080.76
HSV240°78°
CMYK 0.050.050.00   0.22
XYZ48.915350.735060.6408
Yxy50.73500.30520.3165
Hunter Lab71.2285-2.0672-0.6169
CIE-Lab76.51821.9018-5.0360

#bcbcc6 color RGB value is (188,188,198).

#bcbcc6 hex color red value is 188, green value is 188 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #bcbcc6 hue: 0.67 , saturation: 0.08 and the lightness value of bcbcc6 is 0.76.

The process color (four color CMYK) of #bcbcc6 color hex is 0.05, 0.05, 0.00, 0.22. Web safe color of #bcbcc6 is #cccccc. Color #bcbcc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 11000110
Octal 274 274 306
Decimal 188 188 198
Hex BC BC C6

RGB Percentages of Color #bcbcc6

%32.75
%32.75
%34.49

CMYK Percentages of Color #bcbcc6

%5
%5
%0
%22

Triadic Colors of #bcbcc6

#bcbcc6 #c6bcbc #bcc6bc

Analogous Colors of #bcbcc6

#bcbcc6 #c1bcc6 #bcc1c6

Monochromatic Colors of #bcbcc6

#bcbcc6

Complementary Color

#bcbcc6 #c6c6bc

#bcbcc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcc6 Color CSS Codes

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

#bcbcc6 Text Font Color

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

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


#bcbcc6 Background Color

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

This div background color is #bcbcc6


#bcbcc6 Border Color

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

This div border color is #bcbcc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcc6


Comments

No comments written yet.

Please login to write comment.