COLOR #BCF0FC

HEX: #BCF0FC
RGB: (188,240,252)

Color info

#BCF0FC contains mainly green and blue colors. Web safe color of #BCF0FC is #CCFFFF (or #CFF).

RGB color model

#BCF0FC color RGB value is (188,240,252).

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

RGB channels and saturation

R 188 of 255 = 74%
G 240 of 255 = 94%
B 252 of 255 = 99%

188
240
252

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

Portions of RGB colors in percentages

R + G + B =
188 + 240 + 252 = 680 (100%)
R 188 of 680 ~ 27.65%
G 240 of 680 ~ 35.29%
B 252 of 680 ~ 37.06%

%27.65
%35.29
%37.06

CMYK color model

#BCF0FC color CMYK value is (25,5,0,1).

  • cyan value is 25.40%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(25,5,0,1)
C25M5Y0K1 
(25%,5%,0%,1%)
(0.25/0.05/0.00/0.01)	

CMYK percentages

%25.4
%4.76
%0
%1.18

Codes

Color #BCF0FC in popluar color models

BCF0FC
RGB188240252
HSL191°91.43%86.27%
HSB/HSV191°25.40%98.82%
CMYK25.40%4.76%0.00%
1.18%

Color #BCF0FC in popluar number systems.

HEXBCF0FC
Decimal188240252
Binary101111001111000011111100
Octal274360374

Shades and tints

Shades of #BCF0FC

#BCF0FC
(188,240,252)
#ABDBE6
(171,219,230)
#9AC6D0
(154,198,208)
#89B1BA
(137,177,186)
#789CA4
(120,156,164)
#67878E
(103,135,142)
#567278
(86,114,120)
#455D62
(69,93,98)
#34484C
(52,72,76)
#233336
(35,51,54)
#121E20
(18,30,32)
#000000
(0,0,0)

Tints of #BCF0FC

#BCF0FC
(188,240,252)
#C2F1FC
(194,241,252)
#C8F2FC
(200,242,252)
#CEF3FC
(206,243,252)
#D4F4FC
(212,244,252)
#DAF5FC
(218,245,252)
#E0F6FC
(224,246,252)
#E6F7FC
(230,247,252)
#ECF8FC
(236,248,252)
#F2F9FC
(242,249,252)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF0FC; }

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

This text font color is #BCF0FC.


Background Color

.myBgColor { background-color: #BCF0FC; }

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

This div background color is #BCF0FC.


Border color

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

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

This div border color is #BCF0FC.


Opacity

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

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

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

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

This text has shadow with #BCF0FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF0FC on black background.


Color preview on white background

This text has color #BCF0FC on white background.



Black color preview on #BCF0FC background

This text has black color on #BCF0FC background.


White color preview on #BCF0FC background

This text has white color on #BCF0FC background.