COLOR #BEE9E2

HEX: #BEE9E2 RGB: (190,233,226)

Color info

#BEE9E2 contains red, green and blue colors in about the same proportion. Web safe color of #BEE9E2 is #CCFFCC (or #CFC).

RGB color model

#BEE9E2 color RGB value is (190,233,226).

RGB: (190,233,226) (75%, 91%, 89%)

RGB channels and saturation

R 190 of 255 = 75%
G 233 of 255 = 91%
B 226 of 255 = 89%

190
233
226

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

Portions of RGB colors in percentages

R + G + B = 190 + 233 + 226 = 649 (100%)
R 190 of 649 ~ 29.28%
G 233 of 649 ~ 35.9%
B 226 of 649 ~ 34.82'%

%29.28
%35.9
%34.82

CMYK color model

#BEE9E2 color CMYK value is (18,0,3,9).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 8.63%

CMYK: (18,0,3,9)
C18M0Y3K9 (18%, 0%, 3%, 9%)
(0.18 / 0.00 / 0.03 / 0.09)

CMYK percentages

%18.45
%0
%3
%8.63

Codes

Color #BEE9E2 in popluar color models

BE E9 E2
RGB 190 233 226
HSL 170° 49.43% 82.94%
HSB/HSV 170° 18.45% 91.37%
CMYK 18.45% 0.00% 3.00%
8.63%

Color #BEE9E2 in popluar number systems.

HEX BE E9 E2
Decimal 190 233 226
Binary 10111110 11101001 11100010
Octal 276 351 342

Shades and tints

Shades of #BEE9E2

#BEE9E2
(190,233,226)
#ADD4CE
(173,212,206)
#9CBFBA
(156,191,186)
#8BAAA6
(139,170,166)
#7A9592
(122,149,146)
#69807E
(105,128,126)
#586B6A
(88,107,106)
#475656
(71,86,86)
#364142
(54,65,66)
#252C2E
(37,44,46)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #BEE9E2

#BEE9E2
(190,233,226)
#C3EBE4
(195,235,228)
#C8EDE6
(200,237,230)
#CDEFE8
(205,239,232)
#D2F1EA
(210,241,234)
#D7F3EC
(215,243,236)
#DCF5EE
(220,245,238)
#E1F7F0
(225,247,240)
#E6F9F2
(230,249,242)
#EBFBF4
(235,251,244)
#F0FDF6
(240,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE9E2; }

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

This text font color is #BEE9E2.

Background Color

.myBgColor { background-color: #BEE9E2; }

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

This div background color is #BEE9E2.

Border color

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

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

This div border color is #BEE9E2.

Opacity

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

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

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

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

This text has shadow with #BEE9E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE9E2.

Preview

Color preview on black background

This text has color #BEE9E2 on black background.


Color preview on white background

This text has color #BEE9E2 on white background.


Black color preview on #BEE9E2 background

This text has black color on #BEE9E2 background.


White color preview on #BEE9E2 background

This text has white color on #BEE9E2 background.


Related colors

Complementary color

Complementary color for #hex is #41161D.


I love getcolorcode.com

Triadic colors

1 #E2BEE9 and #E9E2BE with #BEE9E2 are triadic colors.

2 #E2E9BE and #E9BEE2 with #BEE9E2 are triadic colors.