COLOR #BCBEC0

HEX: #BCBEC0
RGB: (188,190,192)

Color info

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

RGB color model

#BCBEC0 color RGB value is (188,190,192).

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

RGB channels and saturation

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

188
190
192

R + G + B ~ 75%. #BCBEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 190 + 192 = 570 (100%)
R 188 of 570 ~ 32.98%
G 190 of 570 ~ 33.33%
B 192 of 570 ~ 33.68%

%32.98
%33.33
%33.68

CMYK color model

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

  • cyan value is 2.08%
  • magenta value is 1.04%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(2,1,0,25)
C2M1Y0K25 
(2%,1%,0%,25%)
(0.02/0.01/0.00/0.25)	

CMYK percentages

%2.08
%1.04
%0
%24.71

Codes

Color #BCBEC0 in popluar color models

BCBEC0
RGB188190192
HSL210°3.08%74.51%
HSB/HSV210°2.08%75.29%
CMYK2.08%1.04%0.00%
24.71%

Color #BCBEC0 in popluar number systems.

HEXBCBEC0
Decimal188190192
Binary101111001011111011000000
Octal274276300

Shades and tints

Shades of #BCBEC0

#BCBEC0
(188,190,192)
#ABADAF
(171,173,175)
#9A9C9E
(154,156,158)
#898B8D
(137,139,141)
#787A7C
(120,122,124)
#67696B
(103,105,107)
#56585A
(86,88,90)
#454749
(69,71,73)
#343638
(52,54,56)
#232527
(35,37,39)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCBEC0

#BCBEC0
(188,190,192)
#C2C3C5
(194,195,197)
#C8C8CA
(200,200,202)
#CECDCF
(206,205,207)
#D4D2D4
(212,210,212)
#DAD7D9
(218,215,217)
#E0DCDE
(224,220,222)
#E6E1E3
(230,225,227)
#ECE6E8
(236,230,232)
#F2EBED
(242,235,237)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBEC0; }

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

This text font color is #BCBEC0.


Background Color

.myBgColor { background-color: #BCBEC0; }

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

This div background color is #BCBEC0.


Border color

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

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

This div border color is #BCBEC0.


Opacity

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

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

Text with #BCBEC0 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 #BCBEC0;}

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

This text has shadow with #BCBEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBEC0 on black background.


Color preview on white background

This text has color #BCBEC0 on white background.



Black color preview on #BCBEC0 background

This text has black color on #BCBEC0 background.


White color preview on #BCBEC0 background

This text has white color on #BCBEC0 background.