COLOR #BEDFFC

HEX: #BEDFFC RGB: (190,223,252)

Color info

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

RGB color model

#BEDFFC color RGB value is (190,223,252).

RGB: (190,223,252) (75%, 87%, 99%)

RGB channels and saturation

R 190 of 255 = 75%
G 223 of 255 = 87%
B 252 of 255 = 99%

190
223
252

R + G + B ~ 87%. #BEDFFC is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 223 + 252 = 665 (100%)
R 190 of 665 ~ 28.57%
G 223 of 665 ~ 33.53%
B 252 of 665 ~ 37.89'%

%28.57
%33.53
%37.89

CMYK color model

#BEDFFC color CMYK value is (25,12,0,1).

  • cyan value is 24.60%
  • magenta value is 11.51%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (25,12,0,1)
C25M12Y0K1 (25%, 12%, 0%, 1%)
(0.25 / 0.12 / 0.00 / 0.01)

CMYK percentages

%24.6
%11.51
%0
%1.18

Codes

Color #BEDFFC in popluar color models

BE DF FC
RGB 190 223 252
HSL 208° 91.18% 86.67%
HSB/HSV 208° 24.60% 98.82%
CMYK 24.60% 11.51% 0.00%
1.18%

Color #BEDFFC in popluar number systems.

HEX BE DF FC
Decimal 190 223 252
Binary 10111110 11011111 11111100
Octal 276 337 374

Shades and tints

Shades of #BEDFFC

#BEDFFC
(190,223,252)
#ADCBE6
(173,203,230)
#9CB7D0
(156,183,208)
#8BA3BA
(139,163,186)
#7A8FA4
(122,143,164)
#697B8E
(105,123,142)
#586778
(88,103,120)
#475362
(71,83,98)
#363F4C
(54,63,76)
#252B36
(37,43,54)
#141720
(20,23,32)
#000000
(0,0,0)

Tints of #BEDFFC

#BEDFFC
(190,223,252)
#C3E1FC
(195,225,252)
#C8E3FC
(200,227,252)
#CDE5FC
(205,229,252)
#D2E7FC
(210,231,252)
#D7E9FC
(215,233,252)
#DCEBFC
(220,235,252)
#E1EDFC
(225,237,252)
#E6EFFC
(230,239,252)
#EBF1FC
(235,241,252)
#F0F3FC
(240,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDFFC color. Also use rgb(190,223,252) instead hex code.

Text Font Color

.myTextColor { color: #BEDFFC; }

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

This text font color is #BEDFFC.

Background Color

.myBgColor { background-color: #BEDFFC; }

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

This div background color is #BEDFFC.

Border color

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

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

This div border color is #BEDFFC.

Opacity

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

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

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

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

This text has shadow with #BEDFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDFFC.

Preview

Color preview on black background

This text has color #BEDFFC on black background.


Color preview on white background

This text has color #BEDFFC on white background.


Black color preview on #BEDFFC background

This text has black color on #BEDFFC background.


White color preview on #BEDFFC background

This text has white color on #BEDFFC background.


Related colors

Complementary color

Complementary color for #hex is #412003.


I love getcolorcode.com

Triadic colors

1 #FCBEDF and #DFFCBE with #BEDFFC are triadic colors.

2 #FCDFBE and #DFBEFC with #BEDFFC are triadic colors.