COLOR #BCE6CD

HEX: #BCE6CD RGB: (188,230,205)

Color info

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

RGB color model

#BCE6CD color RGB value is (188,230,205).

RGB: (188,230,205) (74%, 90%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 230 of 255 = 90%
B 205 of 255 = 80%

188
230
205

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

Portions of RGB colors in percentages

R + G + B = 188 + 230 + 205 = 623 (100%)
R 188 of 623 ~ 30.18%
G 230 of 623 ~ 36.92%
B 205 of 623 ~ 32.91'%

%30.18
%36.92
%32.91

CMYK color model

#BCE6CD color CMYK value is (18,0,11,10).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 9.80%

CMYK: (18,0,11,10)
C18M0Y11K10 (18%, 0%, 11%, 10%)
(0.18 / 0.00 / 0.11 / 0.10)

CMYK percentages

%18.26
%0
%10.87
%9.8

Codes

Color #BCE6CD in popluar color models

BC E6 CD
RGB 188 230 205
HSL 144° 45.65% 81.96%
HSB/HSV 144° 18.26% 90.20%
CMYK 18.26% 0.00% 10.87%
9.80%

Color #BCE6CD in popluar number systems.

HEX BC E6 CD
Decimal 188 230 205
Binary 10111100 11100110 11001101
Octal 274 346 315

Shades and tints

Shades of #BCE6CD

#BCE6CD
(188,230,205)
#ABD2BB
(171,210,187)
#9ABEA9
(154,190,169)
#89AA97
(137,170,151)
#789685
(120,150,133)
#678273
(103,130,115)
#566E61
(86,110,97)
#455A4F
(69,90,79)
#34463D
(52,70,61)
#23322B
(35,50,43)
#121E19
(18,30,25)
#000000
(0,0,0)

Tints of #BCE6CD

#BCE6CD
(188,230,205)
#C2E8D1
(194,232,209)
#C8EAD5
(200,234,213)
#CEECD9
(206,236,217)
#D4EEDD
(212,238,221)
#DAF0E1
(218,240,225)
#E0F2E5
(224,242,229)
#E6F4E9
(230,244,233)
#ECF6ED
(236,246,237)
#F2F8F1
(242,248,241)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE6CD; }

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

This text font color is #BCE6CD.

Background Color

.myBgColor { background-color: #BCE6CD; }

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

This div background color is #BCE6CD.

Border color

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

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

This div border color is #BCE6CD.

Opacity

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

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

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

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

This text has shadow with #BCE6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE6CD.

Preview

Color preview on black background

This text has color #BCE6CD on black background.


Color preview on white background

This text has color #BCE6CD on white background.


Black color preview on #BCE6CD background

This text has black color on #BCE6CD background.


White color preview on #BCE6CD background

This text has white color on #BCE6CD background.


Related colors

Complementary color

Complementary color for #hex is #431932.


I love getcolorcode.com

Triadic colors

1 #CDBCE6 and #E6CDBC with #BCE6CD are triadic colors.

2 #CDE6BC and #E6BCCD with #BCE6CD are triadic colors.