COLOR #BCDDD5

HEX: #BCDDD5
RGB: (188,221,213)

Color info

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

RGB color model

#BCDDD5 color RGB value is (188,221,213).

  • red value is 188;
  • green value is 221;
  • blue value is 213.
RGB:
(188,221,213)
(74%,87%,84%)

RGB channels and saturation

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

188
221
213

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

Portions of RGB colors in percentages

R + G + B =
188 + 221 + 213 = 622 (100%)
R 188 of 622 ~ 30.23%
G 221 of 622 ~ 35.53%
B 213 of 622 ~ 34.24%

%30.23
%35.53
%34.24

CMYK color model

#BCDDD5 color CMYK value is (15,0,4,13).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 3.62%
  • key color value is 13.33%
CMYK:
(15,0,4,13)
C15M0Y4K13 
(15%,0%,4%,13%)
(0.15/0.00/0.04/0.13)	

CMYK percentages

%14.93
%0
%3.62
%13.33

Codes

Color #BCDDD5 in popluar color models

BCDDD5
RGB188221213
HSL165°32.67%80.20%
HSB/HSV165°14.93%86.67%
CMYK14.93%0.00%3.62%
13.33%

Color #BCDDD5 in popluar number systems.

HEXBCDDD5
Decimal188221213
Binary101111001101110111010101
Octal274335325

Shades and tints

Shades of #BCDDD5

#BCDDD5
(188,221,213)
#ABC9C2
(171,201,194)
#9AB5AF
(154,181,175)
#89A19C
(137,161,156)
#788D89
(120,141,137)
#677976
(103,121,118)
#566563
(86,101,99)
#455150
(69,81,80)
#343D3D
(52,61,61)
#23292A
(35,41,42)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCDDD5

#BCDDD5
(188,221,213)
#C2E0D8
(194,224,216)
#C8E3DB
(200,227,219)
#CEE6DE
(206,230,222)
#D4E9E1
(212,233,225)
#DAECE4
(218,236,228)
#E0EFE7
(224,239,231)
#E6F2EA
(230,242,234)
#ECF5ED
(236,245,237)
#F2F8F0
(242,248,240)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDDD5; }

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

This text font color is #BCDDD5.


Background Color

.myBgColor { background-color: #BCDDD5; }

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

This div background color is #BCDDD5.


Border color

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

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

This div border color is #BCDDD5.


Opacity

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

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

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

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

This text has shadow with #BCDDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDDD5 on black background.


Color preview on white background

This text has color #BCDDD5 on white background.



Black color preview on #BCDDD5 background

This text has black color on #BCDDD5 background.


White color preview on #BCDDD5 background

This text has white color on #BCDDD5 background.