COLOR #BED9DE

HEX: #BED9DE RGB: (190,217,222)

Color info

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

RGB color model

#BED9DE color RGB value is (190,217,222).

RGB: (190,217,222) (75%, 85%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 217 of 255 = 85%
B 222 of 255 = 87%

190
217
222

R + G + B ~ 82%. #BED9DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 217 + 222 = 629 (100%)
R 190 of 629 ~ 30.21%
G 217 of 629 ~ 34.5%
B 222 of 629 ~ 35.29'%

%30.21
%34.5
%35.29

CMYK color model

#BED9DE color CMYK value is (14,2,0,13).

  • cyan value is 14.41%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (14,2,0,13)
C14M2Y0K13 (14%, 2%, 0%, 13%)
(0.14 / 0.02 / 0.00 / 0.13)

CMYK percentages

%14.41
%2.25
%0
%12.94

Codes

Color #BED9DE in popluar color models

BE D9 DE
RGB 190 217 222
HSL 189° 32.65% 80.78%
HSB/HSV 189° 14.41% 87.06%
CMYK 14.41% 2.25% 0.00%
12.94%

Color #BED9DE in popluar number systems.

HEX BE D9 DE
Decimal 190 217 222
Binary 10111110 11011001 11011110
Octal 276 331 336

Shades and tints

Shades of #BED9DE

#BED9DE
(190,217,222)
#ADC6CA
(173,198,202)
#9CB3B6
(156,179,182)
#8BA0A2
(139,160,162)
#7A8D8E
(122,141,142)
#697A7A
(105,122,122)
#586766
(88,103,102)
#475452
(71,84,82)
#36413E
(54,65,62)
#252E2A
(37,46,42)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #BED9DE

#BED9DE
(190,217,222)
#C3DCE1
(195,220,225)
#C8DFE4
(200,223,228)
#CDE2E7
(205,226,231)
#D2E5EA
(210,229,234)
#D7E8ED
(215,232,237)
#DCEBF0
(220,235,240)
#E1EEF3
(225,238,243)
#E6F1F6
(230,241,246)
#EBF4F9
(235,244,249)
#F0F7FC
(240,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED9DE; }

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

This text font color is #BED9DE.

Background Color

.myBgColor { background-color: #BED9DE; }

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

This div background color is #BED9DE.

Border color

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

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

This div border color is #BED9DE.

Opacity

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

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

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

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

This text has shadow with #BED9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED9DE.

Preview

Color preview on black background

This text has color #BED9DE on black background.


Color preview on white background

This text has color #BED9DE on white background.


Black color preview on #BED9DE background

This text has black color on #BED9DE background.


White color preview on #BED9DE background

This text has white color on #BED9DE background.


Related colors

Complementary color

Complementary color for #hex is #412621.


I love getcolorcode.com

Triadic colors

1 #DEBED9 and #D9DEBE with #BED9DE are triadic colors.

2 #DED9BE and #D9BEDE with #BED9DE are triadic colors.