COLOR #BCD4E7

HEX: #BCD4E7 RGB: (188,212,231)

Color info

#BCD4E7 contains red, green and blue colors in about the same proportion. Web safe color of #BCD4E7 is #CCCCFF (or #CCF).

RGB color model

#BCD4E7 color RGB value is (188,212,231).

RGB: (188,212,231) (74%, 83%, 91%)

RGB channels and saturation

R 188 of 255 = 74%
G 212 of 255 = 83%
B 231 of 255 = 91%

188
212
231

R + G + B ~ 83%. #BCD4E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 212 + 231 = 631 (100%)
R 188 of 631 ~ 29.79%
G 212 of 631 ~ 33.6%
B 231 of 631 ~ 36.61'%

%29.79
%33.6
%36.61

CMYK color model

#BCD4E7 color CMYK value is (19,8,0,9).

  • cyan value is 18.61%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (19,8,0,9) C19M8Y0K9 (19%,8%,0%,9%) (0.19/0.08/0.00/0.09) 

CMYK percentages

%18.61
%8.23
%0
%9.41

Codes

Color #BCD4E7 in popluar color models

BC D4 E7
RGB 188 212 231
HSL 207° 47.25% 82.16%
HSB/HSV 207° 18.61% 90.59%
CMYK 18.61% 8.23% 0.00%
9.41%

Color #BCD4E7 in popluar number systems.

HEX BC D4 E7
Decimal 188 212 231
Binary 10111100 11010100 11100111
Octal 274 324 347

Shades and tints

Shades of #BCD4E7

#BCD4E7
(188,212,231)
#ABC1D2
(171,193,210)
#9AAEBD
(154,174,189)
#899BA8
(137,155,168)
#788893
(120,136,147)
#67757E
(103,117,126)
#566269
(86,98,105)
#454F54
(69,79,84)
#343C3F
(52,60,63)
#23292A
(35,41,42)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BCD4E7

#BCD4E7
(188,212,231)
#C2D7E9
(194,215,233)
#C8DAEB
(200,218,235)
#CEDDED
(206,221,237)
#D4E0EF
(212,224,239)
#DAE3F1
(218,227,241)
#E0E6F3
(224,230,243)
#E6E9F5
(230,233,245)
#ECECF7
(236,236,247)
#F2EFF9
(242,239,249)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD4E7 color. Also use rgb(188,212,231) instead hex code.

Text Font Color

.myTextColor { color: #BCD4E7; }

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

This text font color is #BCD4E7.

Background Color

.myBgColor { background-color: #BCD4E7; }

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

This div background color is #BCD4E7.

Border color

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

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

This div border color is #BCD4E7.

Opacity

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

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

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

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

This text has shadow with #BCD4E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD4E7.

Preview

Color preview on black background

This text has color #BCD4E7 on black background.


Color preview on white background

This text has color #BCD4E7 on white background.


Black color preview on #BCD4E7 background

This text has black color on #BCD4E7 background.


White color preview on #BCD4E7 background

This text has white color on #BCD4E7 background.


Related colors

Complementary color

Complementary color for #hex is #432B18.


I love getcolorcode.com

Triadic colors

1 #E7BCD4 and #D4E7BC with #BCD4E7 are triadic colors.

2 #E7D4BC and #D4BCE7 with #BCD4E7 are triadic colors.