COLOR #BCDDD7

HEX: #BCDDD7 RGB: (188,221,215)

Color info

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

RGB color model

#BCDDD7 color RGB value is (188,221,215).

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

RGB channels and saturation

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

188
221
215

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

Portions of RGB colors in percentages

R + G + B = 188 + 221 + 215 = 624 (100%)
R 188 of 624 ~ 30.13%
G 221 of 624 ~ 35.42%
B 215 of 624 ~ 34.46'%

%30.13
%35.42
%34.46

CMYK color model

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

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 2.71%
  • key color value is 13.33%
CMYK: (15,0,3,13) C15M0Y3K13 (15%,0%,3%,13%) (0.15/0.00/0.03/0.13) 

CMYK percentages

%14.93
%0
%2.71
%13.33

Codes

Color #BCDDD7 in popluar color models

BC DD D7
RGB 188 221 215
HSL 169° 32.67% 80.20%
HSB/HSV 169° 14.93% 86.67%
CMYK 14.93% 0.00% 2.71%
13.33%

Color #BCDDD7 in popluar number systems.

HEX BC DD D7
Decimal 188 221 215
Binary 10111100 11011101 11010111
Octal 274 335 327

Shades and tints

Shades of #BCDDD7

#BCDDD7
(188,221,215)
#ABC9C4
(171,201,196)
#9AB5B1
(154,181,177)
#89A19E
(137,161,158)
#788D8B
(120,141,139)
#677978
(103,121,120)
#566565
(86,101,101)
#455152
(69,81,82)
#343D3F
(52,61,63)
#23292C
(35,41,44)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #BCDDD7

#BCDDD7
(188,221,215)
#C2E0DA
(194,224,218)
#C8E3DD
(200,227,221)
#CEE6E0
(206,230,224)
#D4E9E3
(212,233,227)
#DAECE6
(218,236,230)
#E0EFE9
(224,239,233)
#E6F2EC
(230,242,236)
#ECF5EF
(236,245,239)
#F2F8F2
(242,248,242)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDDD7; }

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

This text font color is #BCDDD7.

Background Color

.myBgColor { background-color: #BCDDD7; }

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

This div background color is #BCDDD7.

Border color

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

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

This div border color is #BCDDD7.

Opacity

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

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

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

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

This text has shadow with #BCDDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDDD7.

Preview

Color preview on black background

This text has color #BCDDD7 on black background.


Color preview on white background

This text has color #BCDDD7 on white background.


Black color preview on #BCDDD7 background

This text has black color on #BCDDD7 background.


White color preview on #BCDDD7 background

This text has white color on #BCDDD7 background.


Related colors

Complementary color

Complementary color for #hex is #432228.


I love getcolorcode.com

Triadic colors

1 #D7BCDD and #DDD7BC with #BCDDD7 are triadic colors.

2 #D7DDBC and #DDBCD7 with #BCDDD7 are triadic colors.