COLOR #BCD3E5

HEX: #BCD3E5 RGB: (188,211,229)

Color info

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

RGB color model

#BCD3E5 color RGB value is (188,211,229).

RGB: (188,211,229) (74%, 83%, 90%)

RGB channels and saturation

R 188 of 255 = 74%
G 211 of 255 = 83%
B 229 of 255 = 90%

188
211
229

R + G + B ~ 82%. #BCD3E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 211 + 229 = 628 (100%)
R 188 of 628 ~ 29.94%
G 211 of 628 ~ 33.6%
B 229 of 628 ~ 36.46'%

%29.94
%33.6
%36.46

CMYK color model

#BCD3E5 color CMYK value is (18,8,0,10).

  • cyan value is 17.90%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (18,8,0,10) C18M8Y0K10 (18%,8%,0%,10%) (0.18/0.08/0.00/0.10) 

CMYK percentages

%17.9
%7.86
%0
%10.2

Codes

Color #BCD3E5 in popluar color models

BC D3 E5
RGB 188 211 229
HSL 206° 44.09% 81.76%
HSB/HSV 206° 17.90% 89.80%
CMYK 17.90% 7.86% 0.00%
10.20%

Color #BCD3E5 in popluar number systems.

HEX BC D3 E5
Decimal 188 211 229
Binary 10111100 11010011 11100101
Octal 274 323 345

Shades and tints

Shades of #BCD3E5

#BCD3E5
(188,211,229)
#ABC0D1
(171,192,209)
#9AADBD
(154,173,189)
#899AA9
(137,154,169)
#788795
(120,135,149)
#677481
(103,116,129)
#56616D
(86,97,109)
#454E59
(69,78,89)
#343B45
(52,59,69)
#232831
(35,40,49)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #BCD3E5

#BCD3E5
(188,211,229)
#C2D7E7
(194,215,231)
#C8DBE9
(200,219,233)
#CEDFEB
(206,223,235)
#D4E3ED
(212,227,237)
#DAE7EF
(218,231,239)
#E0EBF1
(224,235,241)
#E6EFF3
(230,239,243)
#ECF3F5
(236,243,245)
#F2F7F7
(242,247,247)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD3E5 color. Also use rgb(188,211,229) instead hex code.

Text Font Color

.myTextColor { color: #BCD3E5; }

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

This text font color is #BCD3E5.

Background Color

.myBgColor { background-color: #BCD3E5; }

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

This div background color is #BCD3E5.

Border color

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

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

This div border color is #BCD3E5.

Opacity

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

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

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

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

This text has shadow with #BCD3E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD3E5.

Preview

Color preview on black background

This text has color #BCD3E5 on black background.


Color preview on white background

This text has color #BCD3E5 on white background.


Black color preview on #BCD3E5 background

This text has black color on #BCD3E5 background.


White color preview on #BCD3E5 background

This text has white color on #BCD3E5 background.


Related colors

Complementary color

Complementary color for #hex is #432C1A.


I love getcolorcode.com

Triadic colors

1 #E5BCD3 and #D3E5BC with #BCD3E5 are triadic colors.

2 #E5D3BC and #D3BCE5 with #BCD3E5 are triadic colors.