COLOR #BCEDCD

HEX: #BCEDCD RGB: (188,237,205)

Color info

#BCEDCD contains red, green and blue colors in about the same proportion. Web safe color of #BCEDCD is #CCFFCC (or #CFC).

RGB color model

#BCEDCD color RGB value is (188,237,205).

RGB: (188,237,205) (74%, 93%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 237 of 255 = 93%
B 205 of 255 = 80%

188
237
205

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

Portions of RGB colors in percentages

R + G + B = 188 + 237 + 205 = 630 (100%)
R 188 of 630 ~ 29.84%
G 237 of 630 ~ 37.62%
B 205 of 630 ~ 32.54'%

%29.84
%37.62
%32.54

CMYK color model

#BCEDCD color CMYK value is (21,0,14,7).

  • cyan value is 20.68%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 7.06%

CMYK: (21,0,14,7)
C21M0Y14K7 (21%, 0%, 14%, 7%)
(0.21 / 0.00 / 0.14 / 0.07)

CMYK percentages

%20.68
%0
%13.5
%7.06

Codes

Color #BCEDCD in popluar color models

BC ED CD
RGB 188 237 205
HSL 141° 57.65% 83.33%
HSB/HSV 141° 20.68% 92.94%
CMYK 20.68% 0.00% 13.50%
7.06%

Color #BCEDCD in popluar number systems.

HEX BC ED CD
Decimal 188 237 205
Binary 10111100 11101101 11001101
Octal 274 355 315

Shades and tints

Shades of #BCEDCD

#BCEDCD
(188,237,205)
#ABD8BB
(171,216,187)
#9AC3A9
(154,195,169)
#89AE97
(137,174,151)
#789985
(120,153,133)
#678473
(103,132,115)
#566F61
(86,111,97)
#455A4F
(69,90,79)
#34453D
(52,69,61)
#23302B
(35,48,43)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #BCEDCD

#BCEDCD
(188,237,205)
#C2EED1
(194,238,209)
#C8EFD5
(200,239,213)
#CEF0D9
(206,240,217)
#D4F1DD
(212,241,221)
#DAF2E1
(218,242,225)
#E0F3E5
(224,243,229)
#E6F4E9
(230,244,233)
#ECF5ED
(236,245,237)
#F2F6F1
(242,246,241)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEDCD; }

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

This text font color is #BCEDCD.

Background Color

.myBgColor { background-color: #BCEDCD; }

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

This div background color is #BCEDCD.

Border color

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

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

This div border color is #BCEDCD.

Opacity

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

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

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

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

This text has shadow with #BCEDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEDCD.

Preview

Color preview on black background

This text has color #BCEDCD on black background.


Color preview on white background

This text has color #BCEDCD on white background.


Black color preview on #BCEDCD background

This text has black color on #BCEDCD background.


White color preview on #BCEDCD background

This text has white color on #BCEDCD background.


Related colors

Complementary color

Complementary color for #hex is #431232.


I love getcolorcode.com

Triadic colors

1 #CDBCED and #EDCDBC with #BCEDCD are triadic colors.

2 #CDEDBC and #EDBCCD with #BCEDCD are triadic colors.