COLOR #BDEEE9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

189
238
233

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

Portions of RGB colors in percentages

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

%28.64
%36.06
%35.3

CMYK color model

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

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

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

CMYK percentages

%20.59
%0
%2.1
%6.67

Codes

Color #BDEEE9 in popluar color models

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

Color #BDEEE9 in popluar number systems.

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

Shades and tints

Shades of #BDEEE9

#BDEEE9
(189,238,233)
#ACD9D4
(172,217,212)
#9BC4BF
(155,196,191)
#8AAFAA
(138,175,170)
#799A95
(121,154,149)
#688580
(104,133,128)
#57706B
(87,112,107)
#465B56
(70,91,86)
#354641
(53,70,65)
#24312C
(36,49,44)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #BDEEE9

#BDEEE9
(189,238,233)
#C3EFEB
(195,239,235)
#C9F0ED
(201,240,237)
#CFF1EF
(207,241,239)
#D5F2F1
(213,242,241)
#DBF3F3
(219,243,243)
#E1F4F5
(225,244,245)
#E7F5F7
(231,245,247)
#EDF6F9
(237,246,249)
#F3F7FB
(243,247,251)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEEE9; }

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

This text font color is #BDEEE9.

Background Color

.myBgColor { background-color: #BDEEE9; }

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

This div background color is #BDEEE9.

Border color

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

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

This div border color is #BDEEE9.

Opacity

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

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

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

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

This text has shadow with #BDEEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEEE9.

Preview

Color preview on black background

This text has color #BDEEE9 on black background.


Color preview on white background

This text has color #BDEEE9 on white background.


Black color preview on #BDEEE9 background

This text has black color on #BDEEE9 background.


White color preview on #BDEEE9 background

This text has white color on #BDEEE9 background.


Related colors

Complementary color

Complementary color for #hex is #421116.


I love getcolorcode.com

Triadic colors

1 #E9BDEE and #EEE9BD with #BDEEE9 are triadic colors.

2 #E9EEBD and #EEBDE9 with #BDEEE9 are triadic colors.