COLOR #BCEEF9

HEX: #BCEEF9
RGB: (188,238,249)

Color info

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

RGB color model

#BCEEF9 color RGB value is (188,238,249).

  • red value is 188;
  • green value is 238;
  • blue value is 249.
RGB:
(188,238,249)
(74%,93%,98%)

RGB channels and saturation

R 188 of 255 = 74%
G 238 of 255 = 93%
B 249 of 255 = 98%

188
238
249

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

Portions of RGB colors in percentages

R + G + B =
188 + 238 + 249 = 675 (100%)
R 188 of 675 ~ 27.85%
G 238 of 675 ~ 35.26%
B 249 of 675 ~ 36.89%

%27.85
%35.26
%36.89

CMYK color model

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

  • cyan value is 24.50%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(24,4,0,2)
C24M4Y0K2 
(24%,4%,0%,2%)
(0.24/0.04/0.00/0.02)	

CMYK percentages

%24.5
%4.42
%0
%2.35

Codes

Color #BCEEF9 in popluar color models

BCEEF9
RGB188238249
HSL191°83.56%85.69%
HSB/HSV191°24.50%97.65%
CMYK24.50%4.42%0.00%
2.35%

Color #BCEEF9 in popluar number systems.

HEXBCEEF9
Decimal188238249
Binary101111001110111011111001
Octal274356371

Shades and tints

Shades of #BCEEF9

#BCEEF9
(188,238,249)
#ABD9E3
(171,217,227)
#9AC4CD
(154,196,205)
#89AFB7
(137,175,183)
#789AA1
(120,154,161)
#67858B
(103,133,139)
#567075
(86,112,117)
#455B5F
(69,91,95)
#344649
(52,70,73)
#233133
(35,49,51)
#121C1D
(18,28,29)
#000000
(0,0,0)

Tints of #BCEEF9

#BCEEF9
(188,238,249)
#C2EFF9
(194,239,249)
#C8F0F9
(200,240,249)
#CEF1F9
(206,241,249)
#D4F2F9
(212,242,249)
#DAF3F9
(218,243,249)
#E0F4F9
(224,244,249)
#E6F5F9
(230,245,249)
#ECF6F9
(236,246,249)
#F2F7F9
(242,247,249)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEEF9 color. Also use rgb(188,238,249) instead hex code.

Text Font Color

.myTextColor { color: #BCEEF9; }

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

This text font color is #BCEEF9.


Background Color

.myBgColor { background-color: #BCEEF9; }

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

This div background color is #BCEEF9.


Border color

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

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

This div border color is #BCEEF9.


Opacity

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

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

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

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

This text has shadow with #BCEEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEEF9 on black background.


Color preview on white background

This text has color #BCEEF9 on white background.



Black color preview on #BCEEF9 background

This text has black color on #BCEEF9 background.


White color preview on #BCEEF9 background

This text has white color on #BCEEF9 background.