COLOR #BCD6FC

HEX: #BCD6FC
RGB: (188,214,252)

Color info

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

RGB color model

#BCD6FC color RGB value is (188,214,252).

  • red value is 188;
  • green value is 214;
  • blue value is 252.
RGB:
(188,214,252)
(74%,84%,99%)

RGB channels and saturation

R 188 of 255 = 74%
G 214 of 255 = 84%
B 252 of 255 = 99%

188
214
252

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

Portions of RGB colors in percentages

R + G + B =
188 + 214 + 252 = 654 (100%)
R 188 of 654 ~ 28.75%
G 214 of 654 ~ 32.72%
B 252 of 654 ~ 38.53%

%28.75
%32.72
%38.53

CMYK color model

#BCD6FC color CMYK value is (25,15,0,1).

  • cyan value is 25.40%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(25,15,0,1)
C25M15Y0K1 
(25%,15%,0%,1%)
(0.25/0.15/0.00/0.01)	

CMYK percentages

%25.4
%15.08
%0
%1.18

Codes

Color #BCD6FC in popluar color models

BCD6FC
RGB188214252
HSL216°91.43%86.27%
HSB/HSV216°25.40%98.82%
CMYK25.40%15.08%0.00%
1.18%

Color #BCD6FC in popluar number systems.

HEXBCD6FC
Decimal188214252
Binary101111001101011011111100
Octal274326374

Shades and tints

Shades of #BCD6FC

#BCD6FC
(188,214,252)
#ABC3E6
(171,195,230)
#9AB0D0
(154,176,208)
#899DBA
(137,157,186)
#788AA4
(120,138,164)
#67778E
(103,119,142)
#566478
(86,100,120)
#455162
(69,81,98)
#343E4C
(52,62,76)
#232B36
(35,43,54)
#121820
(18,24,32)
#000000
(0,0,0)

Tints of #BCD6FC

#BCD6FC
(188,214,252)
#C2D9FC
(194,217,252)
#C8DCFC
(200,220,252)
#CEDFFC
(206,223,252)
#D4E2FC
(212,226,252)
#DAE5FC
(218,229,252)
#E0E8FC
(224,232,252)
#E6EBFC
(230,235,252)
#ECEEFC
(236,238,252)
#F2F1FC
(242,241,252)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD6FC color. Also use rgb(188,214,252) instead hex code.

Text Font Color

.myTextColor { color: #BCD6FC; }

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

This text font color is #BCD6FC.


Background Color

.myBgColor { background-color: #BCD6FC; }

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

This div background color is #BCD6FC.


Border color

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

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

This div border color is #BCD6FC.


Opacity

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

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

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

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

This text has shadow with #BCD6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD6FC on black background.


Color preview on white background

This text has color #BCD6FC on white background.



Black color preview on #BCD6FC background

This text has black color on #BCD6FC background.


White color preview on #BCD6FC background

This text has white color on #BCD6FC background.