COLOR #BEDEF4

HEX: #BEDEF4 RGB: (190,222,244)

Color info

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

RGB color model

#BEDEF4 color RGB value is (190,222,244).

RGB: (190,222,244) (75%, 87%, 96%)

RGB channels and saturation

R 190 of 255 = 75%
G 222 of 255 = 87%
B 244 of 255 = 96%

190
222
244

R + G + B ~ 86%. #BEDEF4 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 222 + 244 = 656 (100%)
R 190 of 656 ~ 28.96%
G 222 of 656 ~ 33.84%
B 244 of 656 ~ 37.2'%

%28.96
%33.84
%37.2

CMYK color model

#BEDEF4 color CMYK value is (22,9,0,4).

  • cyan value is 22.13%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (22,9,0,4) C22M9Y0K4 (22%,9%,0%,4%) (0.22/0.09/0.00/0.04) 

CMYK percentages

%22.13
%9.02
%0
%4.31

Codes

Color #BEDEF4 in popluar color models

BE DE F4
RGB 190 222 244
HSL 204° 71.05% 85.10%
HSB/HSV 204° 22.13% 95.69%
CMYK 22.13% 9.02% 0.00%
4.31%

Color #BEDEF4 in popluar number systems.

HEX BE DE F4
Decimal 190 222 244
Binary 10111110 11011110 11110100
Octal 276 336 364

Shades and tints

Shades of #BEDEF4

#BEDEF4
(190,222,244)
#ADCADE
(173,202,222)
#9CB6C8
(156,182,200)
#8BA2B2
(139,162,178)
#7A8E9C
(122,142,156)
#697A86
(105,122,134)
#586670
(88,102,112)
#47525A
(71,82,90)
#363E44
(54,62,68)
#252A2E
(37,42,46)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #BEDEF4

#BEDEF4
(190,222,244)
#C3E1F5
(195,225,245)
#C8E4F6
(200,228,246)
#CDE7F7
(205,231,247)
#D2EAF8
(210,234,248)
#D7EDF9
(215,237,249)
#DCF0FA
(220,240,250)
#E1F3FB
(225,243,251)
#E6F6FC
(230,246,252)
#EBF9FD
(235,249,253)
#F0FCFE
(240,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDEF4; }

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

This text font color is #BEDEF4.

Background Color

.myBgColor { background-color: #BEDEF4; }

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

This div background color is #BEDEF4.

Border color

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

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

This div border color is #BEDEF4.

Opacity

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

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

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

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

This text has shadow with #BEDEF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDEF4.

Preview

Color preview on black background

This text has color #BEDEF4 on black background.


Color preview on white background

This text has color #BEDEF4 on white background.


Black color preview on #BEDEF4 background

This text has black color on #BEDEF4 background.


White color preview on #BEDEF4 background

This text has white color on #BEDEF4 background.


Related colors

Complementary color

Complementary color for #hex is #41210B.


I love getcolorcode.com

Triadic colors

1 #F4BEDE and #DEF4BE with #BEDEF4 are triadic colors.

2 #F4DEBE and #DEBEF4 with #BEDEF4 are triadic colors.