COLOR #BCC3BD

HEX: #BCC3BD
RGB: (188,195,189)

Color info

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

RGB color model

#BCC3BD color RGB value is (188,195,189).

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

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 189 of 255 = 74%

188
195
189

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

Portions of RGB colors in percentages

R + G + B =
188 + 195 + 189 = 572 (100%)
R 188 of 572 ~ 32.87%
G 195 of 572 ~ 34.09%
B 189 of 572 ~ 33.04%

%32.87
%34.09
%33.04

CMYK color model

#BCC3BD color CMYK value is (4,0,3,24).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK:
(4,0,3,24)
C4M0Y3K24 
(4%,0%,3%,24%)
(0.04/0.00/0.03/0.24)	

CMYK percentages

%3.59
%0
%3.08
%23.53

Codes

Color #BCC3BD in popluar color models

BCC3BD
RGB188195189
HSL129°5.51%75.10%
HSB/HSV129°3.59%76.47%
CMYK3.59%0.00%3.08%
23.53%

Color #BCC3BD in popluar number systems.

HEXBCC3BD
Decimal188195189
Binary101111001100001110111101
Octal274303275

Shades and tints

Shades of #BCC3BD

#BCC3BD
(188,195,189)
#ABB2AC
(171,178,172)
#9AA19B
(154,161,155)
#89908A
(137,144,138)
#787F79
(120,127,121)
#676E68
(103,110,104)
#565D57
(86,93,87)
#454C46
(69,76,70)
#343B35
(52,59,53)
#232A24
(35,42,36)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #BCC3BD

#BCC3BD
(188,195,189)
#C2C8C3
(194,200,195)
#C8CDC9
(200,205,201)
#CED2CF
(206,210,207)
#D4D7D5
(212,215,213)
#DADCDB
(218,220,219)
#E0E1E1
(224,225,225)
#E6E6E7
(230,230,231)
#ECEBED
(236,235,237)
#F2F0F3
(242,240,243)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC3BD; }

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

This text font color is #BCC3BD.


Background Color

.myBgColor { background-color: #BCC3BD; }

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

This div background color is #BCC3BD.


Border color

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

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

This div border color is #BCC3BD.


Opacity

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

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

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

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

This text has shadow with #BCC3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC3BD on black background.


Color preview on white background

This text has color #BCC3BD on white background.



Black color preview on #BCC3BD background

This text has black color on #BCC3BD background.


White color preview on #BCC3BD background

This text has white color on #BCC3BD background.