COLOR #BCD9EB

HEX: #BCD9EB
RGB: (188,217,235)

Color info

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

RGB color model

#BCD9EB color RGB value is (188,217,235).

  • red value is 188;
  • green value is 217;
  • blue value is 235.
RGB:
(188,217,235)
(74%,85%,92%)

RGB channels and saturation

R 188 of 255 = 74%
G 217 of 255 = 85%
B 235 of 255 = 92%

188
217
235

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

Portions of RGB colors in percentages

R + G + B =
188 + 217 + 235 = 640 (100%)
R 188 of 640 ~ 29.38%
G 217 of 640 ~ 33.91%
B 235 of 640 ~ 36.72%

%29.38
%33.91
%36.72

CMYK color model

#BCD9EB color CMYK value is (20,8,0,8).

  • cyan value is 20.00%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,8,0,8)
C20M8Y0K8 
(20%,8%,0%,8%)
(0.20/0.08/0.00/0.08)	

CMYK percentages

%20
%7.66
%0
%7.84

Codes

Color #BCD9EB in popluar color models

BCD9EB
RGB188217235
HSL203°54.02%82.94%
HSB/HSV203°20.00%92.16%
CMYK20.00%7.66%0.00%
7.84%

Color #BCD9EB in popluar number systems.

HEXBCD9EB
Decimal188217235
Binary101111001101100111101011
Octal274331353

Shades and tints

Shades of #BCD9EB

#BCD9EB
(188,217,235)
#ABC6D6
(171,198,214)
#9AB3C1
(154,179,193)
#89A0AC
(137,160,172)
#788D97
(120,141,151)
#677A82
(103,122,130)
#56676D
(86,103,109)
#455458
(69,84,88)
#344143
(52,65,67)
#232E2E
(35,46,46)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #BCD9EB

#BCD9EB
(188,217,235)
#C2DCEC
(194,220,236)
#C8DFED
(200,223,237)
#CEE2EE
(206,226,238)
#D4E5EF
(212,229,239)
#DAE8F0
(218,232,240)
#E0EBF1
(224,235,241)
#E6EEF2
(230,238,242)
#ECF1F3
(236,241,243)
#F2F4F4
(242,244,244)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD9EB color. Also use rgb(188,217,235) instead hex code.

Text Font Color

.myTextColor { color: #BCD9EB; }

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

This text font color is #BCD9EB.


Background Color

.myBgColor { background-color: #BCD9EB; }

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

This div background color is #BCD9EB.


Border color

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

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

This div border color is #BCD9EB.


Opacity

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

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

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

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

This text has shadow with #BCD9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD9EB on black background.


Color preview on white background

This text has color #BCD9EB on white background.



Black color preview on #BCD9EB background

This text has black color on #BCD9EB background.


White color preview on #BCD9EB background

This text has white color on #BCD9EB background.