COLOR #BCF0EF

HEX: #BCF0EF
RGB: (188,240,239)

Color info

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

RGB color model

#BCF0EF color RGB value is (188,240,239).

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

RGB channels and saturation

R 188 of 255 = 74%
G 240 of 255 = 94%
B 239 of 255 = 94%

188
240
239

R + G + B ~ 87%. #BCF0EF is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 240 + 239 = 667 (100%)
R 188 of 667 ~ 28.19%
G 240 of 667 ~ 35.98%
B 239 of 667 ~ 35.83%

%28.19
%35.98
%35.83

CMYK color model

#BCF0EF color CMYK value is (22,0,0,6).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 5.88%
CMYK:
(22,0,0,6)
C22M0Y0K6 
(22%,0%,0%,6%)
(0.22/0.00/0.00/0.06)	

CMYK percentages

%21.67
%0
%0.42
%5.88

Codes

Color #BCF0EF in popluar color models

BCF0EF
RGB188240239
HSL179°63.41%83.92%
HSB/HSV179°21.67%94.12%
CMYK21.67%0.00%0.42%
5.88%

Color #BCF0EF in popluar number systems.

HEXBCF0EF
Decimal188240239
Binary101111001111000011101111
Octal274360357

Shades and tints

Shades of #BCF0EF

#BCF0EF
(188,240,239)
#ABDBDA
(171,219,218)
#9AC6C5
(154,198,197)
#89B1B0
(137,177,176)
#789C9B
(120,156,155)
#678786
(103,135,134)
#567271
(86,114,113)
#455D5C
(69,93,92)
#344847
(52,72,71)
#233332
(35,51,50)
#121E1D
(18,30,29)
#000000
(0,0,0)

Tints of #BCF0EF

#BCF0EF
(188,240,239)
#C2F1F0
(194,241,240)
#C8F2F1
(200,242,241)
#CEF3F2
(206,243,242)
#D4F4F3
(212,244,243)
#DAF5F4
(218,245,244)
#E0F6F5
(224,246,245)
#E6F7F6
(230,247,246)
#ECF8F7
(236,248,247)
#F2F9F8
(242,249,248)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF0EF; }

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

This text font color is #BCF0EF.


Background Color

.myBgColor { background-color: #BCF0EF; }

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

This div background color is #BCF0EF.


Border color

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

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

This div border color is #BCF0EF.


Opacity

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

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

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

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

This text has shadow with #BCF0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF0EF on black background.


Color preview on white background

This text has color #BCF0EF on white background.



Black color preview on #BCF0EF background

This text has black color on #BCF0EF background.


White color preview on #BCF0EF background

This text has white color on #BCF0EF background.