COLOR #BEDFEA

HEX: #BEDFEA RGB: (190,223,234)

Color info

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

RGB color model

#BEDFEA color RGB value is (190,223,234).

RGB: (190,223,234) (75%, 87%, 92%)

RGB channels and saturation

R 190 of 255 = 75%
G 223 of 255 = 87%
B 234 of 255 = 92%

190
223
234

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

Portions of RGB colors in percentages

R + G + B = 190 + 223 + 234 = 647 (100%)
R 190 of 647 ~ 29.37%
G 223 of 647 ~ 34.47%
B 234 of 647 ~ 36.17'%

%29.37
%34.47
%36.17

CMYK color model

#BEDFEA color CMYK value is (19,5,0,8).

  • cyan value is 18.80%
  • magenta value is 4.70%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (19,5,0,8)
C19M5Y0K8 (19%, 5%, 0%, 8%)
(0.19 / 0.05 / 0.00 / 0.08)

CMYK percentages

%18.8
%4.7
%0
%8.24

Codes

Color #BEDFEA in popluar color models

BE DF EA
RGB 190 223 234
HSL 195° 51.16% 83.14%
HSB/HSV 195° 18.80% 91.76%
CMYK 18.80% 4.70% 0.00%
8.24%

Color #BEDFEA in popluar number systems.

HEX BE DF EA
Decimal 190 223 234
Binary 10111110 11011111 11101010
Octal 276 337 352

Shades and tints

Shades of #BEDFEA

#BEDFEA
(190,223,234)
#ADCBD5
(173,203,213)
#9CB7C0
(156,183,192)
#8BA3AB
(139,163,171)
#7A8F96
(122,143,150)
#697B81
(105,123,129)
#58676C
(88,103,108)
#475357
(71,83,87)
#363F42
(54,63,66)
#252B2D
(37,43,45)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #BEDFEA

#BEDFEA
(190,223,234)
#C3E1EB
(195,225,235)
#C8E3EC
(200,227,236)
#CDE5ED
(205,229,237)
#D2E7EE
(210,231,238)
#D7E9EF
(215,233,239)
#DCEBF0
(220,235,240)
#E1EDF1
(225,237,241)
#E6EFF2
(230,239,242)
#EBF1F3
(235,241,243)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDFEA; }

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

This text font color is #BEDFEA.

Background Color

.myBgColor { background-color: #BEDFEA; }

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

This div background color is #BEDFEA.

Border color

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

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

This div border color is #BEDFEA.

Opacity

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

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

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

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

This text has shadow with #BEDFEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDFEA.

Preview

Color preview on black background

This text has color #BEDFEA on black background.


Color preview on white background

This text has color #BEDFEA on white background.


Black color preview on #BEDFEA background

This text has black color on #BEDFEA background.


White color preview on #BEDFEA background

This text has white color on #BEDFEA background.


Related colors

Complementary color

Complementary color for #hex is #412015.


I love getcolorcode.com

Triadic colors

1 #EABEDF and #DFEABE with #BEDFEA are triadic colors.

2 #EADFBE and #DFBEEA with #BEDFEA are triadic colors.