COLOR #BDC1DA

HEX: #BDC1DA RGB: (189,193,218)

Color info

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

RGB color model

#BDC1DA color RGB value is (189,193,218).

RGB: (189,193,218) (74%, 76%, 85%)

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 218 of 255 = 85%

189
193
218

R + G + B ~ 78%. #BDC1DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 193 + 218 = 600 (100%)
R 189 of 600 ~ 31.5%
G 193 of 600 ~ 32.17%
B 218 of 600 ~ 36.33'%

%31.5
%32.17
%36.33

CMYK color model

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

  • cyan value is 13.30%
  • magenta value is 11.47%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (13,11,0,15) C13M11Y0K15 (13%,11%,0%,15%) (0.13/0.11/0.00/0.15) 

CMYK percentages

%13.3
%11.47
%0
%14.51

Codes

Color #BDC1DA in popluar color models

BD C1 DA
RGB 189 193 218
HSL 232° 28.16% 79.80%
HSB/HSV 232° 13.30% 85.49%
CMYK 13.30% 11.47% 0.00%
14.51%

Color #BDC1DA in popluar number systems.

HEX BD C1 DA
Decimal 189 193 218
Binary 10111101 11000001 11011010
Octal 275 301 332

Shades and tints

Shades of #BDC1DA

#BDC1DA
(189,193,218)
#ACB0C7
(172,176,199)
#9B9FB4
(155,159,180)
#8A8EA1
(138,142,161)
#797D8E
(121,125,142)
#686C7B
(104,108,123)
#575B68
(87,91,104)
#464A55
(70,74,85)
#353942
(53,57,66)
#24282F
(36,40,47)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #BDC1DA

#BDC1DA
(189,193,218)
#C3C6DD
(195,198,221)
#C9CBE0
(201,203,224)
#CFD0E3
(207,208,227)
#D5D5E6
(213,213,230)
#DBDAE9
(219,218,233)
#E1DFEC
(225,223,236)
#E7E4EF
(231,228,239)
#EDE9F2
(237,233,242)
#F3EEF5
(243,238,245)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC1DA; }

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

This text font color is #BDC1DA.

Background Color

.myBgColor { background-color: #BDC1DA; }

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

This div background color is #BDC1DA.

Border color

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

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

This div border color is #BDC1DA.

Opacity

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

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

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

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

This text has shadow with #BDC1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC1DA.

Preview

Color preview on black background

This text has color #BDC1DA on black background.


Color preview on white background

This text has color #BDC1DA on white background.


Black color preview on #BDC1DA background

This text has black color on #BDC1DA background.


White color preview on #BDC1DA background

This text has white color on #BDC1DA background.


Related colors

Complementary color

Complementary color for #hex is #423E25.


I love getcolorcode.com

Triadic colors

1 #DABDC1 and #C1DABD with #BDC1DA are triadic colors.

2 #DAC1BD and #C1BDDA with #BDC1DA are triadic colors.