COLOR #BCCDDF

HEX: #BCCDDF
RGB: (188,205,223)

Color info

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

RGB color model

#BCCDDF color RGB value is (188,205,223).

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

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 223 of 255 = 87%

188
205
223

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

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 223 = 616 (100%)
R 188 of 616 ~ 30.52%
G 205 of 616 ~ 33.28%
B 223 of 616 ~ 36.2%

%30.52
%33.28
%36.2

CMYK color model

#BCCDDF color CMYK value is (16,8,0,13).

  • cyan value is 15.70%
  • magenta value is 8.07%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(16,8,0,13)
C16M8Y0K13 
(16%,8%,0%,13%)
(0.16/0.08/0.00/0.13)	

CMYK percentages

%15.7
%8.07
%0
%12.55

Codes

Color #BCCDDF in popluar color models

BCCDDF
RGB188205223
HSL211°35.35%80.59%
HSB/HSV211°15.70%87.45%
CMYK15.70%8.07%0.00%
12.55%

Color #BCCDDF in popluar number systems.

HEXBCCDDF
Decimal188205223
Binary101111001100110111011111
Octal274315337

Shades and tints

Shades of #BCCDDF

#BCCDDF
(188,205,223)
#ABBBCB
(171,187,203)
#9AA9B7
(154,169,183)
#8997A3
(137,151,163)
#78858F
(120,133,143)
#67737B
(103,115,123)
#566167
(86,97,103)
#454F53
(69,79,83)
#343D3F
(52,61,63)
#232B2B
(35,43,43)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCCDDF

#BCCDDF
(188,205,223)
#C2D1E1
(194,209,225)
#C8D5E3
(200,213,227)
#CED9E5
(206,217,229)
#D4DDE7
(212,221,231)
#DAE1E9
(218,225,233)
#E0E5EB
(224,229,235)
#E6E9ED
(230,233,237)
#ECEDEF
(236,237,239)
#F2F1F1
(242,241,241)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDDF; }

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

This text font color is #BCCDDF.


Background Color

.myBgColor { background-color: #BCCDDF; }

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

This div background color is #BCCDDF.


Border color

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

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

This div border color is #BCCDDF.


Opacity

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

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

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

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

This text has shadow with #BCCDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDDF on black background.


Color preview on white background

This text has color #BCCDDF on white background.



Black color preview on #BCCDDF background

This text has black color on #BCCDDF background.


White color preview on #BCCDDF background

This text has white color on #BCCDDF background.