COLOR #BEDDF5

HEX: #BEDDF5 RGB: (190,221,245)

Color info

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

RGB color model

#BEDDF5 color RGB value is (190,221,245).

RGB: (190,221,245) (75%, 87%, 96%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 245 of 255 = 96%

190
221
245

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

Portions of RGB colors in percentages

R + G + B = 190 + 221 + 245 = 656 (100%)
R 190 of 656 ~ 28.96%
G 221 of 656 ~ 33.69%
B 245 of 656 ~ 37.35'%

%28.96
%33.69
%37.35

CMYK color model

#BEDDF5 color CMYK value is (22,10,0,4).

  • cyan value is 22.45%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (22,10,0,4) C22M10Y0K4 (22%,10%,0%,4%) (0.22/0.10/0.00/0.04) 

CMYK percentages

%22.45
%9.8
%0
%3.92

Codes

Color #BEDDF5 in popluar color models

BE DD F5
RGB 190 221 245
HSL 206° 73.33% 85.29%
HSB/HSV 206° 22.45% 96.08%
CMYK 22.45% 9.80% 0.00%
3.92%

Color #BEDDF5 in popluar number systems.

HEX BE DD F5
Decimal 190 221 245
Binary 10111110 11011101 11110101
Octal 276 335 365

Shades and tints

Shades of #BEDDF5

#BEDDF5
(190,221,245)
#ADC9DF
(173,201,223)
#9CB5C9
(156,181,201)
#8BA1B3
(139,161,179)
#7A8D9D
(122,141,157)
#697987
(105,121,135)
#586571
(88,101,113)
#47515B
(71,81,91)
#363D45
(54,61,69)
#25292F
(37,41,47)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #BEDDF5

#BEDDF5
(190,221,245)
#C3E0F5
(195,224,245)
#C8E3F5
(200,227,245)
#CDE6F5
(205,230,245)
#D2E9F5
(210,233,245)
#D7ECF5
(215,236,245)
#DCEFF5
(220,239,245)
#E1F2F5
(225,242,245)
#E6F5F5
(230,245,245)
#EBF8F5
(235,248,245)
#F0FBF5
(240,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDDF5 color. Also use rgb(190,221,245) instead hex code.

Text Font Color

.myTextColor { color: #BEDDF5; }

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

This text font color is #BEDDF5.

Background Color

.myBgColor { background-color: #BEDDF5; }

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

This div background color is #BEDDF5.

Border color

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

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

This div border color is #BEDDF5.

Opacity

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

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

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

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

This text has shadow with #BEDDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDDF5.

Preview

Color preview on black background

This text has color #BEDDF5 on black background.


Color preview on white background

This text has color #BEDDF5 on white background.


Black color preview on #BEDDF5 background

This text has black color on #BEDDF5 background.


White color preview on #BEDDF5 background

This text has white color on #BEDDF5 background.


Related colors

Complementary color

Complementary color for #hex is #41220A.


I love getcolorcode.com

Triadic colors

1 #F5BEDD and #DDF5BE with #BEDDF5 are triadic colors.

2 #F5DDBE and #DDBEF5 with #BEDDF5 are triadic colors.