COLOR #BED5E0

HEX: #BED5E0 RGB: (190,213,224)

Color info

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

RGB color model

#BED5E0 color RGB value is (190,213,224).

RGB: (190,213,224) (75%, 84%, 88%)

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 224 of 255 = 88%

190
213
224

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

Portions of RGB colors in percentages

R + G + B = 190 + 213 + 224 = 627 (100%)
R 190 of 627 ~ 30.3%
G 213 of 627 ~ 33.97%
B 224 of 627 ~ 35.73'%

%30.3
%33.97
%35.73

CMYK color model

#BED5E0 color CMYK value is (15,5,0,12).

  • cyan value is 15.18%
  • magenta value is 4.91%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (15,5,0,12)
C15M5Y0K12 (15%, 5%, 0%, 12%)
(0.15 / 0.05 / 0.00 / 0.12)

CMYK percentages

%15.18
%4.91
%0
%12.16

Codes

Color #BED5E0 in popluar color models

BE D5 E0
RGB 190 213 224
HSL 199° 35.42% 81.18%
HSB/HSV 199° 15.18% 87.84%
CMYK 15.18% 4.91% 0.00%
12.16%

Color #BED5E0 in popluar number systems.

HEX BE D5 E0
Decimal 190 213 224
Binary 10111110 11010101 11100000
Octal 276 325 340

Shades and tints

Shades of #BED5E0

#BED5E0
(190,213,224)
#ADC2CC
(173,194,204)
#9CAFB8
(156,175,184)
#8B9CA4
(139,156,164)
#7A8990
(122,137,144)
#69767C
(105,118,124)
#586368
(88,99,104)
#475054
(71,80,84)
#363D40
(54,61,64)
#252A2C
(37,42,44)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #BED5E0

#BED5E0
(190,213,224)
#C3D8E2
(195,216,226)
#C8DBE4
(200,219,228)
#CDDEE6
(205,222,230)
#D2E1E8
(210,225,232)
#D7E4EA
(215,228,234)
#DCE7EC
(220,231,236)
#E1EAEE
(225,234,238)
#E6EDF0
(230,237,240)
#EBF0F2
(235,240,242)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED5E0; }

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

This text font color is #BED5E0.

Background Color

.myBgColor { background-color: #BED5E0; }

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

This div background color is #BED5E0.

Border color

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

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

This div border color is #BED5E0.

Opacity

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

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

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

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

This text has shadow with #BED5E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED5E0.

Preview

Color preview on black background

This text has color #BED5E0 on black background.


Color preview on white background

This text has color #BED5E0 on white background.


Black color preview on #BED5E0 background

This text has black color on #BED5E0 background.


White color preview on #BED5E0 background

This text has white color on #BED5E0 background.


Related colors

Complementary color

Complementary color for #hex is #412A1F.


I love getcolorcode.com

Triadic colors

1 #E0BED5 and #D5E0BE with #BED5E0 are triadic colors.

2 #E0D5BE and #D5BEE0 with #BED5E0 are triadic colors.