COLOR #BDD7F2

HEX: #BDD7F2 RGB: (189,215,242)

Color info

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

RGB color model

#BDD7F2 color RGB value is (189,215,242).

RGB: (189,215,242) (74%, 84%, 95%)

RGB channels and saturation

R 189 of 255 = 74%
G 215 of 255 = 84%
B 242 of 255 = 95%

189
215
242

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

Portions of RGB colors in percentages

R + G + B = 189 + 215 + 242 = 646 (100%)
R 189 of 646 ~ 29.26%
G 215 of 646 ~ 33.28%
B 242 of 646 ~ 37.46'%

%29.26
%33.28
%37.46

CMYK color model

#BDD7F2 color CMYK value is (22,11,0,5).

  • cyan value is 21.90%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (22,11,0,5)
C22M11Y0K5 (22%, 11%, 0%, 5%)
(0.22 / 0.11 / 0.00 / 0.05)

CMYK percentages

%21.9
%11.16
%0
%5.1

Codes

Color #BDD7F2 in popluar color models

BD D7 F2
RGB 189 215 242
HSL 211° 67.09% 84.51%
HSB/HSV 211° 21.90% 94.90%
CMYK 21.90% 11.16% 0.00%
5.10%

Color #BDD7F2 in popluar number systems.

HEX BD D7 F2
Decimal 189 215 242
Binary 10111101 11010111 11110010
Octal 275 327 362

Shades and tints

Shades of #BDD7F2

#BDD7F2
(189,215,242)
#ACC4DC
(172,196,220)
#9BB1C6
(155,177,198)
#8A9EB0
(138,158,176)
#798B9A
(121,139,154)
#687884
(104,120,132)
#57656E
(87,101,110)
#465258
(70,82,88)
#353F42
(53,63,66)
#242C2C
(36,44,44)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #BDD7F2

#BDD7F2
(189,215,242)
#C3DAF3
(195,218,243)
#C9DDF4
(201,221,244)
#CFE0F5
(207,224,245)
#D5E3F6
(213,227,246)
#DBE6F7
(219,230,247)
#E1E9F8
(225,233,248)
#E7ECF9
(231,236,249)
#EDEFFA
(237,239,250)
#F3F2FB
(243,242,251)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD7F2 color. Also use rgb(189,215,242) instead hex code.

Text Font Color

.myTextColor { color: #BDD7F2; }

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

This text font color is #BDD7F2.

Background Color

.myBgColor { background-color: #BDD7F2; }

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

This div background color is #BDD7F2.

Border color

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

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

This div border color is #BDD7F2.

Opacity

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

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

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

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

This text has shadow with #BDD7F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD7F2.

Preview

Color preview on black background

This text has color #BDD7F2 on black background.


Color preview on white background

This text has color #BDD7F2 on white background.


Black color preview on #BDD7F2 background

This text has black color on #BDD7F2 background.


White color preview on #BDD7F2 background

This text has white color on #BDD7F2 background.


Related colors

Complementary color

Complementary color for #hex is #42280D.


I love getcolorcode.com

Triadic colors

1 #F2BDD7 and #D7F2BD with #BDD7F2 are triadic colors.

2 #F2D7BD and #D7BDF2 with #BDD7F2 are triadic colors.