COLOR #BCC3DC

HEX: #BCC3DC
RGB: (188,195,220)

Color info

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

RGB color model

#BCC3DC color RGB value is (188,195,220).

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

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 220 of 255 = 86%

188
195
220

R + G + B ~ 79%. #BCC3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 195 + 220 = 603 (100%)
R 188 of 603 ~ 31.18%
G 195 of 603 ~ 32.34%
B 220 of 603 ~ 36.48%

%31.18
%32.34
%36.48

CMYK color model

#BCC3DC color CMYK value is (15,11,0,14).

  • cyan value is 14.55%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(15,11,0,14)
C15M11Y0K14 
(15%,11%,0%,14%)
(0.15/0.11/0.00/0.14)	

CMYK percentages

%14.55
%11.36
%0
%13.73

Codes

Color #BCC3DC in popluar color models

BCC3DC
RGB188195220
HSL227°31.37%80.00%
HSB/HSV227°14.55%86.27%
CMYK14.55%11.36%0.00%
13.73%

Color #BCC3DC in popluar number systems.

HEXBCC3DC
Decimal188195220
Binary101111001100001111011100
Octal274303334

Shades and tints

Shades of #BCC3DC

#BCC3DC
(188,195,220)
#ABB2C8
(171,178,200)
#9AA1B4
(154,161,180)
#8990A0
(137,144,160)
#787F8C
(120,127,140)
#676E78
(103,110,120)
#565D64
(86,93,100)
#454C50
(69,76,80)
#343B3C
(52,59,60)
#232A28
(35,42,40)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #BCC3DC

#BCC3DC
(188,195,220)
#C2C8DF
(194,200,223)
#C8CDE2
(200,205,226)
#CED2E5
(206,210,229)
#D4D7E8
(212,215,232)
#DADCEB
(218,220,235)
#E0E1EE
(224,225,238)
#E6E6F1
(230,230,241)
#ECEBF4
(236,235,244)
#F2F0F7
(242,240,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC3DC; }

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

This text font color is #BCC3DC.


Background Color

.myBgColor { background-color: #BCC3DC; }

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

This div background color is #BCC3DC.


Border color

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

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

This div border color is #BCC3DC.


Opacity

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

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

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

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

This text has shadow with #BCC3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC3DC on black background.


Color preview on white background

This text has color #BCC3DC on white background.



Black color preview on #BCC3DC background

This text has black color on #BCC3DC background.


White color preview on #BCC3DC background

This text has white color on #BCC3DC background.