COLOR #BED9E6

HEX: #BED9E6 RGB: (190,217,230)

Color info

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

RGB color model

#BED9E6 color RGB value is (190,217,230).

RGB: (190,217,230) (75%, 85%, 90%)

RGB channels and saturation

R 190 of 255 = 75%
G 217 of 255 = 85%
B 230 of 255 = 90%

190
217
230

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

Portions of RGB colors in percentages

R + G + B = 190 + 217 + 230 = 637 (100%)
R 190 of 637 ~ 29.83%
G 217 of 637 ~ 34.07%
B 230 of 637 ~ 36.11'%

%29.83
%34.07
%36.11

CMYK color model

#BED9E6 color CMYK value is (17,6,0,10).

  • cyan value is 17.39%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (17,6,0,10)
C17M6Y0K10 (17%, 6%, 0%, 10%)
(0.17 / 0.06 / 0.00 / 0.10)

CMYK percentages

%17.39
%5.65
%0
%9.8

Codes

Color #BED9E6 in popluar color models

BE D9 E6
RGB 190 217 230
HSL 200° 44.44% 82.35%
HSB/HSV 200° 17.39% 90.20%
CMYK 17.39% 5.65% 0.00%
9.80%

Color #BED9E6 in popluar number systems.

HEX BE D9 E6
Decimal 190 217 230
Binary 10111110 11011001 11100110
Octal 276 331 346

Shades and tints

Shades of #BED9E6

#BED9E6
(190,217,230)
#ADC6D2
(173,198,210)
#9CB3BE
(156,179,190)
#8BA0AA
(139,160,170)
#7A8D96
(122,141,150)
#697A82
(105,122,130)
#58676E
(88,103,110)
#47545A
(71,84,90)
#364146
(54,65,70)
#252E32
(37,46,50)
#141B1E
(20,27,30)
#000000
(0,0,0)

Tints of #BED9E6

#BED9E6
(190,217,230)
#C3DCE8
(195,220,232)
#C8DFEA
(200,223,234)
#CDE2EC
(205,226,236)
#D2E5EE
(210,229,238)
#D7E8F0
(215,232,240)
#DCEBF2
(220,235,242)
#E1EEF4
(225,238,244)
#E6F1F6
(230,241,246)
#EBF4F8
(235,244,248)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED9E6 color. Also use rgb(190,217,230) instead hex code.

Text Font Color

.myTextColor { color: #BED9E6; }

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

This text font color is #BED9E6.

Background Color

.myBgColor { background-color: #BED9E6; }

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

This div background color is #BED9E6.

Border color

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

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

This div border color is #BED9E6.

Opacity

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

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

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

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

This text has shadow with #BED9E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED9E6.

Preview

Color preview on black background

This text has color #BED9E6 on black background.


Color preview on white background

This text has color #BED9E6 on white background.


Black color preview on #BED9E6 background

This text has black color on #BED9E6 background.


White color preview on #BED9E6 background

This text has white color on #BED9E6 background.


Related colors

Complementary color

Complementary color for #hex is #412619.


I love getcolorcode.com

Triadic colors

1 #E6BED9 and #D9E6BE with #BED9E6 are triadic colors.

2 #E6D9BE and #D9BEE6 with #BED9E6 are triadic colors.