COLOR #BCD4D7

HEX: #BCD4D7 RGB: (188,212,215)

Color info

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

RGB color model

#BCD4D7 color RGB value is (188,212,215).

RGB: (188,212,215) (74%, 83%, 84%)

RGB channels and saturation

R 188 of 255 = 74%
G 212 of 255 = 83%
B 215 of 255 = 84%

188
212
215

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

Portions of RGB colors in percentages

R + G + B = 188 + 212 + 215 = 615 (100%)
R 188 of 615 ~ 30.57%
G 212 of 615 ~ 34.47%
B 215 of 615 ~ 34.96'%

%30.57
%34.47
%34.96

CMYK color model

#BCD4D7 color CMYK value is (13,1,0,16).

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

CMYK: (13,1,0,16)
C13M1Y0K16 (13%, 1%, 0%, 16%)
(0.13 / 0.01 / 0.00 / 0.16)

CMYK percentages

%12.56
%1.4
%0
%15.69

Codes

Color #BCD4D7 in popluar color models

BC D4 D7
RGB 188 212 215
HSL 187° 25.23% 79.02%
HSB/HSV 187° 12.56% 84.31%
CMYK 12.56% 1.40% 0.00%
15.69%

Color #BCD4D7 in popluar number systems.

HEX BC D4 D7
Decimal 188 212 215
Binary 10111100 11010100 11010111
Octal 274 324 327

Shades and tints

Shades of #BCD4D7

#BCD4D7
(188,212,215)
#ABC1C4
(171,193,196)
#9AAEB1
(154,174,177)
#899B9E
(137,155,158)
#78888B
(120,136,139)
#677578
(103,117,120)
#566265
(86,98,101)
#454F52
(69,79,82)
#343C3F
(52,60,63)
#23292C
(35,41,44)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #BCD4D7

#BCD4D7
(188,212,215)
#C2D7DA
(194,215,218)
#C8DADD
(200,218,221)
#CEDDE0
(206,221,224)
#D4E0E3
(212,224,227)
#DAE3E6
(218,227,230)
#E0E6E9
(224,230,233)
#E6E9EC
(230,233,236)
#ECECEF
(236,236,239)
#F2EFF2
(242,239,242)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD4D7; }

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

This text font color is #BCD4D7.

Background Color

.myBgColor { background-color: #BCD4D7; }

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

This div background color is #BCD4D7.

Border color

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

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

This div border color is #BCD4D7.

Opacity

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

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

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

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

This text has shadow with #BCD4D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD4D7.

Preview

Color preview on black background

This text has color #BCD4D7 on black background.


Color preview on white background

This text has color #BCD4D7 on white background.


Black color preview on #BCD4D7 background

This text has black color on #BCD4D7 background.


White color preview on #BCD4D7 background

This text has white color on #BCD4D7 background.


Related colors

Complementary color

Complementary color for #hex is #432B28.


I love getcolorcode.com

Triadic colors

1 #D7BCD4 and #D4D7BC with #BCD4D7 are triadic colors.

2 #D7D4BC and #D4BCD7 with #BCD4D7 are triadic colors.