COLOR #BCE4ED

HEX: #BCE4ED RGB: (188,228,237)

Color info

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

RGB color model

#BCE4ED color RGB value is (188,228,237).

RGB: (188,228,237) (74%, 89%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 228 of 255 = 89%
B 237 of 255 = 93%

188
228
237

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

Portions of RGB colors in percentages

R + G + B = 188 + 228 + 237 = 653 (100%)
R 188 of 653 ~ 28.79%
G 228 of 653 ~ 34.92%
B 237 of 653 ~ 36.29'%

%28.79
%34.92
%36.29

CMYK color model

#BCE4ED color CMYK value is (21,4,0,7).

  • cyan value is 20.68%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (21,4,0,7) C21M4Y0K7 (21%,4%,0%,7%) (0.21/0.04/0.00/0.07) 

CMYK percentages

%20.68
%3.8
%0
%7.06

Codes

Color #BCE4ED in popluar color models

BC E4 ED
RGB 188 228 237
HSL 191° 57.65% 83.33%
HSB/HSV 191° 20.68% 92.94%
CMYK 20.68% 3.80% 0.00%
7.06%

Color #BCE4ED in popluar number systems.

HEX BC E4 ED
Decimal 188 228 237
Binary 10111100 11100100 11101101
Octal 274 344 355

Shades and tints

Shades of #BCE4ED

#BCE4ED
(188,228,237)
#ABD0D8
(171,208,216)
#9ABCC3
(154,188,195)
#89A8AE
(137,168,174)
#789499
(120,148,153)
#678084
(103,128,132)
#566C6F
(86,108,111)
#45585A
(69,88,90)
#344445
(52,68,69)
#233030
(35,48,48)
#121C1B
(18,28,27)
#000000
(0,0,0)

Tints of #BCE4ED

#BCE4ED
(188,228,237)
#C2E6EE
(194,230,238)
#C8E8EF
(200,232,239)
#CEEAF0
(206,234,240)
#D4ECF1
(212,236,241)
#DAEEF2
(218,238,242)
#E0F0F3
(224,240,243)
#E6F2F4
(230,242,244)
#ECF4F5
(236,244,245)
#F2F6F6
(242,246,246)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE4ED color. Also use rgb(188,228,237) instead hex code.

Text Font Color

.myTextColor { color: #BCE4ED; }

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

This text font color is #BCE4ED.

Background Color

.myBgColor { background-color: #BCE4ED; }

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

This div background color is #BCE4ED.

Border color

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

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

This div border color is #BCE4ED.

Opacity

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

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

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

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

This text has shadow with #BCE4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE4ED.

Preview

Color preview on black background

This text has color #BCE4ED on black background.


Color preview on white background

This text has color #BCE4ED on white background.


Black color preview on #BCE4ED background

This text has black color on #BCE4ED background.


White color preview on #BCE4ED background

This text has white color on #BCE4ED background.


Related colors

Complementary color

Complementary color for #hex is #431B12.


I love getcolorcode.com

Triadic colors

1 #EDBCE4 and #E4EDBC with #BCE4ED are triadic colors.

2 #EDE4BC and #E4BCED with #BCE4ED are triadic colors.