COLOR #BEDAEC

HEX: #BEDAEC RGB: (190,218,236)

Color info

#BEDAEC contains red, green and blue colors in about the same proportion. Web safe color of #BEDAEC is #CCCCFF (or #CCF).

RGB color model

#BEDAEC color RGB value is (190,218,236).

RGB: (190,218,236) (75%, 85%, 93%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 236 of 255 = 93%

190
218
236

R + G + B ~ 84%. #BEDAEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 218 + 236 = 644 (100%)
R 190 of 644 ~ 29.5%
G 218 of 644 ~ 33.85%
B 236 of 644 ~ 36.65'%

%29.5
%33.85
%36.65

CMYK color model

#BEDAEC color CMYK value is (19,8,0,7).

  • cyan value is 19.49%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (19,8,0,7)
C19M8Y0K7 (19%, 8%, 0%, 7%)
(0.19 / 0.08 / 0.00 / 0.07)

CMYK percentages

%19.49
%7.63
%0
%7.45

Codes

Color #BEDAEC in popluar color models

BE DA EC
RGB 190 218 236
HSL 203° 54.76% 83.53%
HSB/HSV 203° 19.49% 92.55%
CMYK 19.49% 7.63% 0.00%
7.45%

Color #BEDAEC in popluar number systems.

HEX BE DA EC
Decimal 190 218 236
Binary 10111110 11011010 11101100
Octal 276 332 354

Shades and tints

Shades of #BEDAEC

#BEDAEC
(190,218,236)
#ADC7D7
(173,199,215)
#9CB4C2
(156,180,194)
#8BA1AD
(139,161,173)
#7A8E98
(122,142,152)
#697B83
(105,123,131)
#58686E
(88,104,110)
#475559
(71,85,89)
#364244
(54,66,68)
#252F2F
(37,47,47)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #BEDAEC

#BEDAEC
(190,218,236)
#C3DDED
(195,221,237)
#C8E0EE
(200,224,238)
#CDE3EF
(205,227,239)
#D2E6F0
(210,230,240)
#D7E9F1
(215,233,241)
#DCECF2
(220,236,242)
#E1EFF3
(225,239,243)
#E6F2F4
(230,242,244)
#EBF5F5
(235,245,245)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDAEC color. Also use rgb(190,218,236) instead hex code.

Text Font Color

.myTextColor { color: #BEDAEC; }

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

This text font color is #BEDAEC.

Background Color

.myBgColor { background-color: #BEDAEC; }

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

This div background color is #BEDAEC.

Border color

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

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

This div border color is #BEDAEC.

Opacity

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

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

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

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

This text has shadow with #BEDAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDAEC.

Preview

Color preview on black background

This text has color #BEDAEC on black background.


Color preview on white background

This text has color #BEDAEC on white background.


Black color preview on #BEDAEC background

This text has black color on #BEDAEC background.


White color preview on #BEDAEC background

This text has white color on #BEDAEC background.


Related colors

Complementary color

Complementary color for #hex is #412513.


I love getcolorcode.com

Triadic colors

1 #ECBEDA and #DAECBE with #BEDAEC are triadic colors.

2 #ECDABE and #DABEEC with #BEDAEC are triadic colors.