COLOR #BCBEBC

HEX: #BCBEBC
RGB: (188,190,188)

Color info

#BCBEBC contains red, green and blue colors in about the same proportion. Web safe color of #BCBEBC is #CCCCCC (or #CCC).

RGB color model

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

  • red value is 188;
  • green value is 190;
  • blue value is 188.
RGB:
(188,190,188)
(74%,75%,74%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 188 of 255 = 74%

188
190
188

R + G + B ~ 74%. #BCBEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 190 + 188 = 566 (100%)
R 188 of 566 ~ 33.22%
G 190 of 566 ~ 33.57%
B 188 of 566 ~ 33.22%

%33.22
%33.57
%33.22

CMYK color model

#BCBEBC color CMYK value is (1,0,1,25).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK:
(1,0,1,25)
C1M0Y1K25 
(1%,0%,1%,25%)
(0.01/0.00/0.01/0.25)	

CMYK percentages

%1.05
%0
%1.05
%25.49

Codes

Color #BCBEBC in popluar color models

BCBEBC
RGB188190188
HSL120°1.52%74.12%
HSB/HSV120°1.05%74.51%
CMYK1.05%0.00%1.05%
25.49%

Color #BCBEBC in popluar number systems.

HEXBCBEBC
Decimal188190188
Binary101111001011111010111100
Octal274276274

Shades and tints

Shades of #BCBEBC

#BCBEBC
(188,190,188)
#ABADAB
(171,173,171)
#9A9C9A
(154,156,154)
#898B89
(137,139,137)
#787A78
(120,122,120)
#676967
(103,105,103)
#565856
(86,88,86)
#454745
(69,71,69)
#343634
(52,54,52)
#232523
(35,37,35)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BCBEBC

#BCBEBC
(188,190,188)
#C2C3C2
(194,195,194)
#C8C8C8
(200,200,200)
#CECDCE
(206,205,206)
#D4D2D4
(212,210,212)
#DAD7DA
(218,215,218)
#E0DCE0
(224,220,224)
#E6E1E6
(230,225,230)
#ECE6EC
(236,230,236)
#F2EBF2
(242,235,242)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBEBC color. Also use rgb(188,190,188) instead hex code.

Text Font Color

.myTextColor { color: #BCBEBC; }

<p style="color:#BCBEBC">This sample text font color is #BCBEBC.</p>

This text font color is #BCBEBC.


Background Color

.myBgColor { background-color: #BCBEBC; }

<div style="background-color:#BCBEBC">Inner text</div>

This div background color is #BCBEBC.


Border color

.myBorderColor { border: 1px solid #BCBEBC; }

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

This div border color is #BCBEBC.


Opacity

.myOpacity80 { color: #BCBEBC; opacity: 0.8; }

<p style="color:#BCBEBC;opacity:0.8;">80%</p>

Text with #BCBEBC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BCBEBC;}

<p style="text-shadow: 3px 3px 1px #BCBEBC">Text here.</p>

This text has shadow with #BCBEBC color.

.textShadow {text-shadow: 3px 3px 1px #BCBEBC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BCBEBC, 5px 5px 20px red">Text here.</p>

This text has shadow with #BCBEBC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCBEBC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BCBEBC, Direction=45, Strength=4)">Text</p>

This text has shadow with #BCBEBC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BCBEBC;
  -webkit-box-shadow:	1px 1px 3px 2px #BCBEBC;
  box-shadow:		1px 1px 3px 2px #BCBEBC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCBEBC;
-webkit-box-shadow: 1px 1px 3px 2px #BCBEBC;
box-shadow:1px 1px 3px 2px #BCBEBC;">
Div content here</div>
This div box has shadow with color #BCBEBC.

Preview

Color preview on black background

This text has color #BCBEBC on black background.


Color preview on white background

This text has color #BCBEBC on white background.



Black color preview on #BCBEBC background

This text has black color on #BCBEBC background.


White color preview on #BCBEBC background

This text has white color on #BCBEBC background.