COLOR #BDE9EE

HEX: #BDE9EE RGB: (189,233,238)

Color info

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

RGB color model

#BDE9EE color RGB value is (189,233,238).

RGB: (189,233,238) (74%, 91%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 233 of 255 = 91%
B 238 of 255 = 93%

189
233
238

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

Portions of RGB colors in percentages

R + G + B = 189 + 233 + 238 = 660 (100%)
R 189 of 660 ~ 28.64%
G 233 of 660 ~ 35.3%
B 238 of 660 ~ 36.06'%

%28.64
%35.3
%36.06

CMYK color model

#BDE9EE color CMYK value is (21,2,0,7).

  • cyan value is 20.59%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (21,2,0,7)
C21M2Y0K7 (21%, 2%, 0%, 7%)
(0.21 / 0.02 / 0.00 / 0.07)

CMYK percentages

%20.59
%2.1
%0
%6.67

Codes

Color #BDE9EE in popluar color models

BD E9 EE
RGB 189 233 238
HSL 186° 59.04% 83.73%
HSB/HSV 186° 20.59% 93.33%
CMYK 20.59% 2.10% 0.00%
6.67%

Color #BDE9EE in popluar number systems.

HEX BD E9 EE
Decimal 189 233 238
Binary 10111101 11101001 11101110
Octal 275 351 356

Shades and tints

Shades of #BDE9EE

#BDE9EE
(189,233,238)
#ACD4D9
(172,212,217)
#9BBFC4
(155,191,196)
#8AAAAF
(138,170,175)
#79959A
(121,149,154)
#688085
(104,128,133)
#576B70
(87,107,112)
#46565B
(70,86,91)
#354146
(53,65,70)
#242C31
(36,44,49)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #BDE9EE

#BDE9EE
(189,233,238)
#C3EBEF
(195,235,239)
#C9EDF0
(201,237,240)
#CFEFF1
(207,239,241)
#D5F1F2
(213,241,242)
#DBF3F3
(219,243,243)
#E1F5F4
(225,245,244)
#E7F7F5
(231,247,245)
#EDF9F6
(237,249,246)
#F3FBF7
(243,251,247)
#F9FDF8
(249,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE9EE; }

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

This text font color is #BDE9EE.

Background Color

.myBgColor { background-color: #BDE9EE; }

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

This div background color is #BDE9EE.

Border color

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

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

This div border color is #BDE9EE.

Opacity

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

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

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

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

This text has shadow with #BDE9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE9EE.

Preview

Color preview on black background

This text has color #BDE9EE on black background.


Color preview on white background

This text has color #BDE9EE on white background.


Black color preview on #BDE9EE background

This text has black color on #BDE9EE background.


White color preview on #BDE9EE background

This text has white color on #BDE9EE background.


Related colors

Complementary color

Complementary color for #hex is #421611.


I love getcolorcode.com

Triadic colors

1 #EEBDE9 and #E9EEBD with #BDE9EE are triadic colors.

2 #EEE9BD and #E9BDEE with #BDE9EE are triadic colors.