COLOR #BCDBEA

HEX: #BCDBEA RGB: (188,219,234)

Color info

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

RGB color model

#BCDBEA color RGB value is (188,219,234).

RGB: (188,219,234) (74%, 86%, 92%)

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 234 of 255 = 92%

188
219
234

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

Portions of RGB colors in percentages

R + G + B = 188 + 219 + 234 = 641 (100%)
R 188 of 641 ~ 29.33%
G 219 of 641 ~ 34.17%
B 234 of 641 ~ 36.51'%

%29.33
%34.17
%36.51

CMYK color model

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

  • cyan value is 19.66%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (20,6,0,8)
C20M6Y0K8 (20%, 6%, 0%, 8%)
(0.20 / 0.06 / 0.00 / 0.08)

CMYK percentages

%19.66
%6.41
%0
%8.24

Codes

Color #BCDBEA in popluar color models

BC DB EA
RGB 188 219 234
HSL 200° 52.27% 82.75%
HSB/HSV 200° 19.66% 91.76%
CMYK 19.66% 6.41% 0.00%
8.24%

Color #BCDBEA in popluar number systems.

HEX BC DB EA
Decimal 188 219 234
Binary 10111100 11011011 11101010
Octal 274 333 352

Shades and tints

Shades of #BCDBEA

#BCDBEA
(188,219,234)
#ABC8D5
(171,200,213)
#9AB5C0
(154,181,192)
#89A2AB
(137,162,171)
#788F96
(120,143,150)
#677C81
(103,124,129)
#56696C
(86,105,108)
#455657
(69,86,87)
#344342
(52,67,66)
#23302D
(35,48,45)
#121D18
(18,29,24)
#000000
(0,0,0)

Tints of #BCDBEA

#BCDBEA
(188,219,234)
#C2DEEB
(194,222,235)
#C8E1EC
(200,225,236)
#CEE4ED
(206,228,237)
#D4E7EE
(212,231,238)
#DAEAEF
(218,234,239)
#E0EDF0
(224,237,240)
#E6F0F1
(230,240,241)
#ECF3F2
(236,243,242)
#F2F6F3
(242,246,243)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDBEA color. Also use rgb(188,219,234) instead hex code.

Text Font Color

.myTextColor { color: #BCDBEA; }

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

This text font color is #BCDBEA.

Background Color

.myBgColor { background-color: #BCDBEA; }

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

This div background color is #BCDBEA.

Border color

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

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

This div border color is #BCDBEA.

Opacity

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

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

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

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

This text has shadow with #BCDBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDBEA.

Preview

Color preview on black background

This text has color #BCDBEA on black background.


Color preview on white background

This text has color #BCDBEA on white background.


Black color preview on #BCDBEA background

This text has black color on #BCDBEA background.


White color preview on #BCDBEA background

This text has white color on #BCDBEA background.


Related colors

Complementary color

Complementary color for #hex is #432415.


I love getcolorcode.com

Triadic colors

1 #EABCDB and #DBEABC with #BCDBEA are triadic colors.

2 #EADBBC and #DBBCEA with #BCDBEA are triadic colors.