COLOR #BDE9EF

HEX: #BDE9EF RGB: (189,233,239)

Color info

#BDE9EF contains red, green and blue colors in about the same proportion. Web safe color of #BDE9EF is #CCFFFF (or #CFF).

RGB color model

#BDE9EF color RGB value is (189,233,239).

RGB: (189,233,239) (74%, 91%, 94%)

RGB channels and saturation

R 189 of 255 = 74%
G 233 of 255 = 91%
B 239 of 255 = 94%

189
233
239

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

Portions of RGB colors in percentages

R + G + B = 189 + 233 + 239 = 661 (100%)
R 189 of 661 ~ 28.59%
G 233 of 661 ~ 35.25%
B 239 of 661 ~ 36.16'%

%28.59
%35.25
%36.16

CMYK color model

#BDE9EF color CMYK value is (21,3,0,6).

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

CMYK: (21,3,0,6)
C21M3Y0K6 (21%, 3%, 0%, 6%)
(0.21 / 0.03 / 0.00 / 0.06)

CMYK percentages

%20.92
%2.51
%0
%6.27

Codes

Color #BDE9EF in popluar color models

BD E9 EF
RGB 189 233 239
HSL 187° 60.98% 83.92%
HSB/HSV 187° 20.92% 93.73%
CMYK 20.92% 2.51% 0.00%
6.27%

Color #BDE9EF in popluar number systems.

HEX BD E9 EF
Decimal 189 233 239
Binary 10111101 11101001 11101111
Octal 275 351 357

Shades and tints

Shades of #BDE9EF

#BDE9EF
(189,233,239)
#ACD4DA
(172,212,218)
#9BBFC5
(155,191,197)
#8AAAB0
(138,170,176)
#79959B
(121,149,155)
#688086
(104,128,134)
#576B71
(87,107,113)
#46565C
(70,86,92)
#354147
(53,65,71)
#242C32
(36,44,50)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #BDE9EF

#BDE9EF
(189,233,239)
#C3EBF0
(195,235,240)
#C9EDF1
(201,237,241)
#CFEFF2
(207,239,242)
#D5F1F3
(213,241,243)
#DBF3F4
(219,243,244)
#E1F5F5
(225,245,245)
#E7F7F6
(231,247,246)
#EDF9F7
(237,249,247)
#F3FBF8
(243,251,248)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE9EF; }

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

This text font color is #BDE9EF.

Background Color

.myBgColor { background-color: #BDE9EF; }

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

This div background color is #BDE9EF.

Border color

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

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

This div border color is #BDE9EF.

Opacity

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

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

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

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

This text has shadow with #BDE9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE9EF.

Preview

Color preview on black background

This text has color #BDE9EF on black background.


Color preview on white background

This text has color #BDE9EF on white background.


Black color preview on #BDE9EF background

This text has black color on #BDE9EF background.


White color preview on #BDE9EF background

This text has white color on #BDE9EF background.


Related colors

Complementary color

Complementary color for #hex is #421610.


I love getcolorcode.com

Triadic colors

1 #EFBDE9 and #E9EFBD with #BDE9EF are triadic colors.

2 #EFE9BD and #E9BDEF with #BDE9EF are triadic colors.