COLOR #BED9F0

HEX: #BED9F0 RGB: (190,217,240)

Color info

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

RGB color model

#BED9F0 color RGB value is (190,217,240).

RGB: (190,217,240) (75%, 85%, 94%)

RGB channels and saturation

R 190 of 255 = 75%
G 217 of 255 = 85%
B 240 of 255 = 94%

190
217
240

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

Portions of RGB colors in percentages

R + G + B = 190 + 217 + 240 = 647 (100%)
R 190 of 647 ~ 29.37%
G 217 of 647 ~ 33.54%
B 240 of 647 ~ 37.09'%

%29.37
%33.54
%37.09

CMYK color model

#BED9F0 color CMYK value is (21,10,0,6).

  • cyan value is 20.83%
  • magenta value is 9.58%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (21,10,0,6)
C21M10Y0K6 (21%, 10%, 0%, 6%)
(0.21 / 0.10 / 0.00 / 0.06)

CMYK percentages

%20.83
%9.58
%0
%5.88

Codes

Color #BED9F0 in popluar color models

BE D9 F0
RGB 190 217 240
HSL 208° 62.50% 84.31%
HSB/HSV 208° 20.83% 94.12%
CMYK 20.83% 9.58% 0.00%
5.88%

Color #BED9F0 in popluar number systems.

HEX BE D9 F0
Decimal 190 217 240
Binary 10111110 11011001 11110000
Octal 276 331 360

Shades and tints

Shades of #BED9F0

#BED9F0
(190,217,240)
#ADC6DB
(173,198,219)
#9CB3C6
(156,179,198)
#8BA0B1
(139,160,177)
#7A8D9C
(122,141,156)
#697A87
(105,122,135)
#586772
(88,103,114)
#47545D
(71,84,93)
#364148
(54,65,72)
#252E33
(37,46,51)
#141B1E
(20,27,30)
#000000
(0,0,0)

Tints of #BED9F0

#BED9F0
(190,217,240)
#C3DCF1
(195,220,241)
#C8DFF2
(200,223,242)
#CDE2F3
(205,226,243)
#D2E5F4
(210,229,244)
#D7E8F5
(215,232,245)
#DCEBF6
(220,235,246)
#E1EEF7
(225,238,247)
#E6F1F8
(230,241,248)
#EBF4F9
(235,244,249)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED9F0 color. Also use rgb(190,217,240) instead hex code.

Text Font Color

.myTextColor { color: #BED9F0; }

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

This text font color is #BED9F0.

Background Color

.myBgColor { background-color: #BED9F0; }

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

This div background color is #BED9F0.

Border color

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

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

This div border color is #BED9F0.

Opacity

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

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

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

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

This text has shadow with #BED9F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED9F0.

Preview

Color preview on black background

This text has color #BED9F0 on black background.


Color preview on white background

This text has color #BED9F0 on white background.


Black color preview on #BED9F0 background

This text has black color on #BED9F0 background.


White color preview on #BED9F0 background

This text has white color on #BED9F0 background.


Related colors

Complementary color

Complementary color for #hex is #41260F.


I love getcolorcode.com

Triadic colors

1 #F0BED9 and #D9F0BE with #BED9F0 are triadic colors.

2 #F0D9BE and #D9BEF0 with #BED9F0 are triadic colors.