COLOR #BCE2F6

HEX: #BCE2F6 RGB: (188,226,246)

Color info

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

RGB color model

#BCE2F6 color RGB value is (188,226,246).

RGB: (188,226,246) (74%, 89%, 96%)

RGB channels and saturation

R 188 of 255 = 74%
G 226 of 255 = 89%
B 246 of 255 = 96%

188
226
246

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

Portions of RGB colors in percentages

R + G + B = 188 + 226 + 246 = 660 (100%)
R 188 of 660 ~ 28.48%
G 226 of 660 ~ 34.24%
B 246 of 660 ~ 37.27'%

%28.48
%34.24
%37.27

CMYK color model

#BCE2F6 color CMYK value is (24,8,0,4).

  • cyan value is 23.58%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (24,8,0,4)
C24M8Y0K4 (24%, 8%, 0%, 4%)
(0.24 / 0.08 / 0.00 / 0.04)

CMYK percentages

%23.58
%8.13
%0
%3.53

Codes

Color #BCE2F6 in popluar color models

BC E2 F6
RGB 188 226 246
HSL 201° 76.32% 85.10%
HSB/HSV 201° 23.58% 96.47%
CMYK 23.58% 8.13% 0.00%
3.53%

Color #BCE2F6 in popluar number systems.

HEX BC E2 F6
Decimal 188 226 246
Binary 10111100 11100010 11110110
Octal 274 342 366

Shades and tints

Shades of #BCE2F6

#BCE2F6
(188,226,246)
#ABCEE0
(171,206,224)
#9ABACA
(154,186,202)
#89A6B4
(137,166,180)
#78929E
(120,146,158)
#677E88
(103,126,136)
#566A72
(86,106,114)
#45565C
(69,86,92)
#344246
(52,66,70)
#232E30
(35,46,48)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #BCE2F6

#BCE2F6
(188,226,246)
#C2E4F6
(194,228,246)
#C8E6F6
(200,230,246)
#CEE8F6
(206,232,246)
#D4EAF6
(212,234,246)
#DAECF6
(218,236,246)
#E0EEF6
(224,238,246)
#E6F0F6
(230,240,246)
#ECF2F6
(236,242,246)
#F2F4F6
(242,244,246)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE2F6; }

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

This text font color is #BCE2F6.

Background Color

.myBgColor { background-color: #BCE2F6; }

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

This div background color is #BCE2F6.

Border color

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

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

This div border color is #BCE2F6.

Opacity

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

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

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

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

This text has shadow with #BCE2F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE2F6.

Preview

Color preview on black background

This text has color #BCE2F6 on black background.


Color preview on white background

This text has color #BCE2F6 on white background.


Black color preview on #BCE2F6 background

This text has black color on #BCE2F6 background.


White color preview on #BCE2F6 background

This text has white color on #BCE2F6 background.


Related colors

Complementary color

Complementary color for #hex is #431D09.


I love getcolorcode.com

Triadic colors

1 #F6BCE2 and #E2F6BC with #BCE2F6 are triadic colors.

2 #F6E2BC and #E2BCF6 with #BCE2F6 are triadic colors.