COLOR #BCBDCB

HEX: #BCBDCB
RGB: (188,189,203)

Color info

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

RGB color model

#BCBDCB color RGB value is (188,189,203).

  • red value is 188;
  • green value is 189;
  • blue value is 203.
RGB:
(188,189,203)
(74%,74%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 203 of 255 = 80%

188
189
203

R + G + B ~ 76%. #BCBDCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 189 + 203 = 580 (100%)
R 188 of 580 ~ 32.41%
G 189 of 580 ~ 32.59%
B 203 of 580 ~ 35%

%32.41
%32.59
%35

CMYK color model

#BCBDCB color CMYK value is (7,7,0,20).

  • cyan value is 7.39%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,7,0,20)
C7M7Y0K20 
(7%,7%,0%,20%)
(0.07/0.07/0.00/0.20)	

CMYK percentages

%7.39
%6.9
%0
%20.39

Codes

Color #BCBDCB in popluar color models

BCBDCB
RGB188189203
HSL236°12.61%76.67%
HSB/HSV236°7.39%79.61%
CMYK7.39%6.90%0.00%
20.39%

Color #BCBDCB in popluar number systems.

HEXBCBDCB
Decimal188189203
Binary101111001011110111001011
Octal274275313

Shades and tints

Shades of #BCBDCB

#BCBDCB
(188,189,203)
#ABACB9
(171,172,185)
#9A9BA7
(154,155,167)
#898A95
(137,138,149)
#787983
(120,121,131)
#676871
(103,104,113)
#56575F
(86,87,95)
#45464D
(69,70,77)
#34353B
(52,53,59)
#232429
(35,36,41)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #BCBDCB

#BCBDCB
(188,189,203)
#C2C3CF
(194,195,207)
#C8C9D3
(200,201,211)
#CECFD7
(206,207,215)
#D4D5DB
(212,213,219)
#DADBDF
(218,219,223)
#E0E1E3
(224,225,227)
#E6E7E7
(230,231,231)
#ECEDEB
(236,237,235)
#F2F3EF
(242,243,239)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDCB; }

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

This text font color is #BCBDCB.


Background Color

.myBgColor { background-color: #BCBDCB; }

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

This div background color is #BCBDCB.


Border color

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

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

This div border color is #BCBDCB.


Opacity

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

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

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

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

This text has shadow with #BCBDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBDCB on black background.


Color preview on white background

This text has color #BCBDCB on white background.



Black color preview on #BCBDCB background

This text has black color on #BCBDCB background.


White color preview on #BCBDCB background

This text has white color on #BCBDCB background.