COLOR #BCD1F6

HEX: #BCD1F6
RGB: (188,209,246)

Color info

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

RGB color model

#BCD1F6 color RGB value is (188,209,246).

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

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 246 of 255 = 96%

188
209
246

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

Portions of RGB colors in percentages

R + G + B =
188 + 209 + 246 = 643 (100%)
R 188 of 643 ~ 29.24%
G 209 of 643 ~ 32.5%
B 246 of 643 ~ 38.26%

%29.24
%32.5
%38.26

CMYK color model

#BCD1F6 color CMYK value is (24,15,0,4).

  • cyan value is 23.58%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,15,0,4)
C24M15Y0K4 
(24%,15%,0%,4%)
(0.24/0.15/0.00/0.04)	

CMYK percentages

%23.58
%15.04
%0
%3.53

Codes

Color #BCD1F6 in popluar color models

BCD1F6
RGB188209246
HSL218°76.32%85.10%
HSB/HSV218°23.58%96.47%
CMYK23.58%15.04%0.00%
3.53%

Color #BCD1F6 in popluar number systems.

HEXBCD1F6
Decimal188209246
Binary101111001101000111110110
Octal274321366

Shades and tints

Shades of #BCD1F6

#BCD1F6
(188,209,246)
#ABBEE0
(171,190,224)
#9AABCA
(154,171,202)
#8998B4
(137,152,180)
#78859E
(120,133,158)
#677288
(103,114,136)
#565F72
(86,95,114)
#454C5C
(69,76,92)
#343946
(52,57,70)
#232630
(35,38,48)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #BCD1F6

#BCD1F6
(188,209,246)
#C2D5F6
(194,213,246)
#C8D9F6
(200,217,246)
#CEDDF6
(206,221,246)
#D4E1F6
(212,225,246)
#DAE5F6
(218,229,246)
#E0E9F6
(224,233,246)
#E6EDF6
(230,237,246)
#ECF1F6
(236,241,246)
#F2F5F6
(242,245,246)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD1F6; }

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

This text font color is #BCD1F6.


Background Color

.myBgColor { background-color: #BCD1F6; }

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

This div background color is #BCD1F6.


Border color

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

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

This div border color is #BCD1F6.


Opacity

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

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

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

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

This text has shadow with #BCD1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD1F6 on black background.


Color preview on white background

This text has color #BCD1F6 on white background.



Black color preview on #BCD1F6 background

This text has black color on #BCD1F6 background.


White color preview on #BCD1F6 background

This text has white color on #BCD1F6 background.