COLOR #BCE2EE

HEX: #BCE2EE RGB: (188,226,238)

Color info

#BCE2EE contains red, green and blue colors in about the same proportion. Web safe color of #BCE2EE is #CCCCFF (or #CCF).

RGB color model

#BCE2EE color RGB value is (188,226,238).

RGB: (188,226,238) (74%, 89%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 226 of 255 = 89%
B 238 of 255 = 93%

188
226
238

R + G + B ~ 85%. #BCE2EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 226 + 238 = 652 (100%)
R 188 of 652 ~ 28.83%
G 226 of 652 ~ 34.66%
B 238 of 652 ~ 36.5'%

%28.83
%34.66
%36.5

CMYK color model

#BCE2EE color CMYK value is (21,5,0,7).

  • cyan value is 21.01%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (21,5,0,7)
C21M5Y0K7 (21%, 5%, 0%, 7%)
(0.21 / 0.05 / 0.00 / 0.07)

CMYK percentages

%21.01
%5.04
%0
%6.67

Codes

Color #BCE2EE in popluar color models

BC E2 EE
RGB 188 226 238
HSL 194° 59.52% 83.53%
HSB/HSV 194° 21.01% 93.33%
CMYK 21.01% 5.04% 0.00%
6.67%

Color #BCE2EE in popluar number systems.

HEX BC E2 EE
Decimal 188 226 238
Binary 10111100 11100010 11101110
Octal 274 342 356

Shades and tints

Shades of #BCE2EE

#BCE2EE
(188,226,238)
#ABCED9
(171,206,217)
#9ABAC4
(154,186,196)
#89A6AF
(137,166,175)
#78929A
(120,146,154)
#677E85
(103,126,133)
#566A70
(86,106,112)
#45565B
(69,86,91)
#344246
(52,66,70)
#232E31
(35,46,49)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #BCE2EE

#BCE2EE
(188,226,238)
#C2E4EF
(194,228,239)
#C8E6F0
(200,230,240)
#CEE8F1
(206,232,241)
#D4EAF2
(212,234,242)
#DAECF3
(218,236,243)
#E0EEF4
(224,238,244)
#E6F0F5
(230,240,245)
#ECF2F6
(236,242,246)
#F2F4F7
(242,244,247)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE2EE; }

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

This text font color is #BCE2EE.

Background Color

.myBgColor { background-color: #BCE2EE; }

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

This div background color is #BCE2EE.

Border color

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

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

This div border color is #BCE2EE.

Opacity

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

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

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

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

This text has shadow with #BCE2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE2EE.

Preview

Color preview on black background

This text has color #BCE2EE on black background.


Color preview on white background

This text has color #BCE2EE on white background.


Black color preview on #BCE2EE background

This text has black color on #BCE2EE background.


White color preview on #BCE2EE background

This text has white color on #BCE2EE background.


Related colors

Complementary color

Complementary color for #hex is #431D11.


I love getcolorcode.com

Triadic colors

1 #EEBCE2 and #E2EEBC with #BCE2EE are triadic colors.

2 #EEE2BC and #E2BCEE with #BCE2EE are triadic colors.