COLOR #BDD3FF

HEX: #BDD3FF RGB: (189,211,255)

Color info

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

RGB color model

#BDD3FF color RGB value is (189,211,255).

RGB: (189,211,255) (74%, 83%, 100%)

RGB channels and saturation

R 189 of 255 = 74%
G 211 of 255 = 83%
B 255 of 255 = 100%

189
211
255

R + G + B ~ 86%. #BDD3FF is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 211 + 255 = 655 (100%)
R 189 of 655 ~ 28.85%
G 211 of 655 ~ 32.21%
B 255 of 655 ~ 38.93'%

%28.85
%32.21
%38.93

CMYK color model

#BDD3FF color CMYK value is (26,17,0,0).

  • cyan value is 25.88%
  • magenta value is 17.25%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (26,17,0,0)
C26M17Y0K0 (26%, 17%, 0%, 0%)
(0.26 / 0.17 / 0.00 / 0.00)

CMYK percentages

%25.88
%17.25
%0
%0

Codes

Color #BDD3FF in popluar color models

BD D3 FF
RGB 189 211 255
HSL 220° 100.00% 87.06%
HSB/HSV 220° 25.88% 100.00%
CMYK 25.88% 17.25% 0.00%
0.00%

Color #BDD3FF in popluar number systems.

HEX BD D3 FF
Decimal 189 211 255
Binary 10111101 11010011 11111111
Octal 275 323 377

Shades and tints

Shades of #BDD3FF

#BDD3FF
(189,211,255)
#ACC0E8
(172,192,232)
#9BADD1
(155,173,209)
#8A9ABA
(138,154,186)
#7987A3
(121,135,163)
#68748C
(104,116,140)
#576175
(87,97,117)
#464E5E
(70,78,94)
#353B47
(53,59,71)
#242830
(36,40,48)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #BDD3FF

#BDD3FF
(189,211,255)
#C3D7FF
(195,215,255)
#C9DBFF
(201,219,255)
#CFDFFF
(207,223,255)
#D5E3FF
(213,227,255)
#DBE7FF
(219,231,255)
#E1EBFF
(225,235,255)
#E7EFFF
(231,239,255)
#EDF3FF
(237,243,255)
#F3F7FF
(243,247,255)
#F9FBFF
(249,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD3FF; }

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

This text font color is #BDD3FF.

Background Color

.myBgColor { background-color: #BDD3FF; }

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

This div background color is #BDD3FF.

Border color

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

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

This div border color is #BDD3FF.

Opacity

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

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

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

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

This text has shadow with #BDD3FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD3FF.

Preview

Color preview on black background

This text has color #BDD3FF on black background.


Color preview on white background

This text has color #BDD3FF on white background.


Black color preview on #BDD3FF background

This text has black color on #BDD3FF background.


White color preview on #BDD3FF background

This text has white color on #BDD3FF background.


Related colors

Complementary color

Complementary color for #hex is #422C00.


I love getcolorcode.com

Triadic colors

1 #FFBDD3 and #D3FFBD with #BDD3FF are triadic colors.

2 #FFD3BD and #D3BDFF with #BDD3FF are triadic colors.