COLOR #BCE3EE

HEX: #BCE3EE RGB: (188,227,238)

Color info

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

RGB color model

#BCE3EE color RGB value is (188,227,238).

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

RGB channels and saturation

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

188
227
238

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

Portions of RGB colors in percentages

R + G + B = 188 + 227 + 238 = 653 (100%)
R 188 of 653 ~ 28.79%
G 227 of 653 ~ 34.76%
B 238 of 653 ~ 36.45'%

%28.79
%34.76
%36.45

CMYK color model

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

  • cyan value is 21.01%
  • magenta value is 4.62%
  • 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
%4.62
%0
%6.67

Codes

Color #BCE3EE in popluar color models

BC E3 EE
RGB 188 227 238
HSL 193° 59.52% 83.53%
HSB/HSV 193° 21.01% 93.33%
CMYK 21.01% 4.62% 0.00%
6.67%

Color #BCE3EE in popluar number systems.

HEX BC E3 EE
Decimal 188 227 238
Binary 10111100 11100011 11101110
Octal 274 343 356

Shades and tints

Shades of #BCE3EE

#BCE3EE
(188,227,238)
#ABCFD9
(171,207,217)
#9ABBC4
(154,187,196)
#89A7AF
(137,167,175)
#78939A
(120,147,154)
#677F85
(103,127,133)
#566B70
(86,107,112)
#45575B
(69,87,91)
#344346
(52,67,70)
#232F31
(35,47,49)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #BCE3EE

#BCE3EE
(188,227,238)
#C2E5EF
(194,229,239)
#C8E7F0
(200,231,240)
#CEE9F1
(206,233,241)
#D4EBF2
(212,235,242)
#DAEDF3
(218,237,243)
#E0EFF4
(224,239,244)
#E6F1F5
(230,241,245)
#ECF3F6
(236,243,246)
#F2F5F7
(242,245,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE3EE; }

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

This text font color is #BCE3EE.

Background Color

.myBgColor { background-color: #BCE3EE; }

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

This div background color is #BCE3EE.

Border color

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

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

This div border color is #BCE3EE.

Opacity

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

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

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

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

This text has shadow with #BCE3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE3EE.

Preview

Color preview on black background

This text has color #BCE3EE on black background.


Color preview on white background

This text has color #BCE3EE on white background.


Black color preview on #BCE3EE background

This text has black color on #BCE3EE background.


White color preview on #BCE3EE background

This text has white color on #BCE3EE background.


Related colors

Complementary color

Complementary color for #hex is #431C11.


I love getcolorcode.com

Triadic colors

1 #EEBCE3 and #E3EEBC with #BCE3EE are triadic colors.

2 #EEE3BC and #E3BCEE with #BCE3EE are triadic colors.