COLOR #BCDCF3

HEX: #BCDCF3
RGB: (188,220,243)

Color info

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

RGB color model

#BCDCF3 color RGB value is (188,220,243).

  • red value is 188;
  • green value is 220;
  • blue value is 243.
RGB:
(188,220,243)
(74%,86%,95%)

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 243 of 255 = 95%

188
220
243

R + G + B ~ 85%. #BCDCF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 220 + 243 = 651 (100%)
R 188 of 651 ~ 28.88%
G 220 of 651 ~ 33.79%
B 243 of 651 ~ 37.33%

%28.88
%33.79
%37.33

CMYK color model

#BCDCF3 color CMYK value is (23,9,0,5).

  • cyan value is 22.63%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(23,9,0,5)
C23M9Y0K5 
(23%,9%,0%,5%)
(0.23/0.09/0.00/0.05)	

CMYK percentages

%22.63
%9.47
%0
%4.71

Codes

Color #BCDCF3 in popluar color models

BCDCF3
RGB188220243
HSL205°69.62%84.51%
HSB/HSV205°22.63%95.29%
CMYK22.63%9.47%0.00%
4.71%

Color #BCDCF3 in popluar number systems.

HEXBCDCF3
Decimal188220243
Binary101111001101110011110011
Octal274334363

Shades and tints

Shades of #BCDCF3

#BCDCF3
(188,220,243)
#ABC8DD
(171,200,221)
#9AB4C7
(154,180,199)
#89A0B1
(137,160,177)
#788C9B
(120,140,155)
#677885
(103,120,133)
#56646F
(86,100,111)
#455059
(69,80,89)
#343C43
(52,60,67)
#23282D
(35,40,45)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCDCF3

#BCDCF3
(188,220,243)
#C2DFF4
(194,223,244)
#C8E2F5
(200,226,245)
#CEE5F6
(206,229,246)
#D4E8F7
(212,232,247)
#DAEBF8
(218,235,248)
#E0EEF9
(224,238,249)
#E6F1FA
(230,241,250)
#ECF4FB
(236,244,251)
#F2F7FC
(242,247,252)
#F8FAFD
(248,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDCF3 color. Also use rgb(188,220,243) instead hex code.

Text Font Color

.myTextColor { color: #BCDCF3; }

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

This text font color is #BCDCF3.


Background Color

.myBgColor { background-color: #BCDCF3; }

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

This div background color is #BCDCF3.


Border color

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

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

This div border color is #BCDCF3.


Opacity

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

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

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

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

This text has shadow with #BCDCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDCF3 on black background.


Color preview on white background

This text has color #BCDCF3 on white background.



Black color preview on #BCDCF3 background

This text has black color on #BCDCF3 background.


White color preview on #BCDCF3 background

This text has white color on #BCDCF3 background.