COLOR #BCCDE9

HEX: #BCCDE9
RGB: (188,205,233)

Color info

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

RGB color model

#BCCDE9 color RGB value is (188,205,233).

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

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 233 of 255 = 91%

188
205
233

R + G + B ~ 82%. #BCCDE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 233 = 626 (100%)
R 188 of 626 ~ 30.03%
G 205 of 626 ~ 32.75%
B 233 of 626 ~ 37.22%

%30.03
%32.75
%37.22

CMYK color model

#BCCDE9 color CMYK value is (19,12,0,9).

  • cyan value is 19.31%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(19,12,0,9)
C19M12Y0K9 
(19%,12%,0%,9%)
(0.19/0.12/0.00/0.09)	

CMYK percentages

%19.31
%12.02
%0
%8.63

Codes

Color #BCCDE9 in popluar color models

BCCDE9
RGB188205233
HSL217°50.56%82.55%
HSB/HSV217°19.31%91.37%
CMYK19.31%12.02%0.00%
8.63%

Color #BCCDE9 in popluar number systems.

HEXBCCDE9
Decimal188205233
Binary101111001100110111101001
Octal274315351

Shades and tints

Shades of #BCCDE9

#BCCDE9
(188,205,233)
#ABBBD4
(171,187,212)
#9AA9BF
(154,169,191)
#8997AA
(137,151,170)
#788595
(120,133,149)
#677380
(103,115,128)
#56616B
(86,97,107)
#454F56
(69,79,86)
#343D41
(52,61,65)
#232B2C
(35,43,44)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCCDE9

#BCCDE9
(188,205,233)
#C2D1EB
(194,209,235)
#C8D5ED
(200,213,237)
#CED9EF
(206,217,239)
#D4DDF1
(212,221,241)
#DAE1F3
(218,225,243)
#E0E5F5
(224,229,245)
#E6E9F7
(230,233,247)
#ECEDF9
(236,237,249)
#F2F1FB
(242,241,251)
#F8F5FD
(248,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDE9; }

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

This text font color is #BCCDE9.


Background Color

.myBgColor { background-color: #BCCDE9; }

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

This div background color is #BCCDE9.


Border color

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

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

This div border color is #BCCDE9.


Opacity

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

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

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

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

This text has shadow with #BCCDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDE9 on black background.


Color preview on white background

This text has color #BCCDE9 on white background.



Black color preview on #BCCDE9 background

This text has black color on #BCCDE9 background.


White color preview on #BCCDE9 background

This text has white color on #BCCDE9 background.