COLOR #BED4E0

HEX: #BED4E0
RGB: (190,212,224)

Color info

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

RGB color model

#BED4E0 color RGB value is (190,212,224).

  • red value is 190;
  • green value is 212;
  • blue value is 224.
RGB:
(190,212,224)
(75%,83%,88%)

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 224 of 255 = 88%

190
212
224

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

Portions of RGB colors in percentages

R + G + B =
190 + 212 + 224 = 626 (100%)
R 190 of 626 ~ 30.35%
G 212 of 626 ~ 33.87%
B 224 of 626 ~ 35.78%

%30.35
%33.87
%35.78

CMYK color model

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

  • cyan value is 15.18%
  • magenta value is 5.36%
  • 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
%5.36
%0
%12.16

Codes

Color #BED4E0 in popluar color models

BED4E0
RGB190212224
HSL201°35.42%81.18%
HSB/HSV201°15.18%87.84%
CMYK15.18%5.36%0.00%
12.16%

Color #BED4E0 in popluar number systems.

HEXBED4E0
Decimal190212224
Binary101111101101010011100000
Octal276324340

Shades and tints

Shades of #BED4E0

#BED4E0
(190,212,224)
#ADC1CC
(173,193,204)
#9CAEB8
(156,174,184)
#8B9BA4
(139,155,164)
#7A8890
(122,136,144)
#69757C
(105,117,124)
#586268
(88,98,104)
#474F54
(71,79,84)
#363C40
(54,60,64)
#25292C
(37,41,44)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #BED4E0

#BED4E0
(190,212,224)
#C3D7E2
(195,215,226)
#C8DAE4
(200,218,228)
#CDDDE6
(205,221,230)
#D2E0E8
(210,224,232)
#D7E3EA
(215,227,234)
#DCE6EC
(220,230,236)
#E1E9EE
(225,233,238)
#E6ECF0
(230,236,240)
#EBEFF2
(235,239,242)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED4E0; }

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

This text font color is #BED4E0.


Background Color

.myBgColor { background-color: #BED4E0; }

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

This div background color is #BED4E0.


Border color

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

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

This div border color is #BED4E0.


Opacity

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

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

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

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

This text has shadow with #BED4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED4E0 on black background.


Color preview on white background

This text has color #BED4E0 on white background.



Black color preview on #BED4E0 background

This text has black color on #BED4E0 background.


White color preview on #BED4E0 background

This text has white color on #BED4E0 background.