COLOR #BCE5F2

HEX: #BCE5F2
RGB: (188,229,242)

Color info

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

RGB color model

#BCE5F2 color RGB value is (188,229,242).

  • red value is 188;
  • green value is 229;
  • blue value is 242.
RGB:
(188,229,242)
(74%,90%,95%)

RGB channels and saturation

R 188 of 255 = 74%
G 229 of 255 = 90%
B 242 of 255 = 95%

188
229
242

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

Portions of RGB colors in percentages

R + G + B =
188 + 229 + 242 = 659 (100%)
R 188 of 659 ~ 28.53%
G 229 of 659 ~ 34.75%
B 242 of 659 ~ 36.72%

%28.53
%34.75
%36.72

CMYK color model

#BCE5F2 color CMYK value is (22,5,0,5).

  • cyan value is 22.31%
  • magenta value is 5.37%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(22,5,0,5)
C22M5Y0K5 
(22%,5%,0%,5%)
(0.22/0.05/0.00/0.05)	

CMYK percentages

%22.31
%5.37
%0
%5.1

Codes

Color #BCE5F2 in popluar color models

BCE5F2
RGB188229242
HSL194°67.50%84.31%
HSB/HSV194°22.31%94.90%
CMYK22.31%5.37%0.00%
5.10%

Color #BCE5F2 in popluar number systems.

HEXBCE5F2
Decimal188229242
Binary101111001110010111110010
Octal274345362

Shades and tints

Shades of #BCE5F2

#BCE5F2
(188,229,242)
#ABD1DC
(171,209,220)
#9ABDC6
(154,189,198)
#89A9B0
(137,169,176)
#78959A
(120,149,154)
#678184
(103,129,132)
#566D6E
(86,109,110)
#455958
(69,89,88)
#344542
(52,69,66)
#23312C
(35,49,44)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #BCE5F2

#BCE5F2
(188,229,242)
#C2E7F3
(194,231,243)
#C8E9F4
(200,233,244)
#CEEBF5
(206,235,245)
#D4EDF6
(212,237,246)
#DAEFF7
(218,239,247)
#E0F1F8
(224,241,248)
#E6F3F9
(230,243,249)
#ECF5FA
(236,245,250)
#F2F7FB
(242,247,251)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE5F2 color. Also use rgb(188,229,242) instead hex code.

Text Font Color

.myTextColor { color: #BCE5F2; }

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

This text font color is #BCE5F2.


Background Color

.myBgColor { background-color: #BCE5F2; }

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

This div background color is #BCE5F2.


Border color

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

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

This div border color is #BCE5F2.


Opacity

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

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

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

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

This text has shadow with #BCE5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE5F2 on black background.


Color preview on white background

This text has color #BCE5F2 on white background.



Black color preview on #BCE5F2 background

This text has black color on #BCE5F2 background.


White color preview on #BCE5F2 background

This text has white color on #BCE5F2 background.