COLOR #BCD5CD

HEX: #BCD5CD RGB: (188,213,205)

Color info

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

RGB color model

#BCD5CD color RGB value is (188,213,205).

RGB: (188,213,205) (74%, 84%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 213 of 255 = 84%
B 205 of 255 = 80%

188
213
205

R + G + B ~ 79%. #BCD5CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 213 + 205 = 606 (100%)
R 188 of 606 ~ 31.02%
G 213 of 606 ~ 35.15%
B 205 of 606 ~ 33.83'%

%31.02
%35.15
%33.83

CMYK color model

#BCD5CD color CMYK value is (12,0,4,16).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 16.47%

CMYK: (12,0,4,16)
C12M0Y4K16 (12%, 0%, 4%, 16%)
(0.12 / 0.00 / 0.04 / 0.16)

CMYK percentages

%11.74
%0
%3.76
%16.47

Codes

Color #BCD5CD in popluar color models

BC D5 CD
RGB 188 213 205
HSL 161° 22.94% 78.63%
HSB/HSV 161° 11.74% 83.53%
CMYK 11.74% 0.00% 3.76%
16.47%

Color #BCD5CD in popluar number systems.

HEX BC D5 CD
Decimal 188 213 205
Binary 10111100 11010101 11001101
Octal 274 325 315

Shades and tints

Shades of #BCD5CD

#BCD5CD
(188,213,205)
#ABC2BB
(171,194,187)
#9AAFA9
(154,175,169)
#899C97
(137,156,151)
#788985
(120,137,133)
#677673
(103,118,115)
#566361
(86,99,97)
#45504F
(69,80,79)
#343D3D
(52,61,61)
#232A2B
(35,42,43)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #BCD5CD

#BCD5CD
(188,213,205)
#C2D8D1
(194,216,209)
#C8DBD5
(200,219,213)
#CEDED9
(206,222,217)
#D4E1DD
(212,225,221)
#DAE4E1
(218,228,225)
#E0E7E5
(224,231,229)
#E6EAE9
(230,234,233)
#ECEDED
(236,237,237)
#F2F0F1
(242,240,241)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD5CD; }

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

This text font color is #BCD5CD.

Background Color

.myBgColor { background-color: #BCD5CD; }

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

This div background color is #BCD5CD.

Border color

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

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

This div border color is #BCD5CD.

Opacity

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

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

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

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

This text has shadow with #BCD5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD5CD.

Preview

Color preview on black background

This text has color #BCD5CD on black background.


Color preview on white background

This text has color #BCD5CD on white background.


Black color preview on #BCD5CD background

This text has black color on #BCD5CD background.


White color preview on #BCD5CD background

This text has white color on #BCD5CD background.


Related colors

Complementary color

Complementary color for #hex is #432A32.


I love getcolorcode.com

Triadic colors

1 #CDBCD5 and #D5CDBC with #BCD5CD are triadic colors.

2 #CDD5BC and #D5BCCD with #BCD5CD are triadic colors.