COLOR #BDCCD9

HEX: #BDCCD9 RGB: (189,204,217)

Color info

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

RGB color model

#BDCCD9 color RGB value is (189,204,217).

RGB: (189,204,217) (74%, 80%, 85%)

RGB channels and saturation

R 189 of 255 = 74%
G 204 of 255 = 80%
B 217 of 255 = 85%

189
204
217

R + G + B ~ 80%. #BDCCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 204 + 217 = 610 (100%)
R 189 of 610 ~ 30.98%
G 204 of 610 ~ 33.44%
B 217 of 610 ~ 35.57'%

%30.98
%33.44
%35.57

CMYK color model

#BDCCD9 color CMYK value is (13,6,0,15).

  • cyan value is 12.90%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (13,6,0,15)
C13M6Y0K15 (13%, 6%, 0%, 15%)
(0.13 / 0.06 / 0.00 / 0.15)

CMYK percentages

%12.9
%5.99
%0
%14.9

Codes

Color #BDCCD9 in popluar color models

BD CC D9
RGB 189 204 217
HSL 208° 26.92% 79.61%
HSB/HSV 208° 12.90% 85.10%
CMYK 12.90% 5.99% 0.00%
14.90%

Color #BDCCD9 in popluar number systems.

HEX BD CC D9
Decimal 189 204 217
Binary 10111101 11001100 11011001
Octal 275 314 331

Shades and tints

Shades of #BDCCD9

#BDCCD9
(189,204,217)
#ACBAC6
(172,186,198)
#9BA8B3
(155,168,179)
#8A96A0
(138,150,160)
#79848D
(121,132,141)
#68727A
(104,114,122)
#576067
(87,96,103)
#464E54
(70,78,84)
#353C41
(53,60,65)
#242A2E
(36,42,46)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #BDCCD9

#BDCCD9
(189,204,217)
#C3D0DC
(195,208,220)
#C9D4DF
(201,212,223)
#CFD8E2
(207,216,226)
#D5DCE5
(213,220,229)
#DBE0E8
(219,224,232)
#E1E4EB
(225,228,235)
#E7E8EE
(231,232,238)
#EDECF1
(237,236,241)
#F3F0F4
(243,240,244)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCCD9 color. Also use rgb(189,204,217) instead hex code.

Text Font Color

.myTextColor { color: #BDCCD9; }

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

This text font color is #BDCCD9.

Background Color

.myBgColor { background-color: #BDCCD9; }

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

This div background color is #BDCCD9.

Border color

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

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

This div border color is #BDCCD9.

Opacity

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

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

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

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

This text has shadow with #BDCCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCCD9.

Preview

Color preview on black background

This text has color #BDCCD9 on black background.


Color preview on white background

This text has color #BDCCD9 on white background.


Black color preview on #BDCCD9 background

This text has black color on #BDCCD9 background.


White color preview on #BDCCD9 background

This text has white color on #BDCCD9 background.


Related colors

Complementary color

Complementary color for #hex is #423326.


I love getcolorcode.com

Triadic colors

1 #D9BDCC and #CCD9BD with #BDCCD9 are triadic colors.

2 #D9CCBD and #CCBDD9 with #BDCCD9 are triadic colors.