COLOR #BCE4F8

HEX: #BCE4F8
RGB: (188,228,248)

Color info

#BCE4F8 contains mainly green and blue colors. Web safe color of #BCE4F8 is #CCCCFF (or #CCF).

RGB color model

#BCE4F8 color RGB value is (188,228,248).

  • red value is 188;
  • green value is 228;
  • blue value is 248.
RGB:
(188,228,248)
(74%,89%,97%)

RGB channels and saturation

R 188 of 255 = 74%
G 228 of 255 = 89%
B 248 of 255 = 97%

188
228
248

R + G + B ~ 87%. #BCE4F8 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 228 + 248 = 664 (100%)
R 188 of 664 ~ 28.31%
G 228 of 664 ~ 34.34%
B 248 of 664 ~ 37.35%

%28.31
%34.34
%37.35

CMYK color model

#BCE4F8 color CMYK value is (24,8,0,3).

  • cyan value is 24.19%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(24,8,0,3)
C24M8Y0K3 
(24%,8%,0%,3%)
(0.24/0.08/0.00/0.03)	

CMYK percentages

%24.19
%8.06
%0
%2.75

Codes

Color #BCE4F8 in popluar color models

BCE4F8
RGB188228248
HSL200°81.08%85.49%
HSB/HSV200°24.19%97.25%
CMYK24.19%8.06%0.00%
2.75%

Color #BCE4F8 in popluar number systems.

HEXBCE4F8
Decimal188228248
Binary101111001110010011111000
Octal274344370

Shades and tints

Shades of #BCE4F8

#BCE4F8
(188,228,248)
#ABD0E2
(171,208,226)
#9ABCCC
(154,188,204)
#89A8B6
(137,168,182)
#7894A0
(120,148,160)
#67808A
(103,128,138)
#566C74
(86,108,116)
#45585E
(69,88,94)
#344448
(52,68,72)
#233032
(35,48,50)
#121C1C
(18,28,28)
#000000
(0,0,0)

Tints of #BCE4F8

#BCE4F8
(188,228,248)
#C2E6F8
(194,230,248)
#C8E8F8
(200,232,248)
#CEEAF8
(206,234,248)
#D4ECF8
(212,236,248)
#DAEEF8
(218,238,248)
#E0F0F8
(224,240,248)
#E6F2F8
(230,242,248)
#ECF4F8
(236,244,248)
#F2F6F8
(242,246,248)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE4F8 color. Also use rgb(188,228,248) instead hex code.

Text Font Color

.myTextColor { color: #BCE4F8; }

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

This text font color is #BCE4F8.


Background Color

.myBgColor { background-color: #BCE4F8; }

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

This div background color is #BCE4F8.


Border color

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

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

This div border color is #BCE4F8.


Opacity

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

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

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

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

This text has shadow with #BCE4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE4F8 on black background.


Color preview on white background

This text has color #BCE4F8 on white background.



Black color preview on #BCE4F8 background

This text has black color on #BCE4F8 background.


White color preview on #BCE4F8 background

This text has white color on #BCE4F8 background.