COLOR #BCC3CB

HEX: #BCC3CB
RGB: (188,195,203)

Color info

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

RGB color model

#BCC3CB color RGB value is (188,195,203).

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

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 203 of 255 = 80%

188
195
203

R + G + B ~ 77%. #BCC3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 195 + 203 = 586 (100%)
R 188 of 586 ~ 32.08%
G 195 of 586 ~ 33.28%
B 203 of 586 ~ 34.64%

%32.08
%33.28
%34.64

CMYK color model

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

  • cyan value is 7.39%
  • magenta value is 3.94%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,4,0,20)
C7M4Y0K20 
(7%,4%,0%,20%)
(0.07/0.04/0.00/0.20)	

CMYK percentages

%7.39
%3.94
%0
%20.39

Codes

Color #BCC3CB in popluar color models

BCC3CB
RGB188195203
HSL212°12.61%76.67%
HSB/HSV212°7.39%79.61%
CMYK7.39%3.94%0.00%
20.39%

Color #BCC3CB in popluar number systems.

HEXBCC3CB
Decimal188195203
Binary101111001100001111001011
Octal274303313

Shades and tints

Shades of #BCC3CB

#BCC3CB
(188,195,203)
#ABB2B9
(171,178,185)
#9AA1A7
(154,161,167)
#899095
(137,144,149)
#787F83
(120,127,131)
#676E71
(103,110,113)
#565D5F
(86,93,95)
#454C4D
(69,76,77)
#343B3B
(52,59,59)
#232A29
(35,42,41)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCC3CB

#BCC3CB
(188,195,203)
#C2C8CF
(194,200,207)
#C8CDD3
(200,205,211)
#CED2D7
(206,210,215)
#D4D7DB
(212,215,219)
#DADCDF
(218,220,223)
#E0E1E3
(224,225,227)
#E6E6E7
(230,230,231)
#ECEBEB
(236,235,235)
#F2F0EF
(242,240,239)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC3CB; }

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

This text font color is #BCC3CB.


Background Color

.myBgColor { background-color: #BCC3CB; }

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

This div background color is #BCC3CB.


Border color

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

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

This div border color is #BCC3CB.


Opacity

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

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

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

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

This text has shadow with #BCC3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC3CB on black background.


Color preview on white background

This text has color #BCC3CB on white background.



Black color preview on #BCC3CB background

This text has black color on #BCC3CB background.


White color preview on #BCC3CB background

This text has white color on #BCC3CB background.