COLOR #BDCDF9

HEX: #BDCDF9 RGB: (189,205,249)

Color info

#BDCDF9 contains mainly green and blue colors. Web safe color of #BDCDF9 is #CCCCFF (or #CCF).

RGB color model

#BDCDF9 color RGB value is (189,205,249).

RGB: (189,205,249) (74%, 80%, 98%)

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 249 of 255 = 98%

189
205
249

R + G + B ~ 84%. #BDCDF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 205 + 249 = 643 (100%)
R 189 of 643 ~ 29.39%
G 205 of 643 ~ 31.88%
B 249 of 643 ~ 38.72'%

%29.39
%31.88
%38.72

CMYK color model

#BDCDF9 color CMYK value is (24,18,0,2).

  • cyan value is 24.10%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (24,18,0,2)
C24M18Y0K2 (24%, 18%, 0%, 2%)
(0.24 / 0.18 / 0.00 / 0.02)

CMYK percentages

%24.1
%17.67
%0
%2.35

Codes

Color #BDCDF9 in popluar color models

BD CD F9
RGB 189 205 249
HSL 224° 83.33% 85.88%
HSB/HSV 224° 24.10% 97.65%
CMYK 24.10% 17.67% 0.00%
2.35%

Color #BDCDF9 in popluar number systems.

HEX BD CD F9
Decimal 189 205 249
Binary 10111101 11001101 11111001
Octal 275 315 371

Shades and tints

Shades of #BDCDF9

#BDCDF9
(189,205,249)
#ACBBE3
(172,187,227)
#9BA9CD
(155,169,205)
#8A97B7
(138,151,183)
#7985A1
(121,133,161)
#68738B
(104,115,139)
#576175
(87,97,117)
#464F5F
(70,79,95)
#353D49
(53,61,73)
#242B33
(36,43,51)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #BDCDF9

#BDCDF9
(189,205,249)
#C3D1F9
(195,209,249)
#C9D5F9
(201,213,249)
#CFD9F9
(207,217,249)
#D5DDF9
(213,221,249)
#DBE1F9
(219,225,249)
#E1E5F9
(225,229,249)
#E7E9F9
(231,233,249)
#EDEDF9
(237,237,249)
#F3F1F9
(243,241,249)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCDF9 color. Also use rgb(189,205,249) instead hex code.

Text Font Color

.myTextColor { color: #BDCDF9; }

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

This text font color is #BDCDF9.

Background Color

.myBgColor { background-color: #BDCDF9; }

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

This div background color is #BDCDF9.

Border color

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

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

This div border color is #BDCDF9.

Opacity

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

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

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

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

This text has shadow with #BDCDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCDF9.

Preview

Color preview on black background

This text has color #BDCDF9 on black background.


Color preview on white background

This text has color #BDCDF9 on white background.


Black color preview on #BDCDF9 background

This text has black color on #BDCDF9 background.


White color preview on #BDCDF9 background

This text has white color on #BDCDF9 background.


Related colors

Complementary color

Complementary color for #hex is #423206.


I love getcolorcode.com

Triadic colors

1 #F9BDCD and #CDF9BD with #BDCDF9 are triadic colors.

2 #F9CDBD and #CDBDF9 with #BDCDF9 are triadic colors.