COLOR #BDCAD1

HEX: #BDCAD1 RGB: (189,202,209)

Color info

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

RGB color model

#BDCAD1 color RGB value is (189,202,209).

RGB: (189,202,209) (74%, 79%, 82%)

RGB channels and saturation

R 189 of 255 = 74%
G 202 of 255 = 79%
B 209 of 255 = 82%

189
202
209

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

Portions of RGB colors in percentages

R + G + B = 189 + 202 + 209 = 600 (100%)
R 189 of 600 ~ 31.5%
G 202 of 600 ~ 33.67%
B 209 of 600 ~ 34.83'%

%31.5
%33.67
%34.83

CMYK color model

#BDCAD1 color CMYK value is (10,3,0,18).

  • cyan value is 9.57%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (10,3,0,18)
C10M3Y0K18 (10%, 3%, 0%, 18%)
(0.10 / 0.03 / 0.00 / 0.18)

CMYK percentages

%9.57
%3.35
%0
%18.04

Codes

Color #BDCAD1 in popluar color models

BD CA D1
RGB 189 202 209
HSL 201° 17.86% 78.04%
HSB/HSV 201° 9.57% 81.96%
CMYK 9.57% 3.35% 0.00%
18.04%

Color #BDCAD1 in popluar number systems.

HEX BD CA D1
Decimal 189 202 209
Binary 10111101 11001010 11010001
Octal 275 312 321

Shades and tints

Shades of #BDCAD1

#BDCAD1
(189,202,209)
#ACB8BE
(172,184,190)
#9BA6AB
(155,166,171)
#8A9498
(138,148,152)
#798285
(121,130,133)
#687072
(104,112,114)
#575E5F
(87,94,95)
#464C4C
(70,76,76)
#353A39
(53,58,57)
#242826
(36,40,38)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #BDCAD1

#BDCAD1
(189,202,209)
#C3CED5
(195,206,213)
#C9D2D9
(201,210,217)
#CFD6DD
(207,214,221)
#D5DAE1
(213,218,225)
#DBDEE5
(219,222,229)
#E1E2E9
(225,226,233)
#E7E6ED
(231,230,237)
#EDEAF1
(237,234,241)
#F3EEF5
(243,238,245)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCAD1 color. Also use rgb(189,202,209) instead hex code.

Text Font Color

.myTextColor { color: #BDCAD1; }

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

This text font color is #BDCAD1.

Background Color

.myBgColor { background-color: #BDCAD1; }

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

This div background color is #BDCAD1.

Border color

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

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

This div border color is #BDCAD1.

Opacity

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

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

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

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

This text has shadow with #BDCAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCAD1.

Preview

Color preview on black background

This text has color #BDCAD1 on black background.


Color preview on white background

This text has color #BDCAD1 on white background.


Black color preview on #BDCAD1 background

This text has black color on #BDCAD1 background.


White color preview on #BDCAD1 background

This text has white color on #BDCAD1 background.


Related colors

Complementary color

Complementary color for #hex is #42352E.


I love getcolorcode.com

Triadic colors

1 #D1BDCA and #CAD1BD with #BDCAD1 are triadic colors.

2 #D1CABD and #CABDD1 with #BDCAD1 are triadic colors.