COLOR #BCE7DC

HEX: #BCE7DC RGB: (188,231,220)

Color info

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

RGB color model

#BCE7DC color RGB value is (188,231,220).

RGB: (188,231,220) (74%, 91%, 86%)

RGB channels and saturation

R 188 of 255 = 74%
G 231 of 255 = 91%
B 220 of 255 = 86%

188
231
220

R + G + B ~ 84%. #BCE7DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 231 + 220 = 639 (100%)
R 188 of 639 ~ 29.42%
G 231 of 639 ~ 36.15%
B 220 of 639 ~ 34.43'%

%29.42
%36.15
%34.43

CMYK color model

#BCE7DC color CMYK value is (19,0,5,9).

  • cyan value is 18.61%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%

CMYK: (19,0,5,9)
C19M0Y5K9 (19%, 0%, 5%, 9%)
(0.19 / 0.00 / 0.05 / 0.09)

CMYK percentages

%18.61
%0
%4.76
%9.41

Codes

Color #BCE7DC in popluar color models

BC E7 DC
RGB 188 231 220
HSL 165° 47.25% 82.16%
HSB/HSV 165° 18.61% 90.59%
CMYK 18.61% 0.00% 4.76%
9.41%

Color #BCE7DC in popluar number systems.

HEX BC E7 DC
Decimal 188 231 220
Binary 10111100 11100111 11011100
Octal 274 347 334

Shades and tints

Shades of #BCE7DC

#BCE7DC
(188,231,220)
#ABD2C8
(171,210,200)
#9ABDB4
(154,189,180)
#89A8A0
(137,168,160)
#78938C
(120,147,140)
#677E78
(103,126,120)
#566964
(86,105,100)
#455450
(69,84,80)
#343F3C
(52,63,60)
#232A28
(35,42,40)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #BCE7DC

#BCE7DC
(188,231,220)
#C2E9DF
(194,233,223)
#C8EBE2
(200,235,226)
#CEEDE5
(206,237,229)
#D4EFE8
(212,239,232)
#DAF1EB
(218,241,235)
#E0F3EE
(224,243,238)
#E6F5F1
(230,245,241)
#ECF7F4
(236,247,244)
#F2F9F7
(242,249,247)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE7DC; }

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

This text font color is #BCE7DC.

Background Color

.myBgColor { background-color: #BCE7DC; }

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

This div background color is #BCE7DC.

Border color

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

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

This div border color is #BCE7DC.

Opacity

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

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

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

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

This text has shadow with #BCE7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE7DC.

Preview

Color preview on black background

This text has color #BCE7DC on black background.


Color preview on white background

This text has color #BCE7DC on white background.


Black color preview on #BCE7DC background

This text has black color on #BCE7DC background.


White color preview on #BCE7DC background

This text has white color on #BCE7DC background.


Related colors

Complementary color

Complementary color for #hex is #431823.


I love getcolorcode.com

Triadic colors

1 #DCBCE7 and #E7DCBC with #BCE7DC are triadic colors.

2 #DCE7BC and #E7BCDC with #BCE7DC are triadic colors.