COLOR #BCE0EB

HEX: #BCE0EB RGB: (188,224,235)

Color info

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

RGB color model

#BCE0EB color RGB value is (188,224,235).

RGB: (188,224,235) (74%, 88%, 92%)

RGB channels and saturation

R 188 of 255 = 74%
G 224 of 255 = 88%
B 235 of 255 = 92%

188
224
235

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

Portions of RGB colors in percentages

R + G + B = 188 + 224 + 235 = 647 (100%)
R 188 of 647 ~ 29.06%
G 224 of 647 ~ 34.62%
B 235 of 647 ~ 36.32'%

%29.06
%34.62
%36.32

CMYK color model

#BCE0EB color CMYK value is (20,5,0,8).

  • cyan value is 20.00%
  • magenta value is 4.68%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (20,5,0,8)
C20M5Y0K8 (20%, 5%, 0%, 8%)
(0.20 / 0.05 / 0.00 / 0.08)

CMYK percentages

%20
%4.68
%0
%7.84

Codes

Color #BCE0EB in popluar color models

BC E0 EB
RGB 188 224 235
HSL 194° 54.02% 82.94%
HSB/HSV 194° 20.00% 92.16%
CMYK 20.00% 4.68% 0.00%
7.84%

Color #BCE0EB in popluar number systems.

HEX BC E0 EB
Decimal 188 224 235
Binary 10111100 11100000 11101011
Octal 274 340 353

Shades and tints

Shades of #BCE0EB

#BCE0EB
(188,224,235)
#ABCCD6
(171,204,214)
#9AB8C1
(154,184,193)
#89A4AC
(137,164,172)
#789097
(120,144,151)
#677C82
(103,124,130)
#56686D
(86,104,109)
#455458
(69,84,88)
#344043
(52,64,67)
#232C2E
(35,44,46)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #BCE0EB

#BCE0EB
(188,224,235)
#C2E2EC
(194,226,236)
#C8E4ED
(200,228,237)
#CEE6EE
(206,230,238)
#D4E8EF
(212,232,239)
#DAEAF0
(218,234,240)
#E0ECF1
(224,236,241)
#E6EEF2
(230,238,242)
#ECF0F3
(236,240,243)
#F2F2F4
(242,242,244)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE0EB color. Also use rgb(188,224,235) instead hex code.

Text Font Color

.myTextColor { color: #BCE0EB; }

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

This text font color is #BCE0EB.

Background Color

.myBgColor { background-color: #BCE0EB; }

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

This div background color is #BCE0EB.

Border color

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

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

This div border color is #BCE0EB.

Opacity

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

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

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

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

This text has shadow with #BCE0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE0EB.

Preview

Color preview on black background

This text has color #BCE0EB on black background.


Color preview on white background

This text has color #BCE0EB on white background.


Black color preview on #BCE0EB background

This text has black color on #BCE0EB background.


White color preview on #BCE0EB background

This text has white color on #BCE0EB background.


Related colors

Complementary color

Complementary color for #hex is #431F14.


I love getcolorcode.com

Triadic colors

1 #EBBCE0 and #E0EBBC with #BCE0EB are triadic colors.

2 #EBE0BC and #E0BCEB with #BCE0EB are triadic colors.