COLOR #BCF0F6

HEX: #BCF0F6
RGB: (188,240,246)

Color info

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

RGB color model

#BCF0F6 color RGB value is (188,240,246).

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

RGB channels and saturation

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

188
240
246

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

Portions of RGB colors in percentages

R + G + B =
188 + 240 + 246 = 674 (100%)
R 188 of 674 ~ 27.89%
G 240 of 674 ~ 35.61%
B 246 of 674 ~ 36.5%

%27.89
%35.61
%36.5

CMYK color model

#BCF0F6 color CMYK value is (24,2,0,4).

  • cyan value is 23.58%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,2,0,4)
C24M2Y0K4 
(24%,2%,0%,4%)
(0.24/0.02/0.00/0.04)	

CMYK percentages

%23.58
%2.44
%0
%3.53

Codes

Color #BCF0F6 in popluar color models

BCF0F6
RGB188240246
HSL186°76.32%85.10%
HSB/HSV186°23.58%96.47%
CMYK23.58%2.44%0.00%
3.53%

Color #BCF0F6 in popluar number systems.

HEXBCF0F6
Decimal188240246
Binary101111001111000011110110
Octal274360366

Shades and tints

Shades of #BCF0F6

#BCF0F6
(188,240,246)
#ABDBE0
(171,219,224)
#9AC6CA
(154,198,202)
#89B1B4
(137,177,180)
#789C9E
(120,156,158)
#678788
(103,135,136)
#567272
(86,114,114)
#455D5C
(69,93,92)
#344846
(52,72,70)
#233330
(35,51,48)
#121E1A
(18,30,26)
#000000
(0,0,0)

Tints of #BCF0F6

#BCF0F6
(188,240,246)
#C2F1F6
(194,241,246)
#C8F2F6
(200,242,246)
#CEF3F6
(206,243,246)
#D4F4F6
(212,244,246)
#DAF5F6
(218,245,246)
#E0F6F6
(224,246,246)
#E6F7F6
(230,247,246)
#ECF8F6
(236,248,246)
#F2F9F6
(242,249,246)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF0F6; }

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

This text font color is #BCF0F6.


Background Color

.myBgColor { background-color: #BCF0F6; }

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

This div background color is #BCF0F6.


Border color

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

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

This div border color is #BCF0F6.


Opacity

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

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

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

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

This text has shadow with #BCF0F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF0F6 on black background.


Color preview on white background

This text has color #BCF0F6 on white background.



Black color preview on #BCF0F6 background

This text has black color on #BCF0F6 background.


White color preview on #BCF0F6 background

This text has white color on #BCF0F6 background.