COLOR #BED1E5

HEX: #BED1E5
RGB: (190,209,229)

Color info

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

RGB color model

#BED1E5 color RGB value is (190,209,229).

  • red value is 190;
  • green value is 209;
  • blue value is 229.
RGB:
(190,209,229)
(75%,82%,90%)

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 229 of 255 = 90%

190
209
229

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

Portions of RGB colors in percentages

R + G + B =
190 + 209 + 229 = 628 (100%)
R 190 of 628 ~ 30.25%
G 209 of 628 ~ 33.28%
B 229 of 628 ~ 36.46%

%30.25
%33.28
%36.46

CMYK color model

#BED1E5 color CMYK value is (17,9,0,10).

  • cyan value is 17.03%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(17,9,0,10)
C17M9Y0K10 
(17%,9%,0%,10%)
(0.17/0.09/0.00/0.10)	

CMYK percentages

%17.03
%8.73
%0
%10.2

Codes

Color #BED1E5 in popluar color models

BED1E5
RGB190209229
HSL211°42.86%82.16%
HSB/HSV211°17.03%89.80%
CMYK17.03%8.73%0.00%
10.20%

Color #BED1E5 in popluar number systems.

HEXBED1E5
Decimal190209229
Binary101111101101000111100101
Octal276321345

Shades and tints

Shades of #BED1E5

#BED1E5
(190,209,229)
#ADBED1
(173,190,209)
#9CABBD
(156,171,189)
#8B98A9
(139,152,169)
#7A8595
(122,133,149)
#697281
(105,114,129)
#585F6D
(88,95,109)
#474C59
(71,76,89)
#363945
(54,57,69)
#252631
(37,38,49)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #BED1E5

#BED1E5
(190,209,229)
#C3D5E7
(195,213,231)
#C8D9E9
(200,217,233)
#CDDDEB
(205,221,235)
#D2E1ED
(210,225,237)
#D7E5EF
(215,229,239)
#DCE9F1
(220,233,241)
#E1EDF3
(225,237,243)
#E6F1F5
(230,241,245)
#EBF5F7
(235,245,247)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED1E5 color. Also use rgb(190,209,229) instead hex code.

Text Font Color

.myTextColor { color: #BED1E5; }

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

This text font color is #BED1E5.


Background Color

.myBgColor { background-color: #BED1E5; }

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

This div background color is #BED1E5.


Border color

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

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

This div border color is #BED1E5.


Opacity

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

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

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

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

This text has shadow with #BED1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED1E5 on black background.


Color preview on white background

This text has color #BED1E5 on white background.



Black color preview on #BED1E5 background

This text has black color on #BED1E5 background.


White color preview on #BED1E5 background

This text has white color on #BED1E5 background.