COLOR #BEDAF4

HEX: #BEDAF4 RGB: (190,218,244)

Color info

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

RGB color model

#BEDAF4 color RGB value is (190,218,244).

RGB: (190,218,244) (75%, 85%, 96%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 244 of 255 = 96%

190
218
244

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

Portions of RGB colors in percentages

R + G + B = 190 + 218 + 244 = 652 (100%)
R 190 of 652 ~ 29.14%
G 218 of 652 ~ 33.44%
B 244 of 652 ~ 37.42'%

%29.14
%33.44
%37.42

CMYK color model

#BEDAF4 color CMYK value is (22,11,0,4).

  • cyan value is 22.13%
  • magenta value is 10.66%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (22,11,0,4)
C22M11Y0K4 (22%, 11%, 0%, 4%)
(0.22 / 0.11 / 0.00 / 0.04)

CMYK percentages

%22.13
%10.66
%0
%4.31

Codes

Color #BEDAF4 in popluar color models

BE DA F4
RGB 190 218 244
HSL 209° 71.05% 85.10%
HSB/HSV 209° 22.13% 95.69%
CMYK 22.13% 10.66% 0.00%
4.31%

Color #BEDAF4 in popluar number systems.

HEX BE DA F4
Decimal 190 218 244
Binary 10111110 11011010 11110100
Octal 276 332 364

Shades and tints

Shades of #BEDAF4

#BEDAF4
(190,218,244)
#ADC7DE
(173,199,222)
#9CB4C8
(156,180,200)
#8BA1B2
(139,161,178)
#7A8E9C
(122,142,156)
#697B86
(105,123,134)
#586870
(88,104,112)
#47555A
(71,85,90)
#364244
(54,66,68)
#252F2E
(37,47,46)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #BEDAF4

#BEDAF4
(190,218,244)
#C3DDF5
(195,221,245)
#C8E0F6
(200,224,246)
#CDE3F7
(205,227,247)
#D2E6F8
(210,230,248)
#D7E9F9
(215,233,249)
#DCECFA
(220,236,250)
#E1EFFB
(225,239,251)
#E6F2FC
(230,242,252)
#EBF5FD
(235,245,253)
#F0F8FE
(240,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDAF4 color. Also use rgb(190,218,244) instead hex code.

Text Font Color

.myTextColor { color: #BEDAF4; }

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

This text font color is #BEDAF4.

Background Color

.myBgColor { background-color: #BEDAF4; }

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

This div background color is #BEDAF4.

Border color

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

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

This div border color is #BEDAF4.

Opacity

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

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

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

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

This text has shadow with #BEDAF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDAF4.

Preview

Color preview on black background

This text has color #BEDAF4 on black background.


Color preview on white background

This text has color #BEDAF4 on white background.


Black color preview on #BEDAF4 background

This text has black color on #BEDAF4 background.


White color preview on #BEDAF4 background

This text has white color on #BEDAF4 background.


Related colors

Complementary color

Complementary color for #BEDAF4 is #41250B.


I love getcolorcode.com

Triadic colors

1 #F4BEDA and #DAF4BE with #BEDAF4 are triadic colors.

2 #F4DABE and #DABEF4 with #BEDAF4 are triadic colors.