COLOR #BCE2F2

HEX: #BCE2F2
RGB: (188,226,242)

Color info

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

RGB color model

#BCE2F2 color RGB value is (188,226,242).

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

RGB channels and saturation

R 188 of 255 = 74%
G 226 of 255 = 89%
B 242 of 255 = 95%

188
226
242

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

Portions of RGB colors in percentages

R + G + B =
188 + 226 + 242 = 656 (100%)
R 188 of 656 ~ 28.66%
G 226 of 656 ~ 34.45%
B 242 of 656 ~ 36.89%

%28.66
%34.45
%36.89

CMYK color model

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

  • cyan value is 22.31%
  • magenta value is 6.61%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(22,7,0,5)
C22M7Y0K5 
(22%,7%,0%,5%)
(0.22/0.07/0.00/0.05)	

CMYK percentages

%22.31
%6.61
%0
%5.1

Codes

Color #BCE2F2 in popluar color models

BCE2F2
RGB188226242
HSL198°67.50%84.31%
HSB/HSV198°22.31%94.90%
CMYK22.31%6.61%0.00%
5.10%

Color #BCE2F2 in popluar number systems.

HEXBCE2F2
Decimal188226242
Binary101111001110001011110010
Octal274342362

Shades and tints

Shades of #BCE2F2

#BCE2F2
(188,226,242)
#ABCEDC
(171,206,220)
#9ABAC6
(154,186,198)
#89A6B0
(137,166,176)
#78929A
(120,146,154)
#677E84
(103,126,132)
#566A6E
(86,106,110)
#455658
(69,86,88)
#344242
(52,66,66)
#232E2C
(35,46,44)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #BCE2F2

#BCE2F2
(188,226,242)
#C2E4F3
(194,228,243)
#C8E6F4
(200,230,244)
#CEE8F5
(206,232,245)
#D4EAF6
(212,234,246)
#DAECF7
(218,236,247)
#E0EEF8
(224,238,248)
#E6F0F9
(230,240,249)
#ECF2FA
(236,242,250)
#F2F4FB
(242,244,251)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE2F2; }

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

This text font color is #BCE2F2.


Background Color

.myBgColor { background-color: #BCE2F2; }

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

This div background color is #BCE2F2.


Border color

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

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

This div border color is #BCE2F2.


Opacity

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

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

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

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

This text has shadow with #BCE2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE2F2 on black background.


Color preview on white background

This text has color #BCE2F2 on white background.



Black color preview on #BCE2F2 background

This text has black color on #BCE2F2 background.


White color preview on #BCE2F2 background

This text has white color on #BCE2F2 background.