COLOR #BCE2DE

HEX: #BCE2DE RGB: (188,226,222)

Color info

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

RGB color model

#BCE2DE color RGB value is (188,226,222).

RGB: (188,226,222) (74%, 89%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 226 of 255 = 89%
B 222 of 255 = 87%

188
226
222

R + G + B ~ 83%. #BCE2DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 226 + 222 = 636 (100%)
R 188 of 636 ~ 29.56%
G 226 of 636 ~ 35.53%
B 222 of 636 ~ 34.91'%

%29.56
%35.53
%34.91

CMYK color model

#BCE2DE color CMYK value is (17,0,2,11).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 11.37%

CMYK: (17,0,2,11)
C17M0Y2K11 (17%, 0%, 2%, 11%)
(0.17 / 0.00 / 0.02 / 0.11)

CMYK percentages

%16.81
%0
%1.77
%11.37

Codes

Color #BCE2DE in popluar color models

BC E2 DE
RGB 188 226 222
HSL 174° 39.58% 81.18%
HSB/HSV 174° 16.81% 88.63%
CMYK 16.81% 0.00% 1.77%
11.37%

Color #BCE2DE in popluar number systems.

HEX BC E2 DE
Decimal 188 226 222
Binary 10111100 11100010 11011110
Octal 274 342 336

Shades and tints

Shades of #BCE2DE

#BCE2DE
(188,226,222)
#ABCECA
(171,206,202)
#9ABAB6
(154,186,182)
#89A6A2
(137,166,162)
#78928E
(120,146,142)
#677E7A
(103,126,122)
#566A66
(86,106,102)
#455652
(69,86,82)
#34423E
(52,66,62)
#232E2A
(35,46,42)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #BCE2DE

#BCE2DE
(188,226,222)
#C2E4E1
(194,228,225)
#C8E6E4
(200,230,228)
#CEE8E7
(206,232,231)
#D4EAEA
(212,234,234)
#DAECED
(218,236,237)
#E0EEF0
(224,238,240)
#E6F0F3
(230,240,243)
#ECF2F6
(236,242,246)
#F2F4F9
(242,244,249)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE2DE color. Also use rgb(188,226,222) instead hex code.

Text Font Color

.myTextColor { color: #BCE2DE; }

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

This text font color is #BCE2DE.

Background Color

.myBgColor { background-color: #BCE2DE; }

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

This div background color is #BCE2DE.

Border color

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

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

This div border color is #BCE2DE.

Opacity

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

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

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

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

This text has shadow with #BCE2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE2DE.

Preview

Color preview on black background

This text has color #BCE2DE on black background.


Color preview on white background

This text has color #BCE2DE on white background.


Black color preview on #BCE2DE background

This text has black color on #BCE2DE background.


White color preview on #BCE2DE background

This text has white color on #BCE2DE background.


Related colors

Complementary color

Complementary color for #hex is #431D21.


I love getcolorcode.com

Triadic colors

1 #DEBCE2 and #E2DEBC with #BCE2DE are triadic colors.

2 #DEE2BC and #E2BCDE with #BCE2DE are triadic colors.