COLOR #BDC0D8

HEX: #BDC0D8 RGB: (189,192,216)

Color info

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

RGB color model

#BDC0D8 color RGB value is (189,192,216).

RGB: (189,192,216) (74%, 75%, 85%)

RGB channels and saturation

R 189 of 255 = 74%
G 192 of 255 = 75%
B 216 of 255 = 85%

189
192
216

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

Portions of RGB colors in percentages

R + G + B = 189 + 192 + 216 = 597 (100%)
R 189 of 597 ~ 31.66%
G 192 of 597 ~ 32.16%
B 216 of 597 ~ 36.18'%

%31.66
%32.16
%36.18

CMYK color model

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

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

CMYK percentages

%12.5
%11.11
%0
%15.29

Codes

Color #BDC0D8 in popluar color models

BD C0 D8
RGB 189 192 216
HSL 233° 25.71% 79.41%
HSB/HSV 233° 12.50% 84.71%
CMYK 12.50% 11.11% 0.00%
15.29%

Color #BDC0D8 in popluar number systems.

HEX BD C0 D8
Decimal 189 192 216
Binary 10111101 11000000 11011000
Octal 275 300 330

Shades and tints

Shades of #BDC0D8

#BDC0D8
(189,192,216)
#ACAFC5
(172,175,197)
#9B9EB2
(155,158,178)
#8A8D9F
(138,141,159)
#797C8C
(121,124,140)
#686B79
(104,107,121)
#575A66
(87,90,102)
#464953
(70,73,83)
#353840
(53,56,64)
#24272D
(36,39,45)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #BDC0D8

#BDC0D8
(189,192,216)
#C3C5DB
(195,197,219)
#C9CADE
(201,202,222)
#CFCFE1
(207,207,225)
#D5D4E4
(213,212,228)
#DBD9E7
(219,217,231)
#E1DEEA
(225,222,234)
#E7E3ED
(231,227,237)
#EDE8F0
(237,232,240)
#F3EDF3
(243,237,243)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC0D8 color. Also use rgb(189,192,216) instead hex code.

Text Font Color

.myTextColor { color: #BDC0D8; }

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

This text font color is #BDC0D8.

Background Color

.myBgColor { background-color: #BDC0D8; }

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

This div background color is #BDC0D8.

Border color

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

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

This div border color is #BDC0D8.

Opacity

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

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

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

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

This text has shadow with #BDC0D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC0D8.

Preview

Color preview on black background

This text has color #BDC0D8 on black background.


Color preview on white background

This text has color #BDC0D8 on white background.


Black color preview on #BDC0D8 background

This text has black color on #BDC0D8 background.


White color preview on #BDC0D8 background

This text has white color on #BDC0D8 background.


Related colors

Complementary color

Complementary color for #hex is #423F27.


I love getcolorcode.com

Triadic colors

1 #D8BDC0 and #C0D8BD with #BDC0D8 are triadic colors.

2 #D8C0BD and #C0BDD8 with #BDC0D8 are triadic colors.