COLOR #BEE0E2

HEX: #BEE0E2 RGB: (190,224,226)

Color info

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

RGB color model

#BEE0E2 color RGB value is (190,224,226).

RGB: (190,224,226) (75%, 88%, 89%)

RGB channels and saturation

R 190 of 255 = 75%
G 224 of 255 = 88%
B 226 of 255 = 89%

190
224
226

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

Portions of RGB colors in percentages

R + G + B = 190 + 224 + 226 = 640 (100%)
R 190 of 640 ~ 29.69%
G 224 of 640 ~ 35%
B 226 of 640 ~ 35.31'%

%29.69
%35
%35.31

CMYK color model

#BEE0E2 color CMYK value is (16,1,0,11).

  • cyan value is 15.93%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (16,1,0,11) C16M1Y0K11 (16%,1%,0%,11%) (0.16/0.01/0.00/0.11) 

CMYK percentages

%15.93
%0.88
%0
%11.37

Codes

Color #BEE0E2 in popluar color models

BE E0 E2
RGB 190 224 226
HSL 183° 38.30% 81.57%
HSB/HSV 183° 15.93% 88.63%
CMYK 15.93% 0.88% 0.00%
11.37%

Color #BEE0E2 in popluar number systems.

HEX BE E0 E2
Decimal 190 224 226
Binary 10111110 11100000 11100010
Octal 276 340 342

Shades and tints

Shades of #BEE0E2

#BEE0E2
(190,224,226)
#ADCCCE
(173,204,206)
#9CB8BA
(156,184,186)
#8BA4A6
(139,164,166)
#7A9092
(122,144,146)
#697C7E
(105,124,126)
#58686A
(88,104,106)
#475456
(71,84,86)
#364042
(54,64,66)
#252C2E
(37,44,46)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #BEE0E2

#BEE0E2
(190,224,226)
#C3E2E4
(195,226,228)
#C8E4E6
(200,228,230)
#CDE6E8
(205,230,232)
#D2E8EA
(210,232,234)
#D7EAEC
(215,234,236)
#DCECEE
(220,236,238)
#E1EEF0
(225,238,240)
#E6F0F2
(230,240,242)
#EBF2F4
(235,242,244)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE0E2; }

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

This text font color is #BEE0E2.

Background Color

.myBgColor { background-color: #BEE0E2; }

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

This div background color is #BEE0E2.

Border color

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

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

This div border color is #BEE0E2.

Opacity

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

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

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

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

This text has shadow with #BEE0E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE0E2.

Preview

Color preview on black background

This text has color #BEE0E2 on black background.


Color preview on white background

This text has color #BEE0E2 on white background.


Black color preview on #BEE0E2 background

This text has black color on #BEE0E2 background.


White color preview on #BEE0E2 background

This text has white color on #BEE0E2 background.


Related colors

Complementary color

Complementary color for #hex is #411F1D.


I love getcolorcode.com

Triadic colors

1 #E2BEE0 and #E0E2BE with #BEE0E2 are triadic colors.

2 #E2E0BE and #E0BEE2 with #BEE0E2 are triadic colors.