COLOR #BDCDE4

HEX: #BDCDE4
RGB: (189,205,228)

Color info

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

RGB color model

#BDCDE4 color RGB value is (189,205,228).

  • red value is 189;
  • green value is 205;
  • blue value is 228.
RGB:
(189,205,228)
(74%,80%,89%)

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 228 of 255 = 89%

189
205
228

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

Portions of RGB colors in percentages

R + G + B =
189 + 205 + 228 = 622 (100%)
R 189 of 622 ~ 30.39%
G 205 of 622 ~ 32.96%
B 228 of 622 ~ 36.66%

%30.39
%32.96
%36.66

CMYK color model

#BDCDE4 color CMYK value is (17,10,0,11).

  • cyan value is 17.11%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(17,10,0,11)
C17M10Y0K11 
(17%,10%,0%,11%)
(0.17/0.10/0.00/0.11)	

CMYK percentages

%17.11
%10.09
%0
%10.59

Codes

Color #BDCDE4 in popluar color models

BDCDE4
RGB189205228
HSL215°41.94%81.76%
HSB/HSV215°17.11%89.41%
CMYK17.11%10.09%0.00%
10.59%

Color #BDCDE4 in popluar number systems.

HEXBDCDE4
Decimal189205228
Binary101111011100110111100100
Octal275315344

Shades and tints

Shades of #BDCDE4

#BDCDE4
(189,205,228)
#ACBBD0
(172,187,208)
#9BA9BC
(155,169,188)
#8A97A8
(138,151,168)
#798594
(121,133,148)
#687380
(104,115,128)
#57616C
(87,97,108)
#464F58
(70,79,88)
#353D44
(53,61,68)
#242B30
(36,43,48)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #BDCDE4

#BDCDE4
(189,205,228)
#C3D1E6
(195,209,230)
#C9D5E8
(201,213,232)
#CFD9EA
(207,217,234)
#D5DDEC
(213,221,236)
#DBE1EE
(219,225,238)
#E1E5F0
(225,229,240)
#E7E9F2
(231,233,242)
#EDEDF4
(237,237,244)
#F3F1F6
(243,241,246)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCDE4; }

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

This text font color is #BDCDE4.


Background Color

.myBgColor { background-color: #BDCDE4; }

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

This div background color is #BDCDE4.


Border color

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

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

This div border color is #BDCDE4.


Opacity

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

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

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

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

This text has shadow with #BDCDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCDE4 on black background.


Color preview on white background

This text has color #BDCDE4 on white background.



Black color preview on #BDCDE4 background

This text has black color on #BDCDE4 background.


White color preview on #BDCDE4 background

This text has white color on #BDCDE4 background.