COLOR #BDD3F5

HEX: #BDD3F5 RGB: (189,211,245)

Color info

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

RGB color model

#BDD3F5 color RGB value is (189,211,245).

RGB: (189,211,245) (74%, 83%, 96%)

RGB channels and saturation

R 189 of 255 = 74%
G 211 of 255 = 83%
B 245 of 255 = 96%

189
211
245

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

Portions of RGB colors in percentages

R + G + B = 189 + 211 + 245 = 645 (100%)
R 189 of 645 ~ 29.3%
G 211 of 645 ~ 32.71%
B 245 of 645 ~ 37.98'%

%29.3
%32.71
%37.98

CMYK color model

#BDD3F5 color CMYK value is (23,14,0,4).

  • cyan value is 22.86%
  • magenta value is 13.88%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (23,14,0,4)
C23M14Y0K4 (23%, 14%, 0%, 4%)
(0.23 / 0.14 / 0.00 / 0.04)

CMYK percentages

%22.86
%13.88
%0
%3.92

Codes

Color #BDD3F5 in popluar color models

BD D3 F5
RGB 189 211 245
HSL 216° 73.68% 85.10%
HSB/HSV 216° 22.86% 96.08%
CMYK 22.86% 13.88% 0.00%
3.92%

Color #BDD3F5 in popluar number systems.

HEX BD D3 F5
Decimal 189 211 245
Binary 10111101 11010011 11110101
Octal 275 323 365

Shades and tints

Shades of #BDD3F5

#BDD3F5
(189,211,245)
#ACC0DF
(172,192,223)
#9BADC9
(155,173,201)
#8A9AB3
(138,154,179)
#79879D
(121,135,157)
#687487
(104,116,135)
#576171
(87,97,113)
#464E5B
(70,78,91)
#353B45
(53,59,69)
#24282F
(36,40,47)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #BDD3F5

#BDD3F5
(189,211,245)
#C3D7F5
(195,215,245)
#C9DBF5
(201,219,245)
#CFDFF5
(207,223,245)
#D5E3F5
(213,227,245)
#DBE7F5
(219,231,245)
#E1EBF5
(225,235,245)
#E7EFF5
(231,239,245)
#EDF3F5
(237,243,245)
#F3F7F5
(243,247,245)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD3F5; }

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

This text font color is #BDD3F5.

Background Color

.myBgColor { background-color: #BDD3F5; }

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

This div background color is #BDD3F5.

Border color

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

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

This div border color is #BDD3F5.

Opacity

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

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

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

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

This text has shadow with #BDD3F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD3F5.

Preview

Color preview on black background

This text has color #BDD3F5 on black background.


Color preview on white background

This text has color #BDD3F5 on white background.


Black color preview on #BDD3F5 background

This text has black color on #BDD3F5 background.


White color preview on #BDD3F5 background

This text has white color on #BDD3F5 background.


Related colors

Complementary color

Complementary color for #hex is #422C0A.


I love getcolorcode.com

Triadic colors

1 #F5BDD3 and #D3F5BD with #BDD3F5 are triadic colors.

2 #F5D3BD and #D3BDF5 with #BDD3F5 are triadic colors.