COLOR #BCCDDE

HEX: #BCCDDE
RGB: (188,205,222)

Color info

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

RGB color model

#BCCDDE color RGB value is (188,205,222).

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

RGB channels and saturation

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

188
205
222

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

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 222 = 615 (100%)
R 188 of 615 ~ 30.57%
G 205 of 615 ~ 33.33%
B 222 of 615 ~ 36.1%

%30.57
%33.33
%36.1

CMYK color model

#BCCDDE color CMYK value is (15,8,0,13).

  • cyan value is 15.32%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(15,8,0,13)
C15M8Y0K13 
(15%,8%,0%,13%)
(0.15/0.08/0.00/0.13)	

CMYK percentages

%15.32
%7.66
%0
%12.94

Codes

Color #BCCDDE in popluar color models

BCCDDE
RGB188205222
HSL210°34.00%80.39%
HSB/HSV210°15.32%87.06%
CMYK15.32%7.66%0.00%
12.94%

Color #BCCDDE in popluar number systems.

HEXBCCDDE
Decimal188205222
Binary101111001100110111011110
Octal274315336

Shades and tints

Shades of #BCCDDE

#BCCDDE
(188,205,222)
#ABBBCA
(171,187,202)
#9AA9B6
(154,169,182)
#8997A2
(137,151,162)
#78858E
(120,133,142)
#67737A
(103,115,122)
#566166
(86,97,102)
#454F52
(69,79,82)
#343D3E
(52,61,62)
#232B2A
(35,43,42)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #BCCDDE

#BCCDDE
(188,205,222)
#C2D1E1
(194,209,225)
#C8D5E4
(200,213,228)
#CED9E7
(206,217,231)
#D4DDEA
(212,221,234)
#DAE1ED
(218,225,237)
#E0E5F0
(224,229,240)
#E6E9F3
(230,233,243)
#ECEDF6
(236,237,246)
#F2F1F9
(242,241,249)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDDE; }

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

This text font color is #BCCDDE.


Background Color

.myBgColor { background-color: #BCCDDE; }

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

This div background color is #BCCDDE.


Border color

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

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

This div border color is #BCCDDE.


Opacity

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

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

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

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

This text has shadow with #BCCDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDDE on black background.


Color preview on white background

This text has color #BCCDDE on white background.



Black color preview on #BCCDDE background

This text has black color on #BCCDDE background.


White color preview on #BCCDDE background

This text has white color on #BCCDDE background.