COLOR #BCE3F6

HEX: #BCE3F6 RGB: (188,227,246)

Color info

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

RGB color model

#BCE3F6 color RGB value is (188,227,246).

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

RGB channels and saturation

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

188
227
246

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

Portions of RGB colors in percentages

R + G + B = 188 + 227 + 246 = 661 (100%)
R 188 of 661 ~ 28.44%
G 227 of 661 ~ 34.34%
B 246 of 661 ~ 37.22'%

%28.44
%34.34
%37.22

CMYK color model

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

  • cyan value is 23.58%
  • magenta value is 7.72%
  • 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
%7.72
%0
%3.53

Codes

Color #BCE3F6 in popluar color models

BC E3 F6
RGB 188 227 246
HSL 200° 76.32% 85.10%
HSB/HSV 200° 23.58% 96.47%
CMYK 23.58% 7.72% 0.00%
3.53%

Color #BCE3F6 in popluar number systems.

HEX BC E3 F6
Decimal 188 227 246
Binary 10111100 11100011 11110110
Octal 274 343 366

Shades and tints

Shades of #BCE3F6

#BCE3F6
(188,227,246)
#ABCFE0
(171,207,224)
#9ABBCA
(154,187,202)
#89A7B4
(137,167,180)
#78939E
(120,147,158)
#677F88
(103,127,136)
#566B72
(86,107,114)
#45575C
(69,87,92)
#344346
(52,67,70)
#232F30
(35,47,48)
#121B1A
(18,27,26)
#000000
(0,0,0)

Tints of #BCE3F6

#BCE3F6
(188,227,246)
#C2E5F6
(194,229,246)
#C8E7F6
(200,231,246)
#CEE9F6
(206,233,246)
#D4EBF6
(212,235,246)
#DAEDF6
(218,237,246)
#E0EFF6
(224,239,246)
#E6F1F6
(230,241,246)
#ECF3F6
(236,243,246)
#F2F5F6
(242,245,246)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE3F6; }

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

This text font color is #BCE3F6.

Background Color

.myBgColor { background-color: #BCE3F6; }

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

This div background color is #BCE3F6.

Border color

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

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

This div border color is #BCE3F6.

Opacity

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

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

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

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

This text has shadow with #BCE3F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE3F6.

Preview

Color preview on black background

This text has color #BCE3F6 on black background.


Color preview on white background

This text has color #BCE3F6 on white background.


Black color preview on #BCE3F6 background

This text has black color on #BCE3F6 background.


White color preview on #BCE3F6 background

This text has white color on #BCE3F6 background.


Related colors

Complementary color

Complementary color for #hex is #431C09.


I love getcolorcode.com

Triadic colors

1 #F6BCE3 and #E3F6BC with #BCE3F6 are triadic colors.

2 #F6E3BC and #E3BCF6 with #BCE3F6 are triadic colors.