COLOR #BDC1DE

HEX: #BDC1DE RGB: (189,193,222)

Color info

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

RGB color model

#BDC1DE color RGB value is (189,193,222).

RGB: (189,193,222) (74%, 76%, 87%)

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 222 of 255 = 87%

189
193
222

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

Portions of RGB colors in percentages

R + G + B = 189 + 193 + 222 = 604 (100%)
R 189 of 604 ~ 31.29%
G 193 of 604 ~ 31.95%
B 222 of 604 ~ 36.75'%

%31.29
%31.95
%36.75

CMYK color model

#BDC1DE color CMYK value is (15,13,0,13).

  • cyan value is 14.86%
  • magenta value is 13.06%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (15,13,0,13)
C15M13Y0K13 (15%, 13%, 0%, 13%)
(0.15 / 0.13 / 0.00 / 0.13)

CMYK percentages

%14.86
%13.06
%0
%12.94

Codes

Color #BDC1DE in popluar color models

BD C1 DE
RGB 189 193 222
HSL 233° 33.33% 80.59%
HSB/HSV 233° 14.86% 87.06%
CMYK 14.86% 13.06% 0.00%
12.94%

Color #BDC1DE in popluar number systems.

HEX BD C1 DE
Decimal 189 193 222
Binary 10111101 11000001 11011110
Octal 275 301 336

Shades and tints

Shades of #BDC1DE

#BDC1DE
(189,193,222)
#ACB0CA
(172,176,202)
#9B9FB6
(155,159,182)
#8A8EA2
(138,142,162)
#797D8E
(121,125,142)
#686C7A
(104,108,122)
#575B66
(87,91,102)
#464A52
(70,74,82)
#35393E
(53,57,62)
#24282A
(36,40,42)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #BDC1DE

#BDC1DE
(189,193,222)
#C3C6E1
(195,198,225)
#C9CBE4
(201,203,228)
#CFD0E7
(207,208,231)
#D5D5EA
(213,213,234)
#DBDAED
(219,218,237)
#E1DFF0
(225,223,240)
#E7E4F3
(231,228,243)
#EDE9F6
(237,233,246)
#F3EEF9
(243,238,249)
#F9F3FC
(249,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC1DE color. Also use rgb(189,193,222) instead hex code.

Text Font Color

.myTextColor { color: #BDC1DE; }

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

This text font color is #BDC1DE.

Background Color

.myBgColor { background-color: #BDC1DE; }

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

This div background color is #BDC1DE.

Border color

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

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

This div border color is #BDC1DE.

Opacity

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

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

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

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

This text has shadow with #BDC1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC1DE.

Preview

Color preview on black background

This text has color #BDC1DE on black background.


Color preview on white background

This text has color #BDC1DE on white background.


Black color preview on #BDC1DE background

This text has black color on #BDC1DE background.


White color preview on #BDC1DE background

This text has white color on #BDC1DE background.


Related colors

Complementary color

Complementary color for #hex is #423E21.


I love getcolorcode.com

Triadic colors

1 #DEBDC1 and #C1DEBD with #BDC1DE are triadic colors.

2 #DEC1BD and #C1BDDE with #BDC1DE are triadic colors.