COLOR #BCE1CD

HEX: #BCE1CD RGB: (188,225,205)

Color info

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

RGB color model

#BCE1CD color RGB value is (188,225,205).

RGB: (188,225,205) (74%, 88%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 225 of 255 = 88%
B 205 of 255 = 80%

188
225
205

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

Portions of RGB colors in percentages

R + G + B = 188 + 225 + 205 = 618 (100%)
R 188 of 618 ~ 30.42%
G 225 of 618 ~ 36.41%
B 205 of 618 ~ 33.17'%

%30.42
%36.41
%33.17

CMYK color model

#BCE1CD color CMYK value is (16,0,9,12).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK: (16,0,9,12) C16M0Y9K12 (16%,0%,9%,12%) (0.16/0.00/0.09/0.12) 

CMYK percentages

%16.44
%0
%8.89
%11.76

Codes

Color #BCE1CD in popluar color models

BC E1 CD
RGB 188 225 205
HSL 148° 38.14% 80.98%
HSB/HSV 148° 16.44% 88.24%
CMYK 16.44% 0.00% 8.89%
11.76%

Color #BCE1CD in popluar number systems.

HEX BC E1 CD
Decimal 188 225 205
Binary 10111100 11100001 11001101
Octal 274 341 315

Shades and tints

Shades of #BCE1CD

#BCE1CD
(188,225,205)
#ABCDBB
(171,205,187)
#9AB9A9
(154,185,169)
#89A597
(137,165,151)
#789185
(120,145,133)
#677D73
(103,125,115)
#566961
(86,105,97)
#45554F
(69,85,79)
#34413D
(52,65,61)
#232D2B
(35,45,43)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #BCE1CD

#BCE1CD
(188,225,205)
#C2E3D1
(194,227,209)
#C8E5D5
(200,229,213)
#CEE7D9
(206,231,217)
#D4E9DD
(212,233,221)
#DAEBE1
(218,235,225)
#E0EDE5
(224,237,229)
#E6EFE9
(230,239,233)
#ECF1ED
(236,241,237)
#F2F3F1
(242,243,241)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE1CD; }

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

This text font color is #BCE1CD.

Background Color

.myBgColor { background-color: #BCE1CD; }

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

This div background color is #BCE1CD.

Border color

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

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

This div border color is #BCE1CD.

Opacity

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

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

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

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

This text has shadow with #BCE1CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE1CD.

Preview

Color preview on black background

This text has color #BCE1CD on black background.


Color preview on white background

This text has color #BCE1CD on white background.


Black color preview on #BCE1CD background

This text has black color on #BCE1CD background.


White color preview on #BCE1CD background

This text has white color on #BCE1CD background.


Related colors

Complementary color

Complementary color for #hex is #431E32.


I love getcolorcode.com

Triadic colors

1 #CDBCE1 and #E1CDBC with #BCE1CD are triadic colors.

2 #CDE1BC and #E1BCCD with #BCE1CD are triadic colors.