COLOR #BCD3F6

HEX: #BCD3F6
RGB: (188,211,246)

Color info

#BCD3F6 contains red, green and blue colors in about the same proportion. Web safe color of #BCD3F6 is #CCCCFF (or #CCF).

RGB color model

#BCD3F6 color RGB value is (188,211,246).

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

RGB channels and saturation

R 188 of 255 = 74%
G 211 of 255 = 83%
B 246 of 255 = 96%

188
211
246

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

Portions of RGB colors in percentages

R + G + B =
188 + 211 + 246 = 645 (100%)
R 188 of 645 ~ 29.15%
G 211 of 645 ~ 32.71%
B 246 of 645 ~ 38.14%

%29.15
%32.71
%38.14

CMYK color model

#BCD3F6 color CMYK value is (24,14,0,4).

  • cyan value is 23.58%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,14,0,4)
C24M14Y0K4 
(24%,14%,0%,4%)
(0.24/0.14/0.00/0.04)	

CMYK percentages

%23.58
%14.23
%0
%3.53

Codes

Color #BCD3F6 in popluar color models

BCD3F6
RGB188211246
HSL216°76.32%85.10%
HSB/HSV216°23.58%96.47%
CMYK23.58%14.23%0.00%
3.53%

Color #BCD3F6 in popluar number systems.

HEXBCD3F6
Decimal188211246
Binary101111001101001111110110
Octal274323366

Shades and tints

Shades of #BCD3F6

#BCD3F6
(188,211,246)
#ABC0E0
(171,192,224)
#9AADCA
(154,173,202)
#899AB4
(137,154,180)
#78879E
(120,135,158)
#677488
(103,116,136)
#566172
(86,97,114)
#454E5C
(69,78,92)
#343B46
(52,59,70)
#232830
(35,40,48)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #BCD3F6

#BCD3F6
(188,211,246)
#C2D7F6
(194,215,246)
#C8DBF6
(200,219,246)
#CEDFF6
(206,223,246)
#D4E3F6
(212,227,246)
#DAE7F6
(218,231,246)
#E0EBF6
(224,235,246)
#E6EFF6
(230,239,246)
#ECF3F6
(236,243,246)
#F2F7F6
(242,247,246)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD3F6; }

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

This text font color is #BCD3F6.


Background Color

.myBgColor { background-color: #BCD3F6; }

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

This div background color is #BCD3F6.


Border color

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

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

This div border color is #BCD3F6.


Opacity

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

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

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

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

This text has shadow with #BCD3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD3F6 on black background.


Color preview on white background

This text has color #BCD3F6 on white background.



Black color preview on #BCD3F6 background

This text has black color on #BCD3F6 background.


White color preview on #BCD3F6 background

This text has white color on #BCD3F6 background.