COLOR #BCD8F9

HEX: #BCD8F9
RGB: (188,216,249)

Color info

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

RGB color model

#BCD8F9 color RGB value is (188,216,249).

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

RGB channels and saturation

R 188 of 255 = 74%
G 216 of 255 = 85%
B 249 of 255 = 98%

188
216
249

R + G + B ~ 86%. #BCD8F9 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 216 + 249 = 653 (100%)
R 188 of 653 ~ 28.79%
G 216 of 653 ~ 33.08%
B 249 of 653 ~ 38.13%

%28.79
%33.08
%38.13

CMYK color model

#BCD8F9 color CMYK value is (24,13,0,2).

  • cyan value is 24.50%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(24,13,0,2)
C24M13Y0K2 
(24%,13%,0%,2%)
(0.24/0.13/0.00/0.02)	

CMYK percentages

%24.5
%13.25
%0
%2.35

Codes

Color #BCD8F9 in popluar color models

BCD8F9
RGB188216249
HSL212°83.56%85.69%
HSB/HSV212°24.50%97.65%
CMYK24.50%13.25%0.00%
2.35%

Color #BCD8F9 in popluar number systems.

HEXBCD8F9
Decimal188216249
Binary101111001101100011111001
Octal274330371

Shades and tints

Shades of #BCD8F9

#BCD8F9
(188,216,249)
#ABC5E3
(171,197,227)
#9AB2CD
(154,178,205)
#899FB7
(137,159,183)
#788CA1
(120,140,161)
#67798B
(103,121,139)
#566675
(86,102,117)
#45535F
(69,83,95)
#344049
(52,64,73)
#232D33
(35,45,51)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #BCD8F9

#BCD8F9
(188,216,249)
#C2DBF9
(194,219,249)
#C8DEF9
(200,222,249)
#CEE1F9
(206,225,249)
#D4E4F9
(212,228,249)
#DAE7F9
(218,231,249)
#E0EAF9
(224,234,249)
#E6EDF9
(230,237,249)
#ECF0F9
(236,240,249)
#F2F3F9
(242,243,249)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD8F9; }

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

This text font color is #BCD8F9.


Background Color

.myBgColor { background-color: #BCD8F9; }

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

This div background color is #BCD8F9.


Border color

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

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

This div border color is #BCD8F9.


Opacity

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

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

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

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

This text has shadow with #BCD8F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD8F9 on black background.


Color preview on white background

This text has color #BCD8F9 on white background.



Black color preview on #BCD8F9 background

This text has black color on #BCD8F9 background.


White color preview on #BCD8F9 background

This text has white color on #BCD8F9 background.