COLOR #BCDCD1

HEX: #BCDCD1 RGB: (188,220,209)

Color info

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

RGB color model

#BCDCD1 color RGB value is (188,220,209).

RGB: (188,220,209) (74%, 86%, 82%)

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 209 of 255 = 82%

188
220
209

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

Portions of RGB colors in percentages

R + G + B = 188 + 220 + 209 = 617 (100%)
R 188 of 617 ~ 30.47%
G 220 of 617 ~ 35.66%
B 209 of 617 ~ 33.87'%

%30.47
%35.66
%33.87

CMYK color model

#BCDCD1 color CMYK value is (15,0,5,14).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 13.73%
CMYK: (15,0,5,14) C15M0Y5K14 (15%,0%,5%,14%) (0.15/0.00/0.05/0.14) 

CMYK percentages

%14.55
%0
%5
%13.73

Codes

Color #BCDCD1 in popluar color models

BC DC D1
RGB 188 220 209
HSL 159° 31.37% 80.00%
HSB/HSV 159° 14.55% 86.27%
CMYK 14.55% 0.00% 5.00%
13.73%

Color #BCDCD1 in popluar number systems.

HEX BC DC D1
Decimal 188 220 209
Binary 10111100 11011100 11010001
Octal 274 334 321

Shades and tints

Shades of #BCDCD1

#BCDCD1
(188,220,209)
#ABC8BE
(171,200,190)
#9AB4AB
(154,180,171)
#89A098
(137,160,152)
#788C85
(120,140,133)
#677872
(103,120,114)
#56645F
(86,100,95)
#45504C
(69,80,76)
#343C39
(52,60,57)
#232826
(35,40,38)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BCDCD1

#BCDCD1
(188,220,209)
#C2DFD5
(194,223,213)
#C8E2D9
(200,226,217)
#CEE5DD
(206,229,221)
#D4E8E1
(212,232,225)
#DAEBE5
(218,235,229)
#E0EEE9
(224,238,233)
#E6F1ED
(230,241,237)
#ECF4F1
(236,244,241)
#F2F7F5
(242,247,245)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDCD1; }

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

This text font color is #BCDCD1.

Background Color

.myBgColor { background-color: #BCDCD1; }

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

This div background color is #BCDCD1.

Border color

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

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

This div border color is #BCDCD1.

Opacity

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

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

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

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

This text has shadow with #BCDCD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDCD1.

Preview

Color preview on black background

This text has color #BCDCD1 on black background.


Color preview on white background

This text has color #BCDCD1 on white background.


Black color preview on #BCDCD1 background

This text has black color on #BCDCD1 background.


White color preview on #BCDCD1 background

This text has white color on #BCDCD1 background.


Related colors

Complementary color

Complementary color for #hex is #43232E.


I love getcolorcode.com

Triadic colors

1 #D1BCDC and #DCD1BC with #BCDCD1 are triadic colors.

2 #D1DCBC and #DCBCD1 with #BCDCD1 are triadic colors.