COLOR #BDCDEC

HEX: #BDCDEC RGB: (189,205,236)

Color info

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

RGB color model

#BDCDEC color RGB value is (189,205,236).

RGB: (189,205,236) (74%, 80%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 236 of 255 = 93%

189
205
236

R + G + B ~ 82%. #BDCDEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 205 + 236 = 630 (100%)
R 189 of 630 ~ 30%
G 205 of 630 ~ 32.54%
B 236 of 630 ~ 37.46'%

%30
%32.54
%37.46

CMYK color model

#BDCDEC color CMYK value is (20,13,0,7).

  • cyan value is 19.92%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (20,13,0,7)
C20M13Y0K7 (20%, 13%, 0%, 7%)
(0.20 / 0.13 / 0.00 / 0.07)

CMYK percentages

%19.92
%13.14
%0
%7.45

Codes

Color #BDCDEC in popluar color models

BD CD EC
RGB 189 205 236
HSL 220° 55.29% 83.33%
HSB/HSV 220° 19.92% 92.55%
CMYK 19.92% 13.14% 0.00%
7.45%

Color #BDCDEC in popluar number systems.

HEX BD CD EC
Decimal 189 205 236
Binary 10111101 11001101 11101100
Octal 275 315 354

Shades and tints

Shades of #BDCDEC

#BDCDEC
(189,205,236)
#ACBBD7
(172,187,215)
#9BA9C2
(155,169,194)
#8A97AD
(138,151,173)
#798598
(121,133,152)
#687383
(104,115,131)
#57616E
(87,97,110)
#464F59
(70,79,89)
#353D44
(53,61,68)
#242B2F
(36,43,47)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #BDCDEC

#BDCDEC
(189,205,236)
#C3D1ED
(195,209,237)
#C9D5EE
(201,213,238)
#CFD9EF
(207,217,239)
#D5DDF0
(213,221,240)
#DBE1F1
(219,225,241)
#E1E5F2
(225,229,242)
#E7E9F3
(231,233,243)
#EDEDF4
(237,237,244)
#F3F1F5
(243,241,245)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCDEC color. Also use rgb(189,205,236) instead hex code.

Text Font Color

.myTextColor { color: #BDCDEC; }

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

This text font color is #BDCDEC.

Background Color

.myBgColor { background-color: #BDCDEC; }

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

This div background color is #BDCDEC.

Border color

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

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

This div border color is #BDCDEC.

Opacity

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

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

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

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

This text has shadow with #BDCDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCDEC.

Preview

Color preview on black background

This text has color #BDCDEC on black background.


Color preview on white background

This text has color #BDCDEC on white background.


Black color preview on #BDCDEC background

This text has black color on #BDCDEC background.


White color preview on #BDCDEC background

This text has white color on #BDCDEC background.


Related colors

Complementary color

Complementary color for #hex is #423213.


I love getcolorcode.com

Triadic colors

1 #ECBDCD and #CDECBD with #BDCDEC are triadic colors.

2 #ECCDBD and #CDBDEC with #BDCDEC are triadic colors.