COLOR #BCF8FA

HEX: #BCF8FA
RGB: (188,248,250)

Color info

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

RGB color model

#BCF8FA color RGB value is (188,248,250).

  • red value is 188;
  • green value is 248;
  • blue value is 250.
RGB:
(188,248,250)
(74%,97%,98%)

RGB channels and saturation

R 188 of 255 = 74%
G 248 of 255 = 97%
B 250 of 255 = 98%

188
248
250

R + G + B ~ 90%. #BCF8FA is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 248 + 250 = 686 (100%)
R 188 of 686 ~ 27.41%
G 248 of 686 ~ 36.15%
B 250 of 686 ~ 36.44%

%27.41
%36.15
%36.44

CMYK color model

#BCF8FA color CMYK value is (25,1,0,2).

  • cyan value is 24.80%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(25,1,0,2)
C25M1Y0K2 
(25%,1%,0%,2%)
(0.25/0.01/0.00/0.02)	

CMYK percentages

%24.8
%0.8
%0
%1.96

Codes

Color #BCF8FA in popluar color models

BCF8FA
RGB188248250
HSL182°86.11%85.88%
HSB/HSV182°24.80%98.04%
CMYK24.80%0.80%0.00%
1.96%

Color #BCF8FA in popluar number systems.

HEXBCF8FA
Decimal188248250
Binary101111001111100011111010
Octal274370372

Shades and tints

Shades of #BCF8FA

#BCF8FA
(188,248,250)
#ABE2E4
(171,226,228)
#9ACCCE
(154,204,206)
#89B6B8
(137,182,184)
#78A0A2
(120,160,162)
#678A8C
(103,138,140)
#567476
(86,116,118)
#455E60
(69,94,96)
#34484A
(52,72,74)
#233234
(35,50,52)
#121C1E
(18,28,30)
#000000
(0,0,0)

Tints of #BCF8FA

#BCF8FA
(188,248,250)
#C2F8FA
(194,248,250)
#C8F8FA
(200,248,250)
#CEF8FA
(206,248,250)
#D4F8FA
(212,248,250)
#DAF8FA
(218,248,250)
#E0F8FA
(224,248,250)
#E6F8FA
(230,248,250)
#ECF8FA
(236,248,250)
#F2F8FA
(242,248,250)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF8FA color. Also use rgb(188,248,250) instead hex code.

Text Font Color

.myTextColor { color: #BCF8FA; }

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

This text font color is #BCF8FA.


Background Color

.myBgColor { background-color: #BCF8FA; }

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

This div background color is #BCF8FA.


Border color

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

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

This div border color is #BCF8FA.


Opacity

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

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

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

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

This text has shadow with #BCF8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF8FA on black background.


Color preview on white background

This text has color #BCF8FA on white background.



Black color preview on #BCF8FA background

This text has black color on #BCF8FA background.


White color preview on #BCF8FA background

This text has white color on #BCF8FA background.