COLOR #BEF1E2

HEX: #BEF1E2 RGB: (190,241,226)

Color info

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

RGB color model

#BEF1E2 color RGB value is (190,241,226).

RGB: (190,241,226) (75%, 95%, 89%)

RGB channels and saturation

R 190 of 255 = 75%
G 241 of 255 = 95%
B 226 of 255 = 89%

190
241
226

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

Portions of RGB colors in percentages

R + G + B = 190 + 241 + 226 = 657 (100%)
R 190 of 657 ~ 28.92%
G 241 of 657 ~ 36.68%
B 226 of 657 ~ 34.4'%

%28.92
%36.68
%34.4

CMYK color model

#BEF1E2 color CMYK value is (21,0,6,5).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 6.22%
  • key color value is 5.49%

CMYK: (21,0,6,5)
C21M0Y6K5 (21%, 0%, 6%, 5%)
(0.21 / 0.00 / 0.06 / 0.05)

CMYK percentages

%21.16
%0
%6.22
%5.49

Codes

Color #BEF1E2 in popluar color models

BE F1 E2
RGB 190 241 226
HSL 162° 64.56% 84.51%
HSB/HSV 162° 21.16% 94.51%
CMYK 21.16% 0.00% 6.22%
5.49%

Color #BEF1E2 in popluar number systems.

HEX BE F1 E2
Decimal 190 241 226
Binary 10111110 11110001 11100010
Octal 276 361 342

Shades and tints

Shades of #BEF1E2

#BEF1E2
(190,241,226)
#ADDCCE
(173,220,206)
#9CC7BA
(156,199,186)
#8BB2A6
(139,178,166)
#7A9D92
(122,157,146)
#69887E
(105,136,126)
#58736A
(88,115,106)
#475E56
(71,94,86)
#364942
(54,73,66)
#25342E
(37,52,46)
#141F1A
(20,31,26)
#000000
(0,0,0)

Tints of #BEF1E2

#BEF1E2
(190,241,226)
#C3F2E4
(195,242,228)
#C8F3E6
(200,243,230)
#CDF4E8
(205,244,232)
#D2F5EA
(210,245,234)
#D7F6EC
(215,246,236)
#DCF7EE
(220,247,238)
#E1F8F0
(225,248,240)
#E6F9F2
(230,249,242)
#EBFAF4
(235,250,244)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF1E2; }

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

This text font color is #BEF1E2.

Background Color

.myBgColor { background-color: #BEF1E2; }

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

This div background color is #BEF1E2.

Border color

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

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

This div border color is #BEF1E2.

Opacity

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

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

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

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

This text has shadow with #BEF1E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF1E2.

Preview

Color preview on black background

This text has color #BEF1E2 on black background.


Color preview on white background

This text has color #BEF1E2 on white background.


Black color preview on #BEF1E2 background

This text has black color on #BEF1E2 background.


White color preview on #BEF1E2 background

This text has white color on #BEF1E2 background.


Related colors

Complementary color

Complementary color for #hex is #410E1D.


I love getcolorcode.com

Triadic colors

1 #E2BEF1 and #F1E2BE with #BEF1E2 are triadic colors.

2 #E2F1BE and #F1BEE2 with #BEF1E2 are triadic colors.