COLOR #BDC5DE

HEX: #BDC5DE RGB: (189,197,222)

Color info

#BDC5DE contains red, green and blue colors in about the same proportion. Web safe color of #BDC5DE is #CCCCCC (or #CCC).

RGB color model

#BDC5DE color RGB value is (189,197,222).

RGB: (189,197,222) (74%, 77%, 87%)

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 222 of 255 = 87%

189
197
222

R + G + B ~ 79%. #BDC5DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 197 + 222 = 608 (100%)
R 189 of 608 ~ 31.09%
G 197 of 608 ~ 32.4%
B 222 of 608 ~ 36.51'%

%31.09
%32.4
%36.51

CMYK color model

#BDC5DE color CMYK value is (15,11,0,13).

  • cyan value is 14.86%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (15,11,0,13)
C15M11Y0K13 (15%, 11%, 0%, 13%)
(0.15 / 0.11 / 0.00 / 0.13)

CMYK percentages

%14.86
%11.26
%0
%12.94

Codes

Color #BDC5DE in popluar color models

BD C5 DE
RGB 189 197 222
HSL 225° 33.33% 80.59%
HSB/HSV 225° 14.86% 87.06%
CMYK 14.86% 11.26% 0.00%
12.94%

Color #BDC5DE in popluar number systems.

HEX BD C5 DE
Decimal 189 197 222
Binary 10111101 11000101 11011110
Octal 275 305 336

Shades and tints

Shades of #BDC5DE

#BDC5DE
(189,197,222)
#ACB4CA
(172,180,202)
#9BA3B6
(155,163,182)
#8A92A2
(138,146,162)
#79818E
(121,129,142)
#68707A
(104,112,122)
#575F66
(87,95,102)
#464E52
(70,78,82)
#353D3E
(53,61,62)
#242C2A
(36,44,42)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #BDC5DE

#BDC5DE
(189,197,222)
#C3CAE1
(195,202,225)
#C9CFE4
(201,207,228)
#CFD4E7
(207,212,231)
#D5D9EA
(213,217,234)
#DBDEED
(219,222,237)
#E1E3F0
(225,227,240)
#E7E8F3
(231,232,243)
#EDEDF6
(237,237,246)
#F3F2F9
(243,242,249)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC5DE color. Also use rgb(189,197,222) instead hex code.

Text Font Color

.myTextColor { color: #BDC5DE; }

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

This text font color is #BDC5DE.

Background Color

.myBgColor { background-color: #BDC5DE; }

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

This div background color is #BDC5DE.

Border color

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

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

This div border color is #BDC5DE.

Opacity

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

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

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

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

This text has shadow with #BDC5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC5DE.

Preview

Color preview on black background

This text has color #BDC5DE on black background.


Color preview on white background

This text has color #BDC5DE on white background.


Black color preview on #BDC5DE background

This text has black color on #BDC5DE background.


White color preview on #BDC5DE background

This text has white color on #BDC5DE background.


Related colors

Complementary color

Complementary color for #hex is #423A21.


I love getcolorcode.com

Triadic colors

1 #DEBDC5 and #C5DEBD with #BDC5DE are triadic colors.

2 #DEC5BD and #C5BDDE with #BDC5DE are triadic colors.