COLOR #BDEAED

HEX: #BDEAED RGB: (189,234,237)

Color info

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

RGB color model

#BDEAED color RGB value is (189,234,237).

RGB: (189,234,237) (74%, 92%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 234 of 255 = 92%
B 237 of 255 = 93%

189
234
237

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

Portions of RGB colors in percentages

R + G + B = 189 + 234 + 237 = 660 (100%)
R 189 of 660 ~ 28.64%
G 234 of 660 ~ 35.45%
B 237 of 660 ~ 35.91'%

%28.64
%35.45
%35.91

CMYK color model

#BDEAED color CMYK value is (20,1,0,7).

  • cyan value is 20.25%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (20,1,0,7) C20M1Y0K7 (20%,1%,0%,7%) (0.20/0.01/0.00/0.07) 

CMYK percentages

%20.25
%1.27
%0
%7.06

Codes

Color #BDEAED in popluar color models

BD EA ED
RGB 189 234 237
HSL 184° 57.14% 83.53%
HSB/HSV 184° 20.25% 92.94%
CMYK 20.25% 1.27% 0.00%
7.06%

Color #BDEAED in popluar number systems.

HEX BD EA ED
Decimal 189 234 237
Binary 10111101 11101010 11101101
Octal 275 352 355

Shades and tints

Shades of #BDEAED

#BDEAED
(189,234,237)
#ACD5D8
(172,213,216)
#9BC0C3
(155,192,195)
#8AABAE
(138,171,174)
#799699
(121,150,153)
#688184
(104,129,132)
#576C6F
(87,108,111)
#46575A
(70,87,90)
#354245
(53,66,69)
#242D30
(36,45,48)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #BDEAED

#BDEAED
(189,234,237)
#C3EBEE
(195,235,238)
#C9ECEF
(201,236,239)
#CFEDF0
(207,237,240)
#D5EEF1
(213,238,241)
#DBEFF2
(219,239,242)
#E1F0F3
(225,240,243)
#E7F1F4
(231,241,244)
#EDF2F5
(237,242,245)
#F3F3F6
(243,243,246)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEAED; }

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

This text font color is #BDEAED.

Background Color

.myBgColor { background-color: #BDEAED; }

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

This div background color is #BDEAED.

Border color

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

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

This div border color is #BDEAED.

Opacity

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

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

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

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

This text has shadow with #BDEAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEAED.

Preview

Color preview on black background

This text has color #BDEAED on black background.


Color preview on white background

This text has color #BDEAED on white background.


Black color preview on #BDEAED background

This text has black color on #BDEAED background.


White color preview on #BDEAED background

This text has white color on #BDEAED background.


Related colors

Complementary color

Complementary color for #hex is #421512.


I love getcolorcode.com

Triadic colors

1 #EDBDEA and #EAEDBD with #BDEAED are triadic colors.

2 #EDEABD and #EABDED with #BDEAED are triadic colors.