COLOR #BED6F2

HEX: #BED6F2 RGB: (190,214,242)

Color info

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

RGB color model

#BED6F2 color RGB value is (190,214,242).

RGB: (190,214,242) (75%, 84%, 95%)

RGB channels and saturation

R 190 of 255 = 75%
G 214 of 255 = 84%
B 242 of 255 = 95%

190
214
242

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

Portions of RGB colors in percentages

R + G + B = 190 + 214 + 242 = 646 (100%)
R 190 of 646 ~ 29.41%
G 214 of 646 ~ 33.13%
B 242 of 646 ~ 37.46'%

%29.41
%33.13
%37.46

CMYK color model

#BED6F2 color CMYK value is (21,12,0,5).

  • cyan value is 21.49%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (21,12,0,5)
C21M12Y0K5 (21%, 12%, 0%, 5%)
(0.21 / 0.12 / 0.00 / 0.05)

CMYK percentages

%21.49
%11.57
%0
%5.1

Codes

Color #BED6F2 in popluar color models

BE D6 F2
RGB 190 214 242
HSL 212° 66.67% 84.71%
HSB/HSV 212° 21.49% 94.90%
CMYK 21.49% 11.57% 0.00%
5.10%

Color #BED6F2 in popluar number systems.

HEX BE D6 F2
Decimal 190 214 242
Binary 10111110 11010110 11110010
Octal 276 326 362

Shades and tints

Shades of #BED6F2

#BED6F2
(190,214,242)
#ADC3DC
(173,195,220)
#9CB0C6
(156,176,198)
#8B9DB0
(139,157,176)
#7A8A9A
(122,138,154)
#697784
(105,119,132)
#58646E
(88,100,110)
#475158
(71,81,88)
#363E42
(54,62,66)
#252B2C
(37,43,44)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #BED6F2

#BED6F2
(190,214,242)
#C3D9F3
(195,217,243)
#C8DCF4
(200,220,244)
#CDDFF5
(205,223,245)
#D2E2F6
(210,226,246)
#D7E5F7
(215,229,247)
#DCE8F8
(220,232,248)
#E1EBF9
(225,235,249)
#E6EEFA
(230,238,250)
#EBF1FB
(235,241,251)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED6F2 color. Also use rgb(190,214,242) instead hex code.

Text Font Color

.myTextColor { color: #BED6F2; }

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

This text font color is #BED6F2.

Background Color

.myBgColor { background-color: #BED6F2; }

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

This div background color is #BED6F2.

Border color

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

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

This div border color is #BED6F2.

Opacity

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

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

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

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

This text has shadow with #BED6F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED6F2.

Preview

Color preview on black background

This text has color #BED6F2 on black background.


Color preview on white background

This text has color #BED6F2 on white background.


Black color preview on #BED6F2 background

This text has black color on #BED6F2 background.


White color preview on #BED6F2 background

This text has white color on #BED6F2 background.


Related colors

Complementary color

Complementary color for #hex is #41290D.


I love getcolorcode.com

Triadic colors

1 #F2BED6 and #D6F2BE with #BED6F2 are triadic colors.

2 #F2D6BE and #D6BEF2 with #BED6F2 are triadic colors.