COLOR #BCD6DD

HEX: #BCD6DD RGB: (188,214,221)

Color info

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

RGB color model

#BCD6DD color RGB value is (188,214,221).

RGB: (188,214,221) (74%, 84%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 214 of 255 = 84%
B 221 of 255 = 87%

188
214
221

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

Portions of RGB colors in percentages

R + G + B = 188 + 214 + 221 = 623 (100%)
R 188 of 623 ~ 30.18%
G 214 of 623 ~ 34.35%
B 221 of 623 ~ 35.47'%

%30.18
%34.35
%35.47

CMYK color model

#BCD6DD color CMYK value is (15,3,0,13).

  • cyan value is 14.93%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (15,3,0,13)
C15M3Y0K13 (15%, 3%, 0%, 13%)
(0.15 / 0.03 / 0.00 / 0.13)

CMYK percentages

%14.93
%3.17
%0
%13.33

Codes

Color #BCD6DD in popluar color models

BC D6 DD
RGB 188 214 221
HSL 193° 32.67% 80.20%
HSB/HSV 193° 14.93% 86.67%
CMYK 14.93% 3.17% 0.00%
13.33%

Color #BCD6DD in popluar number systems.

HEX BC D6 DD
Decimal 188 214 221
Binary 10111100 11010110 11011101
Octal 274 326 335

Shades and tints

Shades of #BCD6DD

#BCD6DD
(188,214,221)
#ABC3C9
(171,195,201)
#9AB0B5
(154,176,181)
#899DA1
(137,157,161)
#788A8D
(120,138,141)
#677779
(103,119,121)
#566465
(86,100,101)
#455151
(69,81,81)
#343E3D
(52,62,61)
#232B29
(35,43,41)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #BCD6DD

#BCD6DD
(188,214,221)
#C2D9E0
(194,217,224)
#C8DCE3
(200,220,227)
#CEDFE6
(206,223,230)
#D4E2E9
(212,226,233)
#DAE5EC
(218,229,236)
#E0E8EF
(224,232,239)
#E6EBF2
(230,235,242)
#ECEEF5
(236,238,245)
#F2F1F8
(242,241,248)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD6DD color. Also use rgb(188,214,221) instead hex code.

Text Font Color

.myTextColor { color: #BCD6DD; }

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

This text font color is #BCD6DD.

Background Color

.myBgColor { background-color: #BCD6DD; }

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

This div background color is #BCD6DD.

Border color

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

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

This div border color is #BCD6DD.

Opacity

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

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

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

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

This text has shadow with #BCD6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD6DD.

Preview

Color preview on black background

This text has color #BCD6DD on black background.


Color preview on white background

This text has color #BCD6DD on white background.


Black color preview on #BCD6DD background

This text has black color on #BCD6DD background.


White color preview on #BCD6DD background

This text has white color on #BCD6DD background.


Related colors

Complementary color

Complementary color for #hex is #432922.


I love getcolorcode.com

Triadic colors

1 #DDBCD6 and #D6DDBC with #BCD6DD are triadic colors.

2 #DDD6BC and #D6BCDD with #BCD6DD are triadic colors.