COLOR #BCEFF6

HEX: #BCEFF6
RGB: (188,239,246)

Color info

#BCEFF6 contains red, green and blue colors in about the same proportion. Web safe color of #BCEFF6 is #CCFFFF (or #CFF).

RGB color model

#BCEFF6 color RGB value is (188,239,246).

  • red value is 188;
  • green value is 239;
  • blue value is 246.
RGB:
(188,239,246)
(74%,94%,96%)

RGB channels and saturation

R 188 of 255 = 74%
G 239 of 255 = 94%
B 246 of 255 = 96%

188
239
246

R + G + B ~ 88%. #BCEFF6 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 239 + 246 = 673 (100%)
R 188 of 673 ~ 27.93%
G 239 of 673 ~ 35.51%
B 246 of 673 ~ 36.55%

%27.93
%35.51
%36.55

CMYK color model

#BCEFF6 color CMYK value is (24,3,0,4).

  • cyan value is 23.58%
  • magenta value is 2.85%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,3,0,4)
C24M3Y0K4 
(24%,3%,0%,4%)
(0.24/0.03/0.00/0.04)	

CMYK percentages

%23.58
%2.85
%0
%3.53

Codes

Color #BCEFF6 in popluar color models

BCEFF6
RGB188239246
HSL187°76.32%85.10%
HSB/HSV187°23.58%96.47%
CMYK23.58%2.85%0.00%
3.53%

Color #BCEFF6 in popluar number systems.

HEXBCEFF6
Decimal188239246
Binary101111001110111111110110
Octal274357366

Shades and tints

Shades of #BCEFF6

#BCEFF6
(188,239,246)
#ABDAE0
(171,218,224)
#9AC5CA
(154,197,202)
#89B0B4
(137,176,180)
#789B9E
(120,155,158)
#678688
(103,134,136)
#567172
(86,113,114)
#455C5C
(69,92,92)
#344746
(52,71,70)
#233230
(35,50,48)
#121D1A
(18,29,26)
#000000
(0,0,0)

Tints of #BCEFF6

#BCEFF6
(188,239,246)
#C2F0F6
(194,240,246)
#C8F1F6
(200,241,246)
#CEF2F6
(206,242,246)
#D4F3F6
(212,243,246)
#DAF4F6
(218,244,246)
#E0F5F6
(224,245,246)
#E6F6F6
(230,246,246)
#ECF7F6
(236,247,246)
#F2F8F6
(242,248,246)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEFF6; }

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

This text font color is #BCEFF6.


Background Color

.myBgColor { background-color: #BCEFF6; }

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

This div background color is #BCEFF6.


Border color

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

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

This div border color is #BCEFF6.


Opacity

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

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

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

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

This text has shadow with #BCEFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEFF6 on black background.


Color preview on white background

This text has color #BCEFF6 on white background.



Black color preview on #BCEFF6 background

This text has black color on #BCEFF6 background.


White color preview on #BCEFF6 background

This text has white color on #BCEFF6 background.