COLOR #BEDAE0

HEX: #BEDAE0 RGB: (190,218,224)

Color info

#BEDAE0 contains red, green and blue colors in about the same proportion. Web safe color of #BEDAE0 is #CCCCCC (or #CCC).

RGB color model

#BEDAE0 color RGB value is (190,218,224).

RGB: (190,218,224) (75%, 85%, 88%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 224 of 255 = 88%

190
218
224

R + G + B ~ 83%. #BEDAE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 218 + 224 = 632 (100%)
R 190 of 632 ~ 30.06%
G 218 of 632 ~ 34.49%
B 224 of 632 ~ 35.44'%

%30.06
%34.49
%35.44

CMYK color model

#BEDAE0 color CMYK value is (15,3,0,12).

  • cyan value is 15.18%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (15,3,0,12) C15M3Y0K12 (15%,3%,0%,12%) (0.15/0.03/0.00/0.12) 

CMYK percentages

%15.18
%2.68
%0
%12.16

Codes

Color #BEDAE0 in popluar color models

BE DA E0
RGB 190 218 224
HSL 191° 35.42% 81.18%
HSB/HSV 191° 15.18% 87.84%
CMYK 15.18% 2.68% 0.00%
12.16%

Color #BEDAE0 in popluar number systems.

HEX BE DA E0
Decimal 190 218 224
Binary 10111110 11011010 11100000
Octal 276 332 340

Shades and tints

Shades of #BEDAE0

#BEDAE0
(190,218,224)
#ADC7CC
(173,199,204)
#9CB4B8
(156,180,184)
#8BA1A4
(139,161,164)
#7A8E90
(122,142,144)
#697B7C
(105,123,124)
#586868
(88,104,104)
#475554
(71,85,84)
#364240
(54,66,64)
#252F2C
(37,47,44)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #BEDAE0

#BEDAE0
(190,218,224)
#C3DDE2
(195,221,226)
#C8E0E4
(200,224,228)
#CDE3E6
(205,227,230)
#D2E6E8
(210,230,232)
#D7E9EA
(215,233,234)
#DCECEC
(220,236,236)
#E1EFEE
(225,239,238)
#E6F2F0
(230,242,240)
#EBF5F2
(235,245,242)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDAE0; }

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

This text font color is #BEDAE0.

Background Color

.myBgColor { background-color: #BEDAE0; }

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

This div background color is #BEDAE0.

Border color

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

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

This div border color is #BEDAE0.

Opacity

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

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

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

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

This text has shadow with #BEDAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDAE0.

Preview

Color preview on black background

This text has color #BEDAE0 on black background.


Color preview on white background

This text has color #BEDAE0 on white background.


Black color preview on #BEDAE0 background

This text has black color on #BEDAE0 background.


White color preview on #BEDAE0 background

This text has white color on #BEDAE0 background.


Related colors

Complementary color

Complementary color for #hex is #41251F.


I love getcolorcode.com

Triadic colors

1 #E0BEDA and #DAE0BE with #BEDAE0 are triadic colors.

2 #E0DABE and #DABEE0 with #BEDAE0 are triadic colors.