COLOR #BCDFE4

HEX: #BCDFE4 RGB: (188,223,228)

Color info

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

RGB color model

#BCDFE4 color RGB value is (188,223,228).

RGB: (188,223,228) (74%, 87%, 89%)

RGB channels and saturation

R 188 of 255 = 74%
G 223 of 255 = 87%
B 228 of 255 = 89%

188
223
228

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

Portions of RGB colors in percentages

R + G + B = 188 + 223 + 228 = 639 (100%)
R 188 of 639 ~ 29.42%
G 223 of 639 ~ 34.9%
B 228 of 639 ~ 35.68'%

%29.42
%34.9
%35.68

CMYK color model

#BCDFE4 color CMYK value is (18,2,0,11).

  • cyan value is 17.54%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (18,2,0,11) C18M2Y0K11 (18%,2%,0%,11%) (0.18/0.02/0.00/0.11) 

CMYK percentages

%17.54
%2.19
%0
%10.59

Codes

Color #BCDFE4 in popluar color models

BC DF E4
RGB 188 223 228
HSL 188° 42.55% 81.57%
HSB/HSV 188° 17.54% 89.41%
CMYK 17.54% 2.19% 0.00%
10.59%

Color #BCDFE4 in popluar number systems.

HEX BC DF E4
Decimal 188 223 228
Binary 10111100 11011111 11100100
Octal 274 337 344

Shades and tints

Shades of #BCDFE4

#BCDFE4
(188,223,228)
#ABCBD0
(171,203,208)
#9AB7BC
(154,183,188)
#89A3A8
(137,163,168)
#788F94
(120,143,148)
#677B80
(103,123,128)
#56676C
(86,103,108)
#455358
(69,83,88)
#343F44
(52,63,68)
#232B30
(35,43,48)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #BCDFE4

#BCDFE4
(188,223,228)
#C2E1E6
(194,225,230)
#C8E3E8
(200,227,232)
#CEE5EA
(206,229,234)
#D4E7EC
(212,231,236)
#DAE9EE
(218,233,238)
#E0EBF0
(224,235,240)
#E6EDF2
(230,237,242)
#ECEFF4
(236,239,244)
#F2F1F6
(242,241,246)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDFE4; }

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

This text font color is #BCDFE4.

Background Color

.myBgColor { background-color: #BCDFE4; }

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

This div background color is #BCDFE4.

Border color

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

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

This div border color is #BCDFE4.

Opacity

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

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

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

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

This text has shadow with #BCDFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDFE4.

Preview

Color preview on black background

This text has color #BCDFE4 on black background.


Color preview on white background

This text has color #BCDFE4 on white background.


Black color preview on #BCDFE4 background

This text has black color on #BCDFE4 background.


White color preview on #BCDFE4 background

This text has white color on #BCDFE4 background.


Related colors

Complementary color

Complementary color for #hex is #43201B.


I love getcolorcode.com

Triadic colors

1 #E4BCDF and #DFE4BC with #BCDFE4 are triadic colors.

2 #E4DFBC and #DFBCE4 with #BCDFE4 are triadic colors.