COLOR #BCE2CE

HEX: #BCE2CE RGB: (188,226,206)

Color info

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

RGB color model

#BCE2CE color RGB value is (188,226,206).

RGB: (188,226,206) (74%, 89%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 226 of 255 = 89%
B 206 of 255 = 81%

188
226
206

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

Portions of RGB colors in percentages

R + G + B = 188 + 226 + 206 = 620 (100%)
R 188 of 620 ~ 30.32%
G 226 of 620 ~ 36.45%
B 206 of 620 ~ 33.23'%

%30.32
%36.45
%33.23

CMYK color model

#BCE2CE color CMYK value is (17,0,9,11).

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

CMYK: (17,0,9,11)
C17M0Y9K11 (17%, 0%, 9%, 11%)
(0.17 / 0.00 / 0.09 / 0.11)

CMYK percentages

%16.81
%0
%8.85
%11.37

Codes

Color #BCE2CE in popluar color models

BC E2 CE
RGB 188 226 206
HSL 148° 39.58% 81.18%
HSB/HSV 148° 16.81% 88.63%
CMYK 16.81% 0.00% 8.85%
11.37%

Color #BCE2CE in popluar number systems.

HEX BC E2 CE
Decimal 188 226 206
Binary 10111100 11100010 11001110
Octal 274 342 316

Shades and tints

Shades of #BCE2CE

#BCE2CE
(188,226,206)
#ABCEBC
(171,206,188)
#9ABAAA
(154,186,170)
#89A698
(137,166,152)
#789286
(120,146,134)
#677E74
(103,126,116)
#566A62
(86,106,98)
#455650
(69,86,80)
#34423E
(52,66,62)
#232E2C
(35,46,44)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #BCE2CE

#BCE2CE
(188,226,206)
#C2E4D2
(194,228,210)
#C8E6D6
(200,230,214)
#CEE8DA
(206,232,218)
#D4EADE
(212,234,222)
#DAECE2
(218,236,226)
#E0EEE6
(224,238,230)
#E6F0EA
(230,240,234)
#ECF2EE
(236,242,238)
#F2F4F2
(242,244,242)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE2CE; }

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

This text font color is #BCE2CE.

Background Color

.myBgColor { background-color: #BCE2CE; }

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

This div background color is #BCE2CE.

Border color

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

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

This div border color is #BCE2CE.

Opacity

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

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

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

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

This text has shadow with #BCE2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE2CE.

Preview

Color preview on black background

This text has color #BCE2CE on black background.


Color preview on white background

This text has color #BCE2CE on white background.


Black color preview on #BCE2CE background

This text has black color on #BCE2CE background.


White color preview on #BCE2CE background

This text has white color on #BCE2CE background.


Related colors

Complementary color

Complementary color for #hex is #431D31.


I love getcolorcode.com

Triadic colors

1 #CEBCE2 and #E2CEBC with #BCE2CE are triadic colors.

2 #CEE2BC and #E2BCCE with #BCE2CE are triadic colors.