COLOR #BCC6DF

HEX: #BCC6DF
RGB: (188,198,223)

Color info

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

RGB color model

#BCC6DF color RGB value is (188,198,223).

  • red value is 188;
  • green value is 198;
  • blue value is 223.
RGB:
(188,198,223)
(74%,78%,87%)

RGB channels and saturation

R 188 of 255 = 74%
G 198 of 255 = 78%
B 223 of 255 = 87%

188
198
223

R + G + B ~ 80%. #BCC6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 198 + 223 = 609 (100%)
R 188 of 609 ~ 30.87%
G 198 of 609 ~ 32.51%
B 223 of 609 ~ 36.62%

%30.87
%32.51
%36.62

CMYK color model

#BCC6DF color CMYK value is (16,11,0,13).

  • cyan value is 15.70%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(16,11,0,13)
C16M11Y0K13 
(16%,11%,0%,13%)
(0.16/0.11/0.00/0.13)	

CMYK percentages

%15.7
%11.21
%0
%12.55

Codes

Color #BCC6DF in popluar color models

BCC6DF
RGB188198223
HSL223°35.35%80.59%
HSB/HSV223°15.70%87.45%
CMYK15.70%11.21%0.00%
12.55%

Color #BCC6DF in popluar number systems.

HEXBCC6DF
Decimal188198223
Binary101111001100011011011111
Octal274306337

Shades and tints

Shades of #BCC6DF

#BCC6DF
(188,198,223)
#ABB4CB
(171,180,203)
#9AA2B7
(154,162,183)
#8990A3
(137,144,163)
#787E8F
(120,126,143)
#676C7B
(103,108,123)
#565A67
(86,90,103)
#454853
(69,72,83)
#34363F
(52,54,63)
#23242B
(35,36,43)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #BCC6DF

#BCC6DF
(188,198,223)
#C2CBE1
(194,203,225)
#C8D0E3
(200,208,227)
#CED5E5
(206,213,229)
#D4DAE7
(212,218,231)
#DADFE9
(218,223,233)
#E0E4EB
(224,228,235)
#E6E9ED
(230,233,237)
#ECEEEF
(236,238,239)
#F2F3F1
(242,243,241)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC6DF color. Also use rgb(188,198,223) instead hex code.

Text Font Color

.myTextColor { color: #BCC6DF; }

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

This text font color is #BCC6DF.


Background Color

.myBgColor { background-color: #BCC6DF; }

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

This div background color is #BCC6DF.


Border color

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

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

This div border color is #BCC6DF.


Opacity

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

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

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

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

This text has shadow with #BCC6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC6DF on black background.


Color preview on white background

This text has color #BCC6DF on white background.



Black color preview on #BCC6DF background

This text has black color on #BCC6DF background.


White color preview on #BCC6DF background

This text has white color on #BCC6DF background.