COLOR #BCE9ED

HEX: #BCE9ED RGB: (188,233,237)

Color info

#BCE9ED contains red, green and blue colors in about the same proportion. Web safe color of #BCE9ED is #CCFFFF (or #CFF).

RGB color model

#BCE9ED color RGB value is (188,233,237).

RGB: (188,233,237) (74%, 91%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 233 of 255 = 91%
B 237 of 255 = 93%

188
233
237

R + G + B ~ 86%. #BCE9ED is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 233 + 237 = 658 (100%)
R 188 of 658 ~ 28.57%
G 233 of 658 ~ 35.41%
B 237 of 658 ~ 36.02'%

%28.57
%35.41
%36.02

CMYK color model

#BCE9ED color CMYK value is (21,2,0,7).

  • cyan value is 20.68%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (21,2,0,7)
C21M2Y0K7 (21%, 2%, 0%, 7%)
(0.21 / 0.02 / 0.00 / 0.07)

CMYK percentages

%20.68
%1.69
%0
%7.06

Codes

Color #BCE9ED in popluar color models

BC E9 ED
RGB 188 233 237
HSL 185° 57.65% 83.33%
HSB/HSV 185° 20.68% 92.94%
CMYK 20.68% 1.69% 0.00%
7.06%

Color #BCE9ED in popluar number systems.

HEX BC E9 ED
Decimal 188 233 237
Binary 10111100 11101001 11101101
Octal 274 351 355

Shades and tints

Shades of #BCE9ED

#BCE9ED
(188,233,237)
#ABD4D8
(171,212,216)
#9ABFC3
(154,191,195)
#89AAAE
(137,170,174)
#789599
(120,149,153)
#678084
(103,128,132)
#566B6F
(86,107,111)
#45565A
(69,86,90)
#344145
(52,65,69)
#232C30
(35,44,48)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #BCE9ED

#BCE9ED
(188,233,237)
#C2EBEE
(194,235,238)
#C8EDEF
(200,237,239)
#CEEFF0
(206,239,240)
#D4F1F1
(212,241,241)
#DAF3F2
(218,243,242)
#E0F5F3
(224,245,243)
#E6F7F4
(230,247,244)
#ECF9F5
(236,249,245)
#F2FBF6
(242,251,246)
#F8FDF7
(248,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE9ED; }

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

This text font color is #BCE9ED.

Background Color

.myBgColor { background-color: #BCE9ED; }

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

This div background color is #BCE9ED.

Border color

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

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

This div border color is #BCE9ED.

Opacity

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

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

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

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

This text has shadow with #BCE9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE9ED.

Preview

Color preview on black background

This text has color #BCE9ED on black background.


Color preview on white background

This text has color #BCE9ED on white background.


Black color preview on #BCE9ED background

This text has black color on #BCE9ED background.


White color preview on #BCE9ED background

This text has white color on #BCE9ED background.


Related colors

Complementary color

Complementary color for #hex is #431612.


I love getcolorcode.com

Triadic colors

1 #EDBCE9 and #E9EDBC with #BCE9ED are triadic colors.

2 #EDE9BC and #E9BCED with #BCE9ED are triadic colors.