COLOR #BCDAEF

HEX: #BCDAEF RGB: (188,218,239)

Color info

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

RGB color model

#BCDAEF color RGB value is (188,218,239).

RGB: (188,218,239) (74%, 85%, 94%)

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 239 of 255 = 94%

188
218
239

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

Portions of RGB colors in percentages

R + G + B = 188 + 218 + 239 = 645 (100%)
R 188 of 645 ~ 29.15%
G 218 of 645 ~ 33.8%
B 239 of 645 ~ 37.05'%

%29.15
%33.8
%37.05

CMYK color model

#BCDAEF color CMYK value is (21,9,0,6).

  • cyan value is 21.34%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (21,9,0,6)
C21M9Y0K6 (21%, 9%, 0%, 6%)
(0.21 / 0.09 / 0.00 / 0.06)

CMYK percentages

%21.34
%8.79
%0
%6.27

Codes

Color #BCDAEF in popluar color models

BC DA EF
RGB 188 218 239
HSL 205° 61.45% 83.73%
HSB/HSV 205° 21.34% 93.73%
CMYK 21.34% 8.79% 0.00%
6.27%

Color #BCDAEF in popluar number systems.

HEX BC DA EF
Decimal 188 218 239
Binary 10111100 11011010 11101111
Octal 274 332 357

Shades and tints

Shades of #BCDAEF

#BCDAEF
(188,218,239)
#ABC7DA
(171,199,218)
#9AB4C5
(154,180,197)
#89A1B0
(137,161,176)
#788E9B
(120,142,155)
#677B86
(103,123,134)
#566871
(86,104,113)
#45555C
(69,85,92)
#344247
(52,66,71)
#232F32
(35,47,50)
#121C1D
(18,28,29)
#000000
(0,0,0)

Tints of #BCDAEF

#BCDAEF
(188,218,239)
#C2DDF0
(194,221,240)
#C8E0F1
(200,224,241)
#CEE3F2
(206,227,242)
#D4E6F3
(212,230,243)
#DAE9F4
(218,233,244)
#E0ECF5
(224,236,245)
#E6EFF6
(230,239,246)
#ECF2F7
(236,242,247)
#F2F5F8
(242,245,248)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDAEF; }

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

This text font color is #BCDAEF.

Background Color

.myBgColor { background-color: #BCDAEF; }

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

This div background color is #BCDAEF.

Border color

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

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

This div border color is #BCDAEF.

Opacity

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

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

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

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

This text has shadow with #BCDAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDAEF.

Preview

Color preview on black background

This text has color #BCDAEF on black background.


Color preview on white background

This text has color #BCDAEF on white background.


Black color preview on #BCDAEF background

This text has black color on #BCDAEF background.


White color preview on #BCDAEF background

This text has white color on #BCDAEF background.


Related colors

Complementary color

Complementary color for #hex is #432510.


I love getcolorcode.com

Triadic colors

1 #EFBCDA and #DAEFBC with #BCDAEF are triadic colors.

2 #EFDABC and #DABCEF with #BCDAEF are triadic colors.