COLOR #BCC3C5

HEX: #BCC3C5
RGB: (188,195,197)

Color info

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

RGB color model

#BCC3C5 color RGB value is (188,195,197).

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

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 197 of 255 = 77%

188
195
197

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

Portions of RGB colors in percentages

R + G + B =
188 + 195 + 197 = 580 (100%)
R 188 of 580 ~ 32.41%
G 195 of 580 ~ 33.62%
B 197 of 580 ~ 33.97%

%32.41
%33.62
%33.97

CMYK color model

#BCC3C5 color CMYK value is (5,1,0,23).

  • cyan value is 4.57%
  • magenta value is 1.02%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(5,1,0,23)
C5M1Y0K23 
(5%,1%,0%,23%)
(0.05/0.01/0.00/0.23)	

CMYK percentages

%4.57
%1.02
%0
%22.75

Codes

Color #BCC3C5 in popluar color models

BCC3C5
RGB188195197
HSL193°7.20%75.49%
HSB/HSV193°4.57%77.25%
CMYK4.57%1.02%0.00%
22.75%

Color #BCC3C5 in popluar number systems.

HEXBCC3C5
Decimal188195197
Binary101111001100001111000101
Octal274303305

Shades and tints

Shades of #BCC3C5

#BCC3C5
(188,195,197)
#ABB2B4
(171,178,180)
#9AA1A3
(154,161,163)
#899092
(137,144,146)
#787F81
(120,127,129)
#676E70
(103,110,112)
#565D5F
(86,93,95)
#454C4E
(69,76,78)
#343B3D
(52,59,61)
#232A2C
(35,42,44)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #BCC3C5

#BCC3C5
(188,195,197)
#C2C8CA
(194,200,202)
#C8CDCF
(200,205,207)
#CED2D4
(206,210,212)
#D4D7D9
(212,215,217)
#DADCDE
(218,220,222)
#E0E1E3
(224,225,227)
#E6E6E8
(230,230,232)
#ECEBED
(236,235,237)
#F2F0F2
(242,240,242)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC3C5; }

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

This text font color is #BCC3C5.


Background Color

.myBgColor { background-color: #BCC3C5; }

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

This div background color is #BCC3C5.


Border color

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

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

This div border color is #BCC3C5.


Opacity

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

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

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

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

This text has shadow with #BCC3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC3C5 on black background.


Color preview on white background

This text has color #BCC3C5 on white background.



Black color preview on #BCC3C5 background

This text has black color on #BCC3C5 background.


White color preview on #BCC3C5 background

This text has white color on #BCC3C5 background.