COLOR #BED5F6

HEX: #BED5F6 RGB: (190,213,246)

Color info

#BED5F6 contains red, green and blue colors in about the same proportion. Web safe color of #BED5F6 is #CCCCFF (or #CCF).

RGB color model

#BED5F6 color RGB value is (190,213,246).

RGB: (190,213,246) (75%, 84%, 96%)

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 246 of 255 = 96%

190
213
246

R + G + B ~ 85%. #BED5F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 213 + 246 = 649 (100%)
R 190 of 649 ~ 29.28%
G 213 of 649 ~ 32.82%
B 246 of 649 ~ 37.9'%

%29.28
%32.82
%37.9

CMYK color model

#BED5F6 color CMYK value is (23,13,0,4).

  • cyan value is 22.76%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (23,13,0,4)
C23M13Y0K4 (23%, 13%, 0%, 4%)
(0.23 / 0.13 / 0.00 / 0.04)

CMYK percentages

%22.76
%13.41
%0
%3.53

Codes

Color #BED5F6 in popluar color models

BE D5 F6
RGB 190 213 246
HSL 215° 75.68% 85.49%
HSB/HSV 215° 22.76% 96.47%
CMYK 22.76% 13.41% 0.00%
3.53%

Color #BED5F6 in popluar number systems.

HEX BE D5 F6
Decimal 190 213 246
Binary 10111110 11010101 11110110
Octal 276 325 366

Shades and tints

Shades of #BED5F6

#BED5F6
(190,213,246)
#ADC2E0
(173,194,224)
#9CAFCA
(156,175,202)
#8B9CB4
(139,156,180)
#7A899E
(122,137,158)
#697688
(105,118,136)
#586372
(88,99,114)
#47505C
(71,80,92)
#363D46
(54,61,70)
#252A30
(37,42,48)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #BED5F6

#BED5F6
(190,213,246)
#C3D8F6
(195,216,246)
#C8DBF6
(200,219,246)
#CDDEF6
(205,222,246)
#D2E1F6
(210,225,246)
#D7E4F6
(215,228,246)
#DCE7F6
(220,231,246)
#E1EAF6
(225,234,246)
#E6EDF6
(230,237,246)
#EBF0F6
(235,240,246)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED5F6; }

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

This text font color is #BED5F6.

Background Color

.myBgColor { background-color: #BED5F6; }

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

This div background color is #BED5F6.

Border color

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

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

This div border color is #BED5F6.

Opacity

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

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

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

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

This text has shadow with #BED5F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED5F6.

Preview

Color preview on black background

This text has color #BED5F6 on black background.


Color preview on white background

This text has color #BED5F6 on white background.


Black color preview on #BED5F6 background

This text has black color on #BED5F6 background.


White color preview on #BED5F6 background

This text has white color on #BED5F6 background.


Related colors

Complementary color

Complementary color for #hex is #412A09.


I love getcolorcode.com

Triadic colors

1 #F6BED5 and #D5F6BE with #BED5F6 are triadic colors.

2 #F6D5BE and #D5BEF6 with #BED5F6 are triadic colors.