COLOR #BEDFEF

HEX: #BEDFEF RGB: (190,223,239)

Color info

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

RGB color model

#BEDFEF color RGB value is (190,223,239).

RGB: (190,223,239) (75%, 87%, 94%)

RGB channels and saturation

R 190 of 255 = 75%
G 223 of 255 = 87%
B 239 of 255 = 94%

190
223
239

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

Portions of RGB colors in percentages

R + G + B = 190 + 223 + 239 = 652 (100%)
R 190 of 652 ~ 29.14%
G 223 of 652 ~ 34.2%
B 239 of 652 ~ 36.66'%

%29.14
%34.2
%36.66

CMYK color model

#BEDFEF color CMYK value is (21,7,0,6).

  • cyan value is 20.50%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (21,7,0,6) C21M7Y0K6 (21%,7%,0%,6%) (0.21/0.07/0.00/0.06) 

CMYK percentages

%20.5
%6.69
%0
%6.27

Codes

Color #BEDFEF in popluar color models

BE DF EF
RGB 190 223 239
HSL 200° 60.49% 84.12%
HSB/HSV 200° 20.50% 93.73%
CMYK 20.50% 6.69% 0.00%
6.27%

Color #BEDFEF in popluar number systems.

HEX BE DF EF
Decimal 190 223 239
Binary 10111110 11011111 11101111
Octal 276 337 357

Shades and tints

Shades of #BEDFEF

#BEDFEF
(190,223,239)
#ADCBDA
(173,203,218)
#9CB7C5
(156,183,197)
#8BA3B0
(139,163,176)
#7A8F9B
(122,143,155)
#697B86
(105,123,134)
#586771
(88,103,113)
#47535C
(71,83,92)
#363F47
(54,63,71)
#252B32
(37,43,50)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #BEDFEF

#BEDFEF
(190,223,239)
#C3E1F0
(195,225,240)
#C8E3F1
(200,227,241)
#CDE5F2
(205,229,242)
#D2E7F3
(210,231,243)
#D7E9F4
(215,233,244)
#DCEBF5
(220,235,245)
#E1EDF6
(225,237,246)
#E6EFF7
(230,239,247)
#EBF1F8
(235,241,248)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDFEF; }

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

This text font color is #BEDFEF.

Background Color

.myBgColor { background-color: #BEDFEF; }

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

This div background color is #BEDFEF.

Border color

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

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

This div border color is #BEDFEF.

Opacity

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

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

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

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

This text has shadow with #BEDFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDFEF.

Preview

Color preview on black background

This text has color #BEDFEF on black background.


Color preview on white background

This text has color #BEDFEF on white background.


Black color preview on #BEDFEF background

This text has black color on #BEDFEF background.


White color preview on #BEDFEF background

This text has white color on #BEDFEF background.


Related colors

Complementary color

Complementary color for #hex is #412010.


I love getcolorcode.com

Triadic colors

1 #EFBEDF and #DFEFBE with #BEDFEF are triadic colors.

2 #EFDFBE and #DFBEEF with #BEDFEF are triadic colors.