COLOR #BCDCD5

HEX: #BCDCD5
RGB: (188,220,213)

Color info

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

RGB color model

#BCDCD5 color RGB value is (188,220,213).

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

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 213 of 255 = 84%

188
220
213

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

Portions of RGB colors in percentages

R + G + B =
188 + 220 + 213 = 621 (100%)
R 188 of 621 ~ 30.27%
G 220 of 621 ~ 35.43%
B 213 of 621 ~ 34.3%

%30.27
%35.43
%34.3

CMYK color model

#BCDCD5 color CMYK value is (15,0,3,14).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 3.18%
  • key color value is 13.73%
CMYK:
(15,0,3,14)
C15M0Y3K14 
(15%,0%,3%,14%)
(0.15/0.00/0.03/0.14)	

CMYK percentages

%14.55
%0
%3.18
%13.73

Codes

Color #BCDCD5 in popluar color models

BCDCD5
RGB188220213
HSL167°31.37%80.00%
HSB/HSV167°14.55%86.27%
CMYK14.55%0.00%3.18%
13.73%

Color #BCDCD5 in popluar number systems.

HEXBCDCD5
Decimal188220213
Binary101111001101110011010101
Octal274334325

Shades and tints

Shades of #BCDCD5

#BCDCD5
(188,220,213)
#ABC8C2
(171,200,194)
#9AB4AF
(154,180,175)
#89A09C
(137,160,156)
#788C89
(120,140,137)
#677876
(103,120,118)
#566463
(86,100,99)
#455050
(69,80,80)
#343C3D
(52,60,61)
#23282A
(35,40,42)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCDCD5

#BCDCD5
(188,220,213)
#C2DFD8
(194,223,216)
#C8E2DB
(200,226,219)
#CEE5DE
(206,229,222)
#D4E8E1
(212,232,225)
#DAEBE4
(218,235,228)
#E0EEE7
(224,238,231)
#E6F1EA
(230,241,234)
#ECF4ED
(236,244,237)
#F2F7F0
(242,247,240)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDCD5; }

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

This text font color is #BCDCD5.


Background Color

.myBgColor { background-color: #BCDCD5; }

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

This div background color is #BCDCD5.


Border color

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

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

This div border color is #BCDCD5.


Opacity

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

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

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

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

This text has shadow with #BCDCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDCD5 on black background.


Color preview on white background

This text has color #BCDCD5 on white background.



Black color preview on #BCDCD5 background

This text has black color on #BCDCD5 background.


White color preview on #BCDCD5 background

This text has white color on #BCDCD5 background.