COLOR #BCDEE7

HEX: #BCDEE7
RGB: (188,222,231)

Color info

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

RGB color model

#BCDEE7 color RGB value is (188,222,231).

  • red value is 188;
  • green value is 222;
  • blue value is 231.
RGB:
(188,222,231)
(74%,87%,91%)

RGB channels and saturation

R 188 of 255 = 74%
G 222 of 255 = 87%
B 231 of 255 = 91%

188
222
231

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

Portions of RGB colors in percentages

R + G + B =
188 + 222 + 231 = 641 (100%)
R 188 of 641 ~ 29.33%
G 222 of 641 ~ 34.63%
B 231 of 641 ~ 36.04%

%29.33
%34.63
%36.04

CMYK color model

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

  • cyan value is 18.61%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(19,4,0,9)
C19M4Y0K9 
(19%,4%,0%,9%)
(0.19/0.04/0.00/0.09)	

CMYK percentages

%18.61
%3.9
%0
%9.41

Codes

Color #BCDEE7 in popluar color models

BCDEE7
RGB188222231
HSL193°47.25%82.16%
HSB/HSV193°18.61%90.59%
CMYK18.61%3.90%0.00%
9.41%

Color #BCDEE7 in popluar number systems.

HEXBCDEE7
Decimal188222231
Binary101111001101111011100111
Octal274336347

Shades and tints

Shades of #BCDEE7

#BCDEE7
(188,222,231)
#ABCAD2
(171,202,210)
#9AB6BD
(154,182,189)
#89A2A8
(137,162,168)
#788E93
(120,142,147)
#677A7E
(103,122,126)
#566669
(86,102,105)
#455254
(69,82,84)
#343E3F
(52,62,63)
#232A2A
(35,42,42)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BCDEE7

#BCDEE7
(188,222,231)
#C2E1E9
(194,225,233)
#C8E4EB
(200,228,235)
#CEE7ED
(206,231,237)
#D4EAEF
(212,234,239)
#DAEDF1
(218,237,241)
#E0F0F3
(224,240,243)
#E6F3F5
(230,243,245)
#ECF6F7
(236,246,247)
#F2F9F9
(242,249,249)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDEE7 color. Also use rgb(188,222,231) instead hex code.

Text Font Color

.myTextColor { color: #BCDEE7; }

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

This text font color is #BCDEE7.


Background Color

.myBgColor { background-color: #BCDEE7; }

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

This div background color is #BCDEE7.


Border color

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

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

This div border color is #BCDEE7.


Opacity

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

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

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

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

This text has shadow with #BCDEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDEE7 on black background.


Color preview on white background

This text has color #BCDEE7 on white background.



Black color preview on #BCDEE7 background

This text has black color on #BCDEE7 background.


White color preview on #BCDEE7 background

This text has white color on #BCDEE7 background.