COLOR #BCDCDE

HEX: #BCDCDE RGB: (188,220,222)

Color info

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

RGB color model

#BCDCDE color RGB value is (188,220,222).

RGB: (188,220,222) (74%, 86%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 222 of 255 = 87%

188
220
222

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

Portions of RGB colors in percentages

R + G + B = 188 + 220 + 222 = 630 (100%)
R 188 of 630 ~ 29.84%
G 220 of 630 ~ 34.92%
B 222 of 630 ~ 35.24'%

%29.84
%34.92
%35.24

CMYK color model

#BCDCDE color CMYK value is (15,1,0,13).

  • cyan value is 15.32%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (15,1,0,13)
C15M1Y0K13 (15%, 1%, 0%, 13%)
(0.15 / 0.01 / 0.00 / 0.13)

CMYK percentages

%15.32
%0.9
%0
%12.94

Codes

Color #BCDCDE in popluar color models

BC DC DE
RGB 188 220 222
HSL 184° 34.00% 80.39%
HSB/HSV 184° 15.32% 87.06%
CMYK 15.32% 0.90% 0.00%
12.94%

Color #BCDCDE in popluar number systems.

HEX BC DC DE
Decimal 188 220 222
Binary 10111100 11011100 11011110
Octal 274 334 336

Shades and tints

Shades of #BCDCDE

#BCDCDE
(188,220,222)
#ABC8CA
(171,200,202)
#9AB4B6
(154,180,182)
#89A0A2
(137,160,162)
#788C8E
(120,140,142)
#67787A
(103,120,122)
#566466
(86,100,102)
#455052
(69,80,82)
#343C3E
(52,60,62)
#23282A
(35,40,42)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCDCDE

#BCDCDE
(188,220,222)
#C2DFE1
(194,223,225)
#C8E2E4
(200,226,228)
#CEE5E7
(206,229,231)
#D4E8EA
(212,232,234)
#DAEBED
(218,235,237)
#E0EEF0
(224,238,240)
#E6F1F3
(230,241,243)
#ECF4F6
(236,244,246)
#F2F7F9
(242,247,249)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDCDE; }

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

This text font color is #BCDCDE.

Background Color

.myBgColor { background-color: #BCDCDE; }

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

This div background color is #BCDCDE.

Border color

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

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

This div border color is #BCDCDE.

Opacity

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

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

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

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

This text has shadow with #BCDCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDCDE.

Preview

Color preview on black background

This text has color #BCDCDE on black background.


Color preview on white background

This text has color #BCDCDE on white background.


Black color preview on #BCDCDE background

This text has black color on #BCDCDE background.


White color preview on #BCDCDE background

This text has white color on #BCDCDE background.


Related colors

Complementary color

Complementary color for #hex is #432321.


I love getcolorcode.com

Triadic colors

1 #DEBCDC and #DCDEBC with #BCDCDE are triadic colors.

2 #DEDCBC and #DCBCDE with #BCDCDE are triadic colors.