COLOR #BDC0E4

HEX: #BDC0E4 RGB: (189,192,228)

Color info

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

RGB color model

#BDC0E4 color RGB value is (189,192,228).

RGB: (189,192,228) (74%, 75%, 89%)

RGB channels and saturation

R 189 of 255 = 74%
G 192 of 255 = 75%
B 228 of 255 = 89%

189
192
228

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

Portions of RGB colors in percentages

R + G + B = 189 + 192 + 228 = 609 (100%)
R 189 of 609 ~ 31.03%
G 192 of 609 ~ 31.53%
B 228 of 609 ~ 37.44'%

%31.03
%31.53
%37.44

CMYK color model

#BDC0E4 color CMYK value is (17,16,0,11).

  • cyan value is 17.11%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (17,16,0,11) C17M16Y0K11 (17%,16%,0%,11%) (0.17/0.16/0.00/0.11) 

CMYK percentages

%17.11
%15.79
%0
%10.59

Codes

Color #BDC0E4 in popluar color models

BD C0 E4
RGB 189 192 228
HSL 235° 41.94% 81.76%
HSB/HSV 235° 17.11% 89.41%
CMYK 17.11% 15.79% 0.00%
10.59%

Color #BDC0E4 in popluar number systems.

HEX BD C0 E4
Decimal 189 192 228
Binary 10111101 11000000 11100100
Octal 275 300 344

Shades and tints

Shades of #BDC0E4

#BDC0E4
(189,192,228)
#ACAFD0
(172,175,208)
#9B9EBC
(155,158,188)
#8A8DA8
(138,141,168)
#797C94
(121,124,148)
#686B80
(104,107,128)
#575A6C
(87,90,108)
#464958
(70,73,88)
#353844
(53,56,68)
#242730
(36,39,48)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #BDC0E4

#BDC0E4
(189,192,228)
#C3C5E6
(195,197,230)
#C9CAE8
(201,202,232)
#CFCFEA
(207,207,234)
#D5D4EC
(213,212,236)
#DBD9EE
(219,217,238)
#E1DEF0
(225,222,240)
#E7E3F2
(231,227,242)
#EDE8F4
(237,232,244)
#F3EDF6
(243,237,246)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC0E4; }

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

This text font color is #BDC0E4.

Background Color

.myBgColor { background-color: #BDC0E4; }

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

This div background color is #BDC0E4.

Border color

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

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

This div border color is #BDC0E4.

Opacity

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

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

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

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

This text has shadow with #BDC0E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC0E4.

Preview

Color preview on black background

This text has color #BDC0E4 on black background.


Color preview on white background

This text has color #BDC0E4 on white background.


Black color preview on #BDC0E4 background

This text has black color on #BDC0E4 background.


White color preview on #BDC0E4 background

This text has white color on #BDC0E4 background.


Related colors

Complementary color

Complementary color for #hex is #423F1B.


I love getcolorcode.com

Triadic colors

1 #E4BDC0 and #C0E4BD with #BDC0E4 are triadic colors.

2 #E4C0BD and #C0BDE4 with #BDC0E4 are triadic colors.