COLOR #BDC9CA

HEX: #BDC9CA RGB: (189,201,202)

Color info

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

RGB color model

#BDC9CA color RGB value is (189,201,202).

RGB: (189,201,202) (74%, 79%, 79%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 202 of 255 = 79%

189
201
202

R + G + B ~ 77%. #BDC9CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 201 + 202 = 592 (100%)
R 189 of 592 ~ 31.93%
G 201 of 592 ~ 33.95%
B 202 of 592 ~ 34.12'%

%31.93
%33.95
%34.12

CMYK color model

#BDC9CA color CMYK value is (6,0,0,21).

  • cyan value is 6.44%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (6,0,0,21)
C6M0Y0K21 (6%, 0%, 0%, 21%)
(0.06 / 0.00 / 0.00 / 0.21)

CMYK percentages

%6.44
%0.5
%0
%20.78

Codes

Color #BDC9CA in popluar color models

BD C9 CA
RGB 189 201 202
HSL 185° 10.92% 76.67%
HSB/HSV 185° 6.44% 79.22%
CMYK 6.44% 0.50% 0.00%
20.78%

Color #BDC9CA in popluar number systems.

HEX BD C9 CA
Decimal 189 201 202
Binary 10111101 11001001 11001010
Octal 275 311 312

Shades and tints

Shades of #BDC9CA

#BDC9CA
(189,201,202)
#ACB7B8
(172,183,184)
#9BA5A6
(155,165,166)
#8A9394
(138,147,148)
#798182
(121,129,130)
#686F70
(104,111,112)
#575D5E
(87,93,94)
#464B4C
(70,75,76)
#35393A
(53,57,58)
#242728
(36,39,40)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #BDC9CA

#BDC9CA
(189,201,202)
#C3CDCE
(195,205,206)
#C9D1D2
(201,209,210)
#CFD5D6
(207,213,214)
#D5D9DA
(213,217,218)
#DBDDDE
(219,221,222)
#E1E1E2
(225,225,226)
#E7E5E6
(231,229,230)
#EDE9EA
(237,233,234)
#F3EDEE
(243,237,238)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC9CA; }

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

This text font color is #BDC9CA.

Background Color

.myBgColor { background-color: #BDC9CA; }

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

This div background color is #BDC9CA.

Border color

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

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

This div border color is #BDC9CA.

Opacity

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

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

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

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

This text has shadow with #BDC9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC9CA.

Preview

Color preview on black background

This text has color #BDC9CA on black background.


Color preview on white background

This text has color #BDC9CA on white background.


Black color preview on #BDC9CA background

This text has black color on #BDC9CA background.


White color preview on #BDC9CA background

This text has white color on #BDC9CA background.


Related colors

Complementary color

Complementary color for #hex is #423635.


I love getcolorcode.com

Triadic colors

1 #CABDC9 and #C9CABD with #BDC9CA are triadic colors.

2 #CAC9BD and #C9BDCA with #BDC9CA are triadic colors.