COLOR #BDC5E7

HEX: #BDC5E7 RGB: (189,197,231)

Color info

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

RGB color model

#BDC5E7 color RGB value is (189,197,231).

RGB: (189,197,231) (74%, 77%, 91%)

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 231 of 255 = 91%

189
197
231

R + G + B ~ 81%. #BDC5E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 197 + 231 = 617 (100%)
R 189 of 617 ~ 30.63%
G 197 of 617 ~ 31.93%
B 231 of 617 ~ 37.44'%

%30.63
%31.93
%37.44

CMYK color model

#BDC5E7 color CMYK value is (18,15,0,9).

  • cyan value is 18.18%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (18,15,0,9)
C18M15Y0K9 (18%, 15%, 0%, 9%)
(0.18 / 0.15 / 0.00 / 0.09)

CMYK percentages

%18.18
%14.72
%0
%9.41

Codes

Color #BDC5E7 in popluar color models

BD C5 E7
RGB 189 197 231
HSL 229° 46.67% 82.35%
HSB/HSV 229° 18.18% 90.59%
CMYK 18.18% 14.72% 0.00%
9.41%

Color #BDC5E7 in popluar number systems.

HEX BD C5 E7
Decimal 189 197 231
Binary 10111101 11000101 11100111
Octal 275 305 347

Shades and tints

Shades of #BDC5E7

#BDC5E7
(189,197,231)
#ACB4D2
(172,180,210)
#9BA3BD
(155,163,189)
#8A92A8
(138,146,168)
#798193
(121,129,147)
#68707E
(104,112,126)
#575F69
(87,95,105)
#464E54
(70,78,84)
#353D3F
(53,61,63)
#242C2A
(36,44,42)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #BDC5E7

#BDC5E7
(189,197,231)
#C3CAE9
(195,202,233)
#C9CFEB
(201,207,235)
#CFD4ED
(207,212,237)
#D5D9EF
(213,217,239)
#DBDEF1
(219,222,241)
#E1E3F3
(225,227,243)
#E7E8F5
(231,232,245)
#EDEDF7
(237,237,247)
#F3F2F9
(243,242,249)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC5E7; }

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

This text font color is #BDC5E7.

Background Color

.myBgColor { background-color: #BDC5E7; }

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

This div background color is #BDC5E7.

Border color

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

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

This div border color is #BDC5E7.

Opacity

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

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

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

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

This text has shadow with #BDC5E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC5E7.

Preview

Color preview on black background

This text has color #BDC5E7 on black background.


Color preview on white background

This text has color #BDC5E7 on white background.


Black color preview on #BDC5E7 background

This text has black color on #BDC5E7 background.


White color preview on #BDC5E7 background

This text has white color on #BDC5E7 background.


Related colors

Complementary color

Complementary color for #hex is #423A18.


I love getcolorcode.com

Triadic colors

1 #E7BDC5 and #C5E7BD with #BDC5E7 are triadic colors.

2 #E7C5BD and #C5BDE7 with #BDC5E7 are triadic colors.