COLOR #BDCDF5

HEX: #BDCDF5 RGB: (189,205,245)

Color info

#BDCDF5 contains red, green and blue colors in about the same proportion. Web safe color of #BDCDF5 is #CCCCFF (or #CCF).

RGB color model

#BDCDF5 color RGB value is (189,205,245).

RGB: (189,205,245) (74%, 80%, 96%)

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 245 of 255 = 96%

189
205
245

R + G + B ~ 83%. #BDCDF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 205 + 245 = 639 (100%)
R 189 of 639 ~ 29.58%
G 205 of 639 ~ 32.08%
B 245 of 639 ~ 38.34'%

%29.58
%32.08
%38.34

CMYK color model

#BDCDF5 color CMYK value is (23,16,0,4).

  • cyan value is 22.86%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (23,16,0,4) C23M16Y0K4 (23%,16%,0%,4%) (0.23/0.16/0.00/0.04) 

CMYK percentages

%22.86
%16.33
%0
%3.92

Codes

Color #BDCDF5 in popluar color models

BD CD F5
RGB 189 205 245
HSL 223° 73.68% 85.10%
HSB/HSV 223° 22.86% 96.08%
CMYK 22.86% 16.33% 0.00%
3.92%

Color #BDCDF5 in popluar number systems.

HEX BD CD F5
Decimal 189 205 245
Binary 10111101 11001101 11110101
Octal 275 315 365

Shades and tints

Shades of #BDCDF5

#BDCDF5
(189,205,245)
#ACBBDF
(172,187,223)
#9BA9C9
(155,169,201)
#8A97B3
(138,151,179)
#79859D
(121,133,157)
#687387
(104,115,135)
#576171
(87,97,113)
#464F5B
(70,79,91)
#353D45
(53,61,69)
#242B2F
(36,43,47)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #BDCDF5

#BDCDF5
(189,205,245)
#C3D1F5
(195,209,245)
#C9D5F5
(201,213,245)
#CFD9F5
(207,217,245)
#D5DDF5
(213,221,245)
#DBE1F5
(219,225,245)
#E1E5F5
(225,229,245)
#E7E9F5
(231,233,245)
#EDEDF5
(237,237,245)
#F3F1F5
(243,241,245)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCDF5; }

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

This text font color is #BDCDF5.

Background Color

.myBgColor { background-color: #BDCDF5; }

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

This div background color is #BDCDF5.

Border color

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

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

This div border color is #BDCDF5.

Opacity

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

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

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

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

This text has shadow with #BDCDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCDF5.

Preview

Color preview on black background

This text has color #BDCDF5 on black background.


Color preview on white background

This text has color #BDCDF5 on white background.


Black color preview on #BDCDF5 background

This text has black color on #BDCDF5 background.


White color preview on #BDCDF5 background

This text has white color on #BDCDF5 background.


Related colors

Complementary color

Complementary color for #hex is #42320A.


I love getcolorcode.com

Triadic colors

1 #F5BDCD and #CDF5BD with #BDCDF5 are triadic colors.

2 #F5CDBD and #CDBDF5 with #BDCDF5 are triadic colors.