COLOR #BCD6D9

HEX: #BCD6D9 RGB: (188,214,217)

Color info

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

RGB color model

#BCD6D9 color RGB value is (188,214,217).

RGB: (188,214,217) (74%, 84%, 85%)

RGB channels and saturation

R 188 of 255 = 74%
G 214 of 255 = 84%
B 217 of 255 = 85%

188
214
217

R + G + B ~ 81%. #BCD6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 214 + 217 = 619 (100%)
R 188 of 619 ~ 30.37%
G 214 of 619 ~ 34.57%
B 217 of 619 ~ 35.06'%

%30.37
%34.57
%35.06

CMYK color model

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

  • cyan value is 13.36%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.90%

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

CMYK percentages

%13.36
%1.38
%0
%14.9

Codes

Color #BCD6D9 in popluar color models

BC D6 D9
RGB 188 214 217
HSL 186° 27.62% 79.41%
HSB/HSV 186° 13.36% 85.10%
CMYK 13.36% 1.38% 0.00%
14.90%

Color #BCD6D9 in popluar number systems.

HEX BC D6 D9
Decimal 188 214 217
Binary 10111100 11010110 11011001
Octal 274 326 331

Shades and tints

Shades of #BCD6D9

#BCD6D9
(188,214,217)
#ABC3C6
(171,195,198)
#9AB0B3
(154,176,179)
#899DA0
(137,157,160)
#788A8D
(120,138,141)
#67777A
(103,119,122)
#566467
(86,100,103)
#455154
(69,81,84)
#343E41
(52,62,65)
#232B2E
(35,43,46)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #BCD6D9

#BCD6D9
(188,214,217)
#C2D9DC
(194,217,220)
#C8DCDF
(200,220,223)
#CEDFE2
(206,223,226)
#D4E2E5
(212,226,229)
#DAE5E8
(218,229,232)
#E0E8EB
(224,232,235)
#E6EBEE
(230,235,238)
#ECEEF1
(236,238,241)
#F2F1F4
(242,241,244)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD6D9; }

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

This text font color is #BCD6D9.

Background Color

.myBgColor { background-color: #BCD6D9; }

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

This div background color is #BCD6D9.

Border color

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

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

This div border color is #BCD6D9.

Opacity

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

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

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

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

This text has shadow with #BCD6D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD6D9.

Preview

Color preview on black background

This text has color #BCD6D9 on black background.


Color preview on white background

This text has color #BCD6D9 on white background.


Black color preview on #BCD6D9 background

This text has black color on #BCD6D9 background.


White color preview on #BCD6D9 background

This text has white color on #BCD6D9 background.


Related colors

Complementary color

Complementary color for #hex is #432926.


I love getcolorcode.com

Triadic colors

1 #D9BCD6 and #D6D9BC with #BCD6D9 are triadic colors.

2 #D9D6BC and #D6BCD9 with #BCD6D9 are triadic colors.