COLOR #BCCEF9

HEX: #BCCEF9
RGB: (188,206,249)

Color info

#BCCEF9 contains mainly green and blue colors. Web safe color of #BCCEF9 is #CCCCFF (or #CCF).

RGB color model

#BCCEF9 color RGB value is (188,206,249).

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

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 249 of 255 = 98%

188
206
249

R + G + B ~ 84%. #BCCEF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 249 = 643 (100%)
R 188 of 643 ~ 29.24%
G 206 of 643 ~ 32.04%
B 249 of 643 ~ 38.72%

%29.24
%32.04
%38.72

CMYK color model

#BCCEF9 color CMYK value is (24,17,0,2).

  • cyan value is 24.50%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(24,17,0,2)
C24M17Y0K2 
(24%,17%,0%,2%)
(0.24/0.17/0.00/0.02)	

CMYK percentages

%24.5
%17.27
%0
%2.35

Codes

Color #BCCEF9 in popluar color models

BCCEF9
RGB188206249
HSL222°83.56%85.69%
HSB/HSV222°24.50%97.65%
CMYK24.50%17.27%0.00%
2.35%

Color #BCCEF9 in popluar number systems.

HEXBCCEF9
Decimal188206249
Binary101111001100111011111001
Octal274316371

Shades and tints

Shades of #BCCEF9

#BCCEF9
(188,206,249)
#ABBCE3
(171,188,227)
#9AAACD
(154,170,205)
#8998B7
(137,152,183)
#7886A1
(120,134,161)
#67748B
(103,116,139)
#566275
(86,98,117)
#45505F
(69,80,95)
#343E49
(52,62,73)
#232C33
(35,44,51)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #BCCEF9

#BCCEF9
(188,206,249)
#C2D2F9
(194,210,249)
#C8D6F9
(200,214,249)
#CEDAF9
(206,218,249)
#D4DEF9
(212,222,249)
#DAE2F9
(218,226,249)
#E0E6F9
(224,230,249)
#E6EAF9
(230,234,249)
#ECEEF9
(236,238,249)
#F2F2F9
(242,242,249)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEF9; }

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

This text font color is #BCCEF9.


Background Color

.myBgColor { background-color: #BCCEF9; }

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

This div background color is #BCCEF9.


Border color

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

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

This div border color is #BCCEF9.


Opacity

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

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

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

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

This text has shadow with #BCCEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCEF9 on black background.


Color preview on white background

This text has color #BCCEF9 on white background.



Black color preview on #BCCEF9 background

This text has black color on #BCCEF9 background.


White color preview on #BCCEF9 background

This text has white color on #BCCEF9 background.