COLOR #BCD7D2

HEX: #BCD7D2 RGB: (188,215,210)

Color info

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

RGB color model

#BCD7D2 color RGB value is (188,215,210).

RGB: (188,215,210) (74%, 84%, 82%)

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 210 of 255 = 82%

188
215
210

R + G + B ~ 80%. #BCD7D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 215 + 210 = 613 (100%)
R 188 of 613 ~ 30.67%
G 215 of 613 ~ 35.07%
B 210 of 613 ~ 34.26'%

%30.67
%35.07
%34.26

CMYK color model

#BCD7D2 color CMYK value is (13,0,2,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 2.33%
  • key color value is 15.69%

CMYK: (13,0,2,16)
C13M0Y2K16 (13%, 0%, 2%, 16%)
(0.13 / 0.00 / 0.02 / 0.16)

CMYK percentages

%12.56
%0
%2.33
%15.69

Codes

Color #BCD7D2 in popluar color models

BC D7 D2
RGB 188 215 210
HSL 169° 25.23% 79.02%
HSB/HSV 169° 12.56% 84.31%
CMYK 12.56% 0.00% 2.33%
15.69%

Color #BCD7D2 in popluar number systems.

HEX BC D7 D2
Decimal 188 215 210
Binary 10111100 11010111 11010010
Octal 274 327 322

Shades and tints

Shades of #BCD7D2

#BCD7D2
(188,215,210)
#ABC4BF
(171,196,191)
#9AB1AC
(154,177,172)
#899E99
(137,158,153)
#788B86
(120,139,134)
#677873
(103,120,115)
#566560
(86,101,96)
#45524D
(69,82,77)
#343F3A
(52,63,58)
#232C27
(35,44,39)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #BCD7D2

#BCD7D2
(188,215,210)
#C2DAD6
(194,218,214)
#C8DDDA
(200,221,218)
#CEE0DE
(206,224,222)
#D4E3E2
(212,227,226)
#DAE6E6
(218,230,230)
#E0E9EA
(224,233,234)
#E6ECEE
(230,236,238)
#ECEFF2
(236,239,242)
#F2F2F6
(242,242,246)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD7D2 color. Also use rgb(188,215,210) instead hex code.

Text Font Color

.myTextColor { color: #BCD7D2; }

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

This text font color is #BCD7D2.

Background Color

.myBgColor { background-color: #BCD7D2; }

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

This div background color is #BCD7D2.

Border color

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

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

This div border color is #BCD7D2.

Opacity

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

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

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

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

This text has shadow with #BCD7D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD7D2.

Preview

Color preview on black background

This text has color #BCD7D2 on black background.


Color preview on white background

This text has color #BCD7D2 on white background.


Black color preview on #BCD7D2 background

This text has black color on #BCD7D2 background.


White color preview on #BCD7D2 background

This text has white color on #BCD7D2 background.


Related colors

Complementary color

Complementary color for #hex is #43282D.


I love getcolorcode.com

Triadic colors

1 #D2BCD7 and #D7D2BC with #BCD7D2 are triadic colors.

2 #D2D7BC and #D7BCD2 with #BCD7D2 are triadic colors.