COLOR #BCF6EF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

188
246
239

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

Portions of RGB colors in percentages

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

%27.93
%36.55
%35.51

CMYK color model

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

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

CMYK percentages

%23.58
%0
%2.85
%3.53

Codes

Color #BCF6EF in popluar color models

BCF6EF
RGB188246239
HSL173°76.32%85.10%
HSB/HSV173°23.58%96.47%
CMYK23.58%0.00%2.85%
3.53%

Color #BCF6EF in popluar number systems.

HEXBCF6EF
Decimal188246239
Binary101111001111011011101111
Octal274366357

Shades and tints

Shades of #BCF6EF

#BCF6EF
(188,246,239)
#ABE0DA
(171,224,218)
#9ACAC5
(154,202,197)
#89B4B0
(137,180,176)
#789E9B
(120,158,155)
#678886
(103,136,134)
#567271
(86,114,113)
#455C5C
(69,92,92)
#344647
(52,70,71)
#233032
(35,48,50)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #BCF6EF

#BCF6EF
(188,246,239)
#C2F6F0
(194,246,240)
#C8F6F1
(200,246,241)
#CEF6F2
(206,246,242)
#D4F6F3
(212,246,243)
#DAF6F4
(218,246,244)
#E0F6F5
(224,246,245)
#E6F6F6
(230,246,246)
#ECF6F7
(236,246,247)
#F2F6F8
(242,246,248)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF6EF; }

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

This text font color is #BCF6EF.


Background Color

.myBgColor { background-color: #BCF6EF; }

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

This div background color is #BCF6EF.


Border color

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

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

This div border color is #BCF6EF.


Opacity

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

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

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

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

This text has shadow with #BCF6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF6EF on black background.


Color preview on white background

This text has color #BCF6EF on white background.



Black color preview on #BCF6EF background

This text has black color on #BCF6EF background.


White color preview on #BCF6EF background

This text has white color on #BCF6EF background.