COLOR #BDC8CA

HEX: #BDC8CA RGB: (189,200,202)

Color info

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

RGB color model

#BDC8CA color RGB value is (189,200,202).

RGB: (189,200,202) (74%, 78%, 79%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 202 of 255 = 79%

189
200
202

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

Portions of RGB colors in percentages

R + G + B = 189 + 200 + 202 = 591 (100%)
R 189 of 591 ~ 31.98%
G 200 of 591 ~ 33.84%
B 202 of 591 ~ 34.18'%

%31.98
%33.84
%34.18

CMYK color model

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

  • cyan value is 6.44%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (6,1,0,21) C6M1Y0K21 (6%,1%,0%,21%) (0.06/0.01/0.00/0.21) 

CMYK percentages

%6.44
%0.99
%0
%20.78

Codes

Color #BDC8CA in popluar color models

BD C8 CA
RGB 189 200 202
HSL 189° 10.92% 76.67%
HSB/HSV 189° 6.44% 79.22%
CMYK 6.44% 0.99% 0.00%
20.78%

Color #BDC8CA in popluar number systems.

HEX BD C8 CA
Decimal 189 200 202
Binary 10111101 11001000 11001010
Octal 275 310 312

Shades and tints

Shades of #BDC8CA

#BDC8CA
(189,200,202)
#ACB6B8
(172,182,184)
#9BA4A6
(155,164,166)
#8A9294
(138,146,148)
#798082
(121,128,130)
#686E70
(104,110,112)
#575C5E
(87,92,94)
#464A4C
(70,74,76)
#35383A
(53,56,58)
#242628
(36,38,40)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #BDC8CA

#BDC8CA
(189,200,202)
#C3CDCE
(195,205,206)
#C9D2D2
(201,210,210)
#CFD7D6
(207,215,214)
#D5DCDA
(213,220,218)
#DBE1DE
(219,225,222)
#E1E6E2
(225,230,226)
#E7EBE6
(231,235,230)
#EDF0EA
(237,240,234)
#F3F5EE
(243,245,238)
#F9FAF2
(249,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC8CA; }

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

This text font color is #BDC8CA.

Background Color

.myBgColor { background-color: #BDC8CA; }

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

This div background color is #BDC8CA.

Border color

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

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

This div border color is #BDC8CA.

Opacity

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

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

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

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

This text has shadow with #BDC8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC8CA.

Preview

Color preview on black background

This text has color #BDC8CA on black background.


Color preview on white background

This text has color #BDC8CA on white background.


Black color preview on #BDC8CA background

This text has black color on #BDC8CA background.


White color preview on #BDC8CA background

This text has white color on #BDC8CA background.


Related colors

Complementary color

Complementary color for #hex is #423735.


I love getcolorcode.com

Triadic colors

1 #CABDC8 and #C8CABD with #BDC8CA are triadic colors.

2 #CAC8BD and #C8BDCA with #BDC8CA are triadic colors.