COLOR #BCDEF6

HEX: #BCDEF6
RGB: (188,222,246)

Color info

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

RGB color model

#BCDEF6 color RGB value is (188,222,246).

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

RGB channels and saturation

R 188 of 255 = 74%
G 222 of 255 = 87%
B 246 of 255 = 96%

188
222
246

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

Portions of RGB colors in percentages

R + G + B =
188 + 222 + 246 = 656 (100%)
R 188 of 656 ~ 28.66%
G 222 of 656 ~ 33.84%
B 246 of 656 ~ 37.5%

%28.66
%33.84
%37.5

CMYK color model

#BCDEF6 color CMYK value is (24,10,0,4).

  • cyan value is 23.58%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,10,0,4)
C24M10Y0K4 
(24%,10%,0%,4%)
(0.24/0.10/0.00/0.04)	

CMYK percentages

%23.58
%9.76
%0
%3.53

Codes

Color #BCDEF6 in popluar color models

BCDEF6
RGB188222246
HSL205°76.32%85.10%
HSB/HSV205°23.58%96.47%
CMYK23.58%9.76%0.00%
3.53%

Color #BCDEF6 in popluar number systems.

HEXBCDEF6
Decimal188222246
Binary101111001101111011110110
Octal274336366

Shades and tints

Shades of #BCDEF6

#BCDEF6
(188,222,246)
#ABCAE0
(171,202,224)
#9AB6CA
(154,182,202)
#89A2B4
(137,162,180)
#788E9E
(120,142,158)
#677A88
(103,122,136)
#566672
(86,102,114)
#45525C
(69,82,92)
#343E46
(52,62,70)
#232A30
(35,42,48)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #BCDEF6

#BCDEF6
(188,222,246)
#C2E1F6
(194,225,246)
#C8E4F6
(200,228,246)
#CEE7F6
(206,231,246)
#D4EAF6
(212,234,246)
#DAEDF6
(218,237,246)
#E0F0F6
(224,240,246)
#E6F3F6
(230,243,246)
#ECF6F6
(236,246,246)
#F2F9F6
(242,249,246)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDEF6; }

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

This text font color is #BCDEF6.


Background Color

.myBgColor { background-color: #BCDEF6; }

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

This div background color is #BCDEF6.


Border color

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

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

This div border color is #BCDEF6.


Opacity

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

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

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

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

This text has shadow with #BCDEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDEF6 on black background.


Color preview on white background

This text has color #BCDEF6 on white background.



Black color preview on #BCDEF6 background

This text has black color on #BCDEF6 background.


White color preview on #BCDEF6 background

This text has white color on #BCDEF6 background.