COLOR #BED8FA

HEX: #BED8FA RGB: (190,216,250)

Color info

#BED8FA contains mainly green and blue colors. Web safe color of #BED8FA is #CCCCFF (or #CCF).

RGB color model

#BED8FA color RGB value is (190,216,250).

RGB: (190,216,250) (75%, 85%, 98%)

RGB channels and saturation

R 190 of 255 = 75%
G 216 of 255 = 85%
B 250 of 255 = 98%

190
216
250

R + G + B ~ 86%. #BED8FA is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 216 + 250 = 656 (100%)
R 190 of 656 ~ 28.96%
G 216 of 656 ~ 32.93%
B 250 of 656 ~ 38.11'%

%28.96
%32.93
%38.11

CMYK color model

#BED8FA color CMYK value is (24,14,0,2).

  • cyan value is 24.00%
  • magenta value is 13.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (24,14,0,2)
C24M14Y0K2 (24%, 14%, 0%, 2%)
(0.24 / 0.14 / 0.00 / 0.02)

CMYK percentages

%24
%13.6
%0
%1.96

Codes

Color #BED8FA in popluar color models

BE D8 FA
RGB 190 216 250
HSL 214° 85.71% 86.27%
HSB/HSV 214° 24.00% 98.04%
CMYK 24.00% 13.60% 0.00%
1.96%

Color #BED8FA in popluar number systems.

HEX BE D8 FA
Decimal 190 216 250
Binary 10111110 11011000 11111010
Octal 276 330 372

Shades and tints

Shades of #BED8FA

#BED8FA
(190,216,250)
#ADC5E4
(173,197,228)
#9CB2CE
(156,178,206)
#8B9FB8
(139,159,184)
#7A8CA2
(122,140,162)
#69798C
(105,121,140)
#586676
(88,102,118)
#475360
(71,83,96)
#36404A
(54,64,74)
#252D34
(37,45,52)
#141A1E
(20,26,30)
#000000
(0,0,0)

Tints of #BED8FA

#BED8FA
(190,216,250)
#C3DBFA
(195,219,250)
#C8DEFA
(200,222,250)
#CDE1FA
(205,225,250)
#D2E4FA
(210,228,250)
#D7E7FA
(215,231,250)
#DCEAFA
(220,234,250)
#E1EDFA
(225,237,250)
#E6F0FA
(230,240,250)
#EBF3FA
(235,243,250)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED8FA color. Also use rgb(190,216,250) instead hex code.

Text Font Color

.myTextColor { color: #BED8FA; }

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

This text font color is #BED8FA.

Background Color

.myBgColor { background-color: #BED8FA; }

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

This div background color is #BED8FA.

Border color

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

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

This div border color is #BED8FA.

Opacity

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

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

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

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

This text has shadow with #BED8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED8FA.

Preview

Color preview on black background

This text has color #BED8FA on black background.


Color preview on white background

This text has color #BED8FA on white background.


Black color preview on #BED8FA background

This text has black color on #BED8FA background.


White color preview on #BED8FA background

This text has white color on #BED8FA background.


Related colors

Complementary color

Complementary color for #hex is #412705.


I love getcolorcode.com

Triadic colors

1 #FABED8 and #D8FABE with #BED8FA are triadic colors.

2 #FAD8BE and #D8BEFA with #BED8FA are triadic colors.