COLOR #BCDCE9

HEX: #BCDCE9
RGB: (188,220,233)

Color info

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

RGB color model

#BCDCE9 color RGB value is (188,220,233).

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

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 233 of 255 = 91%

188
220
233

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

Portions of RGB colors in percentages

R + G + B =
188 + 220 + 233 = 641 (100%)
R 188 of 641 ~ 29.33%
G 220 of 641 ~ 34.32%
B 233 of 641 ~ 36.35%

%29.33
%34.32
%36.35

CMYK color model

#BCDCE9 color CMYK value is (19,6,0,9).

  • cyan value is 19.31%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(19,6,0,9)
C19M6Y0K9 
(19%,6%,0%,9%)
(0.19/0.06/0.00/0.09)	

CMYK percentages

%19.31
%5.58
%0
%8.63

Codes

Color #BCDCE9 in popluar color models

BCDCE9
RGB188220233
HSL197°50.56%82.55%
HSB/HSV197°19.31%91.37%
CMYK19.31%5.58%0.00%
8.63%

Color #BCDCE9 in popluar number systems.

HEXBCDCE9
Decimal188220233
Binary101111001101110011101001
Octal274334351

Shades and tints

Shades of #BCDCE9

#BCDCE9
(188,220,233)
#ABC8D4
(171,200,212)
#9AB4BF
(154,180,191)
#89A0AA
(137,160,170)
#788C95
(120,140,149)
#677880
(103,120,128)
#56646B
(86,100,107)
#455056
(69,80,86)
#343C41
(52,60,65)
#23282C
(35,40,44)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCDCE9

#BCDCE9
(188,220,233)
#C2DFEB
(194,223,235)
#C8E2ED
(200,226,237)
#CEE5EF
(206,229,239)
#D4E8F1
(212,232,241)
#DAEBF3
(218,235,243)
#E0EEF5
(224,238,245)
#E6F1F7
(230,241,247)
#ECF4F9
(236,244,249)
#F2F7FB
(242,247,251)
#F8FAFD
(248,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDCE9; }

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

This text font color is #BCDCE9.


Background Color

.myBgColor { background-color: #BCDCE9; }

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

This div background color is #BCDCE9.


Border color

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

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

This div border color is #BCDCE9.


Opacity

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

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

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

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

This text has shadow with #BCDCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDCE9 on black background.


Color preview on white background

This text has color #BCDCE9 on white background.



Black color preview on #BCDCE9 background

This text has black color on #BCDCE9 background.


White color preview on #BCDCE9 background

This text has white color on #BCDCE9 background.