COLOR #BCDAE9

HEX: #BCDAE9
RGB: (188,218,233)

Color info

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

RGB color model

#BCDAE9 color RGB value is (188,218,233).

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

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 233 of 255 = 91%

188
218
233

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

Portions of RGB colors in percentages

R + G + B =
188 + 218 + 233 = 639 (100%)
R 188 of 639 ~ 29.42%
G 218 of 639 ~ 34.12%
B 233 of 639 ~ 36.46%

%29.42
%34.12
%36.46

CMYK color model

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

  • cyan value is 19.31%
  • magenta value is 6.44%
  • 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
%6.44
%0
%8.63

Codes

Color #BCDAE9 in popluar color models

BCDAE9
RGB188218233
HSL200°50.56%82.55%
HSB/HSV200°19.31%91.37%
CMYK19.31%6.44%0.00%
8.63%

Color #BCDAE9 in popluar number systems.

HEXBCDAE9
Decimal188218233
Binary101111001101101011101001
Octal274332351

Shades and tints

Shades of #BCDAE9

#BCDAE9
(188,218,233)
#ABC7D4
(171,199,212)
#9AB4BF
(154,180,191)
#89A1AA
(137,161,170)
#788E95
(120,142,149)
#677B80
(103,123,128)
#56686B
(86,104,107)
#455556
(69,85,86)
#344241
(52,66,65)
#232F2C
(35,47,44)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #BCDAE9

#BCDAE9
(188,218,233)
#C2DDEB
(194,221,235)
#C8E0ED
(200,224,237)
#CEE3EF
(206,227,239)
#D4E6F1
(212,230,241)
#DAE9F3
(218,233,243)
#E0ECF5
(224,236,245)
#E6EFF7
(230,239,247)
#ECF2F9
(236,242,249)
#F2F5FB
(242,245,251)
#F8F8FD
(248,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDAE9; }

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

This text font color is #BCDAE9.


Background Color

.myBgColor { background-color: #BCDAE9; }

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

This div background color is #BCDAE9.


Border color

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

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

This div border color is #BCDAE9.


Opacity

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

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

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

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

This text has shadow with #BCDAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDAE9 on black background.


Color preview on white background

This text has color #BCDAE9 on white background.



Black color preview on #BCDAE9 background

This text has black color on #BCDAE9 background.


White color preview on #BCDAE9 background

This text has white color on #BCDAE9 background.