COLOR #BDC8E4

HEX: #BDC8E4 RGB: (189,200,228)

Color info

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

RGB color model

#BDC8E4 color RGB value is (189,200,228).

RGB: (189,200,228) (74%, 78%, 89%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 228 of 255 = 89%

189
200
228

R + G + B ~ 80%. #BDC8E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 200 + 228 = 617 (100%)
R 189 of 617 ~ 30.63%
G 200 of 617 ~ 32.41%
B 228 of 617 ~ 36.95'%

%30.63
%32.41
%36.95

CMYK color model

#BDC8E4 color CMYK value is (17,12,0,11).

  • cyan value is 17.11%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (17,12,0,11)
C17M12Y0K11 (17%, 12%, 0%, 11%)
(0.17 / 0.12 / 0.00 / 0.11)

CMYK percentages

%17.11
%12.28
%0
%10.59

Codes

Color #BDC8E4 in popluar color models

BD C8 E4
RGB 189 200 228
HSL 223° 41.94% 81.76%
HSB/HSV 223° 17.11% 89.41%
CMYK 17.11% 12.28% 0.00%
10.59%

Color #BDC8E4 in popluar number systems.

HEX BD C8 E4
Decimal 189 200 228
Binary 10111101 11001000 11100100
Octal 275 310 344

Shades and tints

Shades of #BDC8E4

#BDC8E4
(189,200,228)
#ACB6D0
(172,182,208)
#9BA4BC
(155,164,188)
#8A92A8
(138,146,168)
#798094
(121,128,148)
#686E80
(104,110,128)
#575C6C
(87,92,108)
#464A58
(70,74,88)
#353844
(53,56,68)
#242630
(36,38,48)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #BDC8E4

#BDC8E4
(189,200,228)
#C3CDE6
(195,205,230)
#C9D2E8
(201,210,232)
#CFD7EA
(207,215,234)
#D5DCEC
(213,220,236)
#DBE1EE
(219,225,238)
#E1E6F0
(225,230,240)
#E7EBF2
(231,235,242)
#EDF0F4
(237,240,244)
#F3F5F6
(243,245,246)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC8E4 color. Also use rgb(189,200,228) instead hex code.

Text Font Color

.myTextColor { color: #BDC8E4; }

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

This text font color is #BDC8E4.

Background Color

.myBgColor { background-color: #BDC8E4; }

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

This div background color is #BDC8E4.

Border color

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

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

This div border color is #BDC8E4.

Opacity

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

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

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

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

This text has shadow with #BDC8E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC8E4.

Preview

Color preview on black background

This text has color #BDC8E4 on black background.


Color preview on white background

This text has color #BDC8E4 on white background.


Black color preview on #BDC8E4 background

This text has black color on #BDC8E4 background.


White color preview on #BDC8E4 background

This text has white color on #BDC8E4 background.


Related colors

Complementary color

Complementary color for #hex is #42371B.


I love getcolorcode.com

Triadic colors

1 #E4BDC8 and #C8E4BD with #BDC8E4 are triadic colors.

2 #E4C8BD and #C8BDE4 with #BDC8E4 are triadic colors.