COLOR #BEDEE2

HEX: #BEDEE2 RGB: (190,222,226)

Color info

#BEDEE2 contains red, green and blue colors in about the same proportion. Web safe color of #BEDEE2 is #CCCCCC (or #CCC).

RGB color model

#BEDEE2 color RGB value is (190,222,226).

RGB: (190,222,226) (75%, 87%, 89%)

RGB channels and saturation

R 190 of 255 = 75%
G 222 of 255 = 87%
B 226 of 255 = 89%

190
222
226

R + G + B ~ 84%. #BEDEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 222 + 226 = 638 (100%)
R 190 of 638 ~ 29.78%
G 222 of 638 ~ 34.8%
B 226 of 638 ~ 35.42'%

%29.78
%34.8
%35.42

CMYK color model

#BEDEE2 color CMYK value is (16,2,0,11).

  • cyan value is 15.93%
  • magenta value is 1.77%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (16,2,0,11) C16M2Y0K11 (16%,2%,0%,11%) (0.16/0.02/0.00/0.11) 

CMYK percentages

%15.93
%1.77
%0
%11.37

Codes

Color #BEDEE2 in popluar color models

BE DE E2
RGB 190 222 226
HSL 187° 38.30% 81.57%
HSB/HSV 187° 15.93% 88.63%
CMYK 15.93% 1.77% 0.00%
11.37%

Color #BEDEE2 in popluar number systems.

HEX BE DE E2
Decimal 190 222 226
Binary 10111110 11011110 11100010
Octal 276 336 342

Shades and tints

Shades of #BEDEE2

#BEDEE2
(190,222,226)
#ADCACE
(173,202,206)
#9CB6BA
(156,182,186)
#8BA2A6
(139,162,166)
#7A8E92
(122,142,146)
#697A7E
(105,122,126)
#58666A
(88,102,106)
#475256
(71,82,86)
#363E42
(54,62,66)
#252A2E
(37,42,46)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #BEDEE2

#BEDEE2
(190,222,226)
#C3E1E4
(195,225,228)
#C8E4E6
(200,228,230)
#CDE7E8
(205,231,232)
#D2EAEA
(210,234,234)
#D7EDEC
(215,237,236)
#DCF0EE
(220,240,238)
#E1F3F0
(225,243,240)
#E6F6F2
(230,246,242)
#EBF9F4
(235,249,244)
#F0FCF6
(240,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDEE2; }

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

This text font color is #BEDEE2.

Background Color

.myBgColor { background-color: #BEDEE2; }

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

This div background color is #BEDEE2.

Border color

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

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

This div border color is #BEDEE2.

Opacity

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

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

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

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

This text has shadow with #BEDEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDEE2.

Preview

Color preview on black background

This text has color #BEDEE2 on black background.


Color preview on white background

This text has color #BEDEE2 on white background.


Black color preview on #BEDEE2 background

This text has black color on #BEDEE2 background.


White color preview on #BEDEE2 background

This text has white color on #BEDEE2 background.


Related colors

Complementary color

Complementary color for #hex is #41211D.


I love getcolorcode.com

Triadic colors

1 #E2BEDE and #DEE2BE with #BEDEE2 are triadic colors.

2 #E2DEBE and #DEBEE2 with #BEDEE2 are triadic colors.