COLOR #BDC4ED

HEX: #BDC4ED RGB: (189,196,237)

Color info

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

RGB color model

#BDC4ED color RGB value is (189,196,237).

RGB: (189,196,237) (74%, 77%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 196 of 255 = 77%
B 237 of 255 = 93%

189
196
237

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

Portions of RGB colors in percentages

R + G + B = 189 + 196 + 237 = 622 (100%)
R 189 of 622 ~ 30.39%
G 196 of 622 ~ 31.51%
B 237 of 622 ~ 38.1'%

%30.39
%31.51
%38.1

CMYK color model

#BDC4ED color CMYK value is (20,17,0,7).

  • cyan value is 20.25%
  • magenta value is 17.30%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (20,17,0,7)
C20M17Y0K7 (20%, 17%, 0%, 7%)
(0.20 / 0.17 / 0.00 / 0.07)

CMYK percentages

%20.25
%17.3
%0
%7.06

Codes

Color #BDC4ED in popluar color models

BD C4 ED
RGB 189 196 237
HSL 231° 57.14% 83.53%
HSB/HSV 231° 20.25% 92.94%
CMYK 20.25% 17.30% 0.00%
7.06%

Color #BDC4ED in popluar number systems.

HEX BD C4 ED
Decimal 189 196 237
Binary 10111101 11000100 11101101
Octal 275 304 355

Shades and tints

Shades of #BDC4ED

#BDC4ED
(189,196,237)
#ACB3D8
(172,179,216)
#9BA2C3
(155,162,195)
#8A91AE
(138,145,174)
#798099
(121,128,153)
#686F84
(104,111,132)
#575E6F
(87,94,111)
#464D5A
(70,77,90)
#353C45
(53,60,69)
#242B30
(36,43,48)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #BDC4ED

#BDC4ED
(189,196,237)
#C3C9EE
(195,201,238)
#C9CEEF
(201,206,239)
#CFD3F0
(207,211,240)
#D5D8F1
(213,216,241)
#DBDDF2
(219,221,242)
#E1E2F3
(225,226,243)
#E7E7F4
(231,231,244)
#EDECF5
(237,236,245)
#F3F1F6
(243,241,246)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC4ED color. Also use rgb(189,196,237) instead hex code.

Text Font Color

.myTextColor { color: #BDC4ED; }

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

This text font color is #BDC4ED.

Background Color

.myBgColor { background-color: #BDC4ED; }

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

This div background color is #BDC4ED.

Border color

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

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

This div border color is #BDC4ED.

Opacity

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

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

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

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

This text has shadow with #BDC4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC4ED.

Preview

Color preview on black background

This text has color #BDC4ED on black background.


Color preview on white background

This text has color #BDC4ED on white background.


Black color preview on #BDC4ED background

This text has black color on #BDC4ED background.


White color preview on #BDC4ED background

This text has white color on #BDC4ED background.


Related colors

Complementary color

Complementary color for #hex is #423B12.


I love getcolorcode.com

Triadic colors

1 #EDBDC4 and #C4EDBD with #BDC4ED are triadic colors.

2 #EDC4BD and #C4BDED with #BDC4ED are triadic colors.