COLOR #BCE0F7

HEX: #BCE0F7
RGB: (188,224,247)

Color info

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

RGB color model

#BCE0F7 color RGB value is (188,224,247).

  • red value is 188;
  • green value is 224;
  • blue value is 247.
RGB:
(188,224,247)
(74%,88%,97%)

RGB channels and saturation

R 188 of 255 = 74%
G 224 of 255 = 88%
B 247 of 255 = 97%

188
224
247

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

Portions of RGB colors in percentages

R + G + B =
188 + 224 + 247 = 659 (100%)
R 188 of 659 ~ 28.53%
G 224 of 659 ~ 33.99%
B 247 of 659 ~ 37.48%

%28.53
%33.99
%37.48

CMYK color model

#BCE0F7 color CMYK value is (24,9,0,3).

  • cyan value is 23.89%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(24,9,0,3)
C24M9Y0K3 
(24%,9%,0%,3%)
(0.24/0.09/0.00/0.03)	

CMYK percentages

%23.89
%9.31
%0
%3.14

Codes

Color #BCE0F7 in popluar color models

BCE0F7
RGB188224247
HSL203°78.67%85.29%
HSB/HSV203°23.89%96.86%
CMYK23.89%9.31%0.00%
3.14%

Color #BCE0F7 in popluar number systems.

HEXBCE0F7
Decimal188224247
Binary101111001110000011110111
Octal274340367

Shades and tints

Shades of #BCE0F7

#BCE0F7
(188,224,247)
#ABCCE1
(171,204,225)
#9AB8CB
(154,184,203)
#89A4B5
(137,164,181)
#78909F
(120,144,159)
#677C89
(103,124,137)
#566873
(86,104,115)
#45545D
(69,84,93)
#344047
(52,64,71)
#232C31
(35,44,49)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #BCE0F7

#BCE0F7
(188,224,247)
#C2E2F7
(194,226,247)
#C8E4F7
(200,228,247)
#CEE6F7
(206,230,247)
#D4E8F7
(212,232,247)
#DAEAF7
(218,234,247)
#E0ECF7
(224,236,247)
#E6EEF7
(230,238,247)
#ECF0F7
(236,240,247)
#F2F2F7
(242,242,247)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE0F7; }

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

This text font color is #BCE0F7.


Background Color

.myBgColor { background-color: #BCE0F7; }

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

This div background color is #BCE0F7.


Border color

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

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

This div border color is #BCE0F7.


Opacity

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

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

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

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

This text has shadow with #BCE0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE0F7 on black background.


Color preview on white background

This text has color #BCE0F7 on white background.



Black color preview on #BCE0F7 background

This text has black color on #BCE0F7 background.


White color preview on #BCE0F7 background

This text has white color on #BCE0F7 background.