COLOR #BDDFEF

HEX: #BDDFEF RGB: (189,223,239)

Color info

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

RGB color model

#BDDFEF color RGB value is (189,223,239).

RGB: (189,223,239) (74%, 87%, 94%)

RGB channels and saturation

R 189 of 255 = 74%
G 223 of 255 = 87%
B 239 of 255 = 94%

189
223
239

R + G + B ~ 85%. #BDDFEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 223 + 239 = 651 (100%)
R 189 of 651 ~ 29.03%
G 223 of 651 ~ 34.25%
B 239 of 651 ~ 36.71'%

%29.03
%34.25
%36.71

CMYK color model

#BDDFEF color CMYK value is (21,7,0,6).

  • cyan value is 20.92%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (21,7,0,6)
C21M7Y0K6 (21%, 7%, 0%, 6%)
(0.21 / 0.07 / 0.00 / 0.06)

CMYK percentages

%20.92
%6.69
%0
%6.27

Codes

Color #BDDFEF in popluar color models

BD DF EF
RGB 189 223 239
HSL 199° 60.98% 83.92%
HSB/HSV 199° 20.92% 93.73%
CMYK 20.92% 6.69% 0.00%
6.27%

Color #BDDFEF in popluar number systems.

HEX BD DF EF
Decimal 189 223 239
Binary 10111101 11011111 11101111
Octal 275 337 357

Shades and tints

Shades of #BDDFEF

#BDDFEF
(189,223,239)
#ACCBDA
(172,203,218)
#9BB7C5
(155,183,197)
#8AA3B0
(138,163,176)
#798F9B
(121,143,155)
#687B86
(104,123,134)
#576771
(87,103,113)
#46535C
(70,83,92)
#353F47
(53,63,71)
#242B32
(36,43,50)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #BDDFEF

#BDDFEF
(189,223,239)
#C3E1F0
(195,225,240)
#C9E3F1
(201,227,241)
#CFE5F2
(207,229,242)
#D5E7F3
(213,231,243)
#DBE9F4
(219,233,244)
#E1EBF5
(225,235,245)
#E7EDF6
(231,237,246)
#EDEFF7
(237,239,247)
#F3F1F8
(243,241,248)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDFEF color. Also use rgb(189,223,239) instead hex code.

Text Font Color

.myTextColor { color: #BDDFEF; }

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

This text font color is #BDDFEF.

Background Color

.myBgColor { background-color: #BDDFEF; }

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

This div background color is #BDDFEF.

Border color

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

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

This div border color is #BDDFEF.

Opacity

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

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

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

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

This text has shadow with #BDDFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDFEF.

Preview

Color preview on black background

This text has color #BDDFEF on black background.


Color preview on white background

This text has color #BDDFEF on white background.


Black color preview on #BDDFEF background

This text has black color on #BDDFEF background.


White color preview on #BDDFEF background

This text has white color on #BDDFEF background.


Related colors

Complementary color

Complementary color for #hex is #422010.


I love getcolorcode.com

Triadic colors

1 #EFBDDF and #DFEFBD with #BDDFEF are triadic colors.

2 #EFDFBD and #DFBDEF with #BDDFEF are triadic colors.