COLOR #BCF4F6

HEX: #BCF4F6
RGB: (188,244,246)

Color info

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

RGB color model

#BCF4F6 color RGB value is (188,244,246).

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

RGB channels and saturation

R 188 of 255 = 74%
G 244 of 255 = 96%
B 246 of 255 = 96%

188
244
246

R + G + B ~ 89%. #BCF4F6 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 244 + 246 = 678 (100%)
R 188 of 678 ~ 27.73%
G 244 of 678 ~ 35.99%
B 246 of 678 ~ 36.28%

%27.73
%35.99
%36.28

CMYK color model

#BCF4F6 color CMYK value is (24,1,0,4).

  • cyan value is 23.58%
  • magenta value is 0.81%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,1,0,4)
C24M1Y0K4 
(24%,1%,0%,4%)
(0.24/0.01/0.00/0.04)	

CMYK percentages

%23.58
%0.81
%0
%3.53

Codes

Color #BCF4F6 in popluar color models

BCF4F6
RGB188244246
HSL182°76.32%85.10%
HSB/HSV182°23.58%96.47%
CMYK23.58%0.81%0.00%
3.53%

Color #BCF4F6 in popluar number systems.

HEXBCF4F6
Decimal188244246
Binary101111001111010011110110
Octal274364366

Shades and tints

Shades of #BCF4F6

#BCF4F6
(188,244,246)
#ABDEE0
(171,222,224)
#9AC8CA
(154,200,202)
#89B2B4
(137,178,180)
#789C9E
(120,156,158)
#678688
(103,134,136)
#567072
(86,112,114)
#455A5C
(69,90,92)
#344446
(52,68,70)
#232E30
(35,46,48)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #BCF4F6

#BCF4F6
(188,244,246)
#C2F5F6
(194,245,246)
#C8F6F6
(200,246,246)
#CEF7F6
(206,247,246)
#D4F8F6
(212,248,246)
#DAF9F6
(218,249,246)
#E0FAF6
(224,250,246)
#E6FBF6
(230,251,246)
#ECFCF6
(236,252,246)
#F2FDF6
(242,253,246)
#F8FEF6
(248,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF4F6; }

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

This text font color is #BCF4F6.


Background Color

.myBgColor { background-color: #BCF4F6; }

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

This div background color is #BCF4F6.


Border color

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

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

This div border color is #BCF4F6.


Opacity

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

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

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

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

This text has shadow with #BCF4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF4F6 on black background.


Color preview on white background

This text has color #BCF4F6 on white background.



Black color preview on #BCF4F6 background

This text has black color on #BCF4F6 background.


White color preview on #BCF4F6 background

This text has white color on #BCF4F6 background.