COLOR #BEDCEF

HEX: #BEDCEF RGB: (190,220,239)

Color info

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

RGB color model

#BEDCEF color RGB value is (190,220,239).

RGB: (190,220,239) (75%, 86%, 94%)

RGB channels and saturation

R 190 of 255 = 75%
G 220 of 255 = 86%
B 239 of 255 = 94%

190
220
239

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

Portions of RGB colors in percentages

R + G + B = 190 + 220 + 239 = 649 (100%)
R 190 of 649 ~ 29.28%
G 220 of 649 ~ 33.9%
B 239 of 649 ~ 36.83'%

%29.28
%33.9
%36.83

CMYK color model

#BEDCEF color CMYK value is (21,8,0,6).

  • cyan value is 20.50%
  • magenta value is 7.95%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (21,8,0,6)
C21M8Y0K6 (21%, 8%, 0%, 6%)
(0.21 / 0.08 / 0.00 / 0.06)

CMYK percentages

%20.5
%7.95
%0
%6.27

Codes

Color #BEDCEF in popluar color models

BE DC EF
RGB 190 220 239
HSL 203° 60.49% 84.12%
HSB/HSV 203° 20.50% 93.73%
CMYK 20.50% 7.95% 0.00%
6.27%

Color #BEDCEF in popluar number systems.

HEX BE DC EF
Decimal 190 220 239
Binary 10111110 11011100 11101111
Octal 276 334 357

Shades and tints

Shades of #BEDCEF

#BEDCEF
(190,220,239)
#ADC8DA
(173,200,218)
#9CB4C5
(156,180,197)
#8BA0B0
(139,160,176)
#7A8C9B
(122,140,155)
#697886
(105,120,134)
#586471
(88,100,113)
#47505C
(71,80,92)
#363C47
(54,60,71)
#252832
(37,40,50)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #BEDCEF

#BEDCEF
(190,220,239)
#C3DFF0
(195,223,240)
#C8E2F1
(200,226,241)
#CDE5F2
(205,229,242)
#D2E8F3
(210,232,243)
#D7EBF4
(215,235,244)
#DCEEF5
(220,238,245)
#E1F1F6
(225,241,246)
#E6F4F7
(230,244,247)
#EBF7F8
(235,247,248)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDCEF color. Also use rgb(190,220,239) instead hex code.

Text Font Color

.myTextColor { color: #BEDCEF; }

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

This text font color is #BEDCEF.

Background Color

.myBgColor { background-color: #BEDCEF; }

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

This div background color is #BEDCEF.

Border color

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

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

This div border color is #BEDCEF.

Opacity

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

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

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

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

This text has shadow with #BEDCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDCEF.

Preview

Color preview on black background

This text has color #BEDCEF on black background.


Color preview on white background

This text has color #BEDCEF on white background.


Black color preview on #BEDCEF background

This text has black color on #BEDCEF background.


White color preview on #BEDCEF background

This text has white color on #BEDCEF background.


Related colors

Complementary color

Complementary color for #hex is #412310.


I love getcolorcode.com

Triadic colors

1 #EFBEDC and #DCEFBE with #BEDCEF are triadic colors.

2 #EFDCBE and #DCBEEF with #BEDCEF are triadic colors.