COLOR #BDC1DF

HEX: #BDC1DF RGB: (189,193,223)

Color info

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

RGB color model

#BDC1DF color RGB value is (189,193,223).

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

RGB channels and saturation

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

189
193
223

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

Portions of RGB colors in percentages

R + G + B = 189 + 193 + 223 = 605 (100%)
R 189 of 605 ~ 31.24%
G 193 of 605 ~ 31.9%
B 223 of 605 ~ 36.86'%

%31.24
%31.9
%36.86

CMYK color model

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

  • cyan value is 15.25%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 12.55%

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

CMYK percentages

%15.25
%13.45
%0
%12.55

Codes

Color #BDC1DF in popluar color models

BD C1 DF
RGB 189 193 223
HSL 233° 34.69% 80.78%
HSB/HSV 233° 15.25% 87.45%
CMYK 15.25% 13.45% 0.00%
12.55%

Color #BDC1DF in popluar number systems.

HEX BD C1 DF
Decimal 189 193 223
Binary 10111101 11000001 11011111
Octal 275 301 337

Shades and tints

Shades of #BDC1DF

#BDC1DF
(189,193,223)
#ACB0CB
(172,176,203)
#9B9FB7
(155,159,183)
#8A8EA3
(138,142,163)
#797D8F
(121,125,143)
#686C7B
(104,108,123)
#575B67
(87,91,103)
#464A53
(70,74,83)
#35393F
(53,57,63)
#24282B
(36,40,43)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDC1DF

#BDC1DF
(189,193,223)
#C3C6E1
(195,198,225)
#C9CBE3
(201,203,227)
#CFD0E5
(207,208,229)
#D5D5E7
(213,213,231)
#DBDAE9
(219,218,233)
#E1DFEB
(225,223,235)
#E7E4ED
(231,228,237)
#EDE9EF
(237,233,239)
#F3EEF1
(243,238,241)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC1DF; }

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

This text font color is #BDC1DF.

Background Color

.myBgColor { background-color: #BDC1DF; }

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

This div background color is #BDC1DF.

Border color

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

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

This div border color is #BDC1DF.

Opacity

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

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

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

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

This text has shadow with #BDC1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC1DF.

Preview

Color preview on black background

This text has color #BDC1DF on black background.


Color preview on white background

This text has color #BDC1DF on white background.


Black color preview on #BDC1DF background

This text has black color on #BDC1DF background.


White color preview on #BDC1DF background

This text has white color on #BDC1DF background.


Related colors

Complementary color

Complementary color for #hex is #423E20.


I love getcolorcode.com

Triadic colors

1 #DFBDC1 and #C1DFBD with #BDC1DF are triadic colors.

2 #DFC1BD and #C1BDDF with #BDC1DF are triadic colors.