COLOR #BCD5E9

HEX: #BCD5E9
RGB: (188,213,233)

Color info

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

RGB color model

#BCD5E9 color RGB value is (188,213,233).

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

RGB channels and saturation

R 188 of 255 = 74%
G 213 of 255 = 84%
B 233 of 255 = 91%

188
213
233

R + G + B ~ 83%. #BCD5E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 213 + 233 = 634 (100%)
R 188 of 634 ~ 29.65%
G 213 of 634 ~ 33.6%
B 233 of 634 ~ 36.75%

%29.65
%33.6
%36.75

CMYK color model

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

  • cyan value is 19.31%
  • magenta value is 8.58%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(19,9,0,9)
C19M9Y0K9 
(19%,9%,0%,9%)
(0.19/0.09/0.00/0.09)	

CMYK percentages

%19.31
%8.58
%0
%8.63

Codes

Color #BCD5E9 in popluar color models

BCD5E9
RGB188213233
HSL207°50.56%82.55%
HSB/HSV207°19.31%91.37%
CMYK19.31%8.58%0.00%
8.63%

Color #BCD5E9 in popluar number systems.

HEXBCD5E9
Decimal188213233
Binary101111001101010111101001
Octal274325351

Shades and tints

Shades of #BCD5E9

#BCD5E9
(188,213,233)
#ABC2D4
(171,194,212)
#9AAFBF
(154,175,191)
#899CAA
(137,156,170)
#788995
(120,137,149)
#677680
(103,118,128)
#56636B
(86,99,107)
#455056
(69,80,86)
#343D41
(52,61,65)
#232A2C
(35,42,44)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #BCD5E9

#BCD5E9
(188,213,233)
#C2D8EB
(194,216,235)
#C8DBED
(200,219,237)
#CEDEEF
(206,222,239)
#D4E1F1
(212,225,241)
#DAE4F3
(218,228,243)
#E0E7F5
(224,231,245)
#E6EAF7
(230,234,247)
#ECEDF9
(236,237,249)
#F2F0FB
(242,240,251)
#F8F3FD
(248,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD5E9; }

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

This text font color is #BCD5E9.


Background Color

.myBgColor { background-color: #BCD5E9; }

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

This div background color is #BCD5E9.


Border color

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

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

This div border color is #BCD5E9.


Opacity

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

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

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

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

This text has shadow with #BCD5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD5E9 on black background.


Color preview on white background

This text has color #BCD5E9 on white background.



Black color preview on #BCD5E9 background

This text has black color on #BCD5E9 background.


White color preview on #BCD5E9 background

This text has white color on #BCD5E9 background.