COLOR #BDEEED

HEX: #BDEEED RGB: (189,238,237)

Color info

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

RGB color model

#BDEEED color RGB value is (189,238,237).

RGB: (189,238,237) (74%, 93%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 238 of 255 = 93%
B 237 of 255 = 93%

189
238
237

R + G + B ~ 87%. #BDEEED is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 238 + 237 = 664 (100%)
R 189 of 664 ~ 28.46%
G 238 of 664 ~ 35.84%
B 237 of 664 ~ 35.69'%

%28.46
%35.84
%35.69

CMYK color model

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

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 6.67%
CMYK: (21,0,0,7) C21M0Y0K7 (21%,0%,0%,7%) (0.21/0.00/0.00/0.07) 

CMYK percentages

%20.59
%0
%0.42
%6.67

Codes

Color #BDEEED in popluar color models

BD EE ED
RGB 189 238 237
HSL 179° 59.04% 83.73%
HSB/HSV 179° 20.59% 93.33%
CMYK 20.59% 0.00% 0.42%
6.67%

Color #BDEEED in popluar number systems.

HEX BD EE ED
Decimal 189 238 237
Binary 10111101 11101110 11101101
Octal 275 356 355

Shades and tints

Shades of #BDEEED

#BDEEED
(189,238,237)
#ACD9D8
(172,217,216)
#9BC4C3
(155,196,195)
#8AAFAE
(138,175,174)
#799A99
(121,154,153)
#688584
(104,133,132)
#57706F
(87,112,111)
#465B5A
(70,91,90)
#354645
(53,70,69)
#243130
(36,49,48)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #BDEEED

#BDEEED
(189,238,237)
#C3EFEE
(195,239,238)
#C9F0EF
(201,240,239)
#CFF1F0
(207,241,240)
#D5F2F1
(213,242,241)
#DBF3F2
(219,243,242)
#E1F4F3
(225,244,243)
#E7F5F4
(231,245,244)
#EDF6F5
(237,246,245)
#F3F7F6
(243,247,246)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEEED; }

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

This text font color is #BDEEED.

Background Color

.myBgColor { background-color: #BDEEED; }

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

This div background color is #BDEEED.

Border color

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

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

This div border color is #BDEEED.

Opacity

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

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

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

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

This text has shadow with #BDEEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEEED.

Preview

Color preview on black background

This text has color #BDEEED on black background.


Color preview on white background

This text has color #BDEEED on white background.


Black color preview on #BDEEED background

This text has black color on #BDEEED background.


White color preview on #BDEEED background

This text has white color on #BDEEED background.


Related colors

Complementary color

Complementary color for #hex is #421112.


I love getcolorcode.com

Triadic colors

1 #EDBDEE and #EEEDBD with #BDEEED are triadic colors.

2 #EDEEBD and #EEBDED with #BDEEED are triadic colors.