COLOR #BEE2BF

HEX: #BEE2BF RGB: (190,226,191)

Color info

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

RGB color model

#BEE2BF color RGB value is (190,226,191).

RGB: (190,226,191) (75%, 89%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 226 of 255 = 89%
B 191 of 255 = 75%

190
226
191

R + G + B ~ 80%. #BEE2BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 226 + 191 = 607 (100%)
R 190 of 607 ~ 31.3%
G 226 of 607 ~ 37.23%
B 191 of 607 ~ 31.47'%

%31.3
%37.23
%31.47

CMYK color model

#BEE2BF color CMYK value is (16,0,15,11).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 11.37%

CMYK: (16,0,15,11)
C16M0Y15K11 (16%, 0%, 15%, 11%)
(0.16 / 0.00 / 0.15 / 0.11)

CMYK percentages

%15.93
%0
%15.49
%11.37

Codes

Color #BEE2BF in popluar color models

BE E2 BF
RGB 190 226 191
HSL 122° 38.30% 81.57%
HSB/HSV 122° 15.93% 88.63%
CMYK 15.93% 0.00% 15.49%
11.37%

Color #BEE2BF in popluar number systems.

HEX BE E2 BF
Decimal 190 226 191
Binary 10111110 11100010 10111111
Octal 276 342 277

Shades and tints

Shades of #BEE2BF

#BEE2BF
(190,226,191)
#ADCEAE
(173,206,174)
#9CBA9D
(156,186,157)
#8BA68C
(139,166,140)
#7A927B
(122,146,123)
#697E6A
(105,126,106)
#586A59
(88,106,89)
#475648
(71,86,72)
#364237
(54,66,55)
#252E26
(37,46,38)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #BEE2BF

#BEE2BF
(190,226,191)
#C3E4C4
(195,228,196)
#C8E6C9
(200,230,201)
#CDE8CE
(205,232,206)
#D2EAD3
(210,234,211)
#D7ECD8
(215,236,216)
#DCEEDD
(220,238,221)
#E1F0E2
(225,240,226)
#E6F2E7
(230,242,231)
#EBF4EC
(235,244,236)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE2BF; }

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

This text font color is #BEE2BF.

Background Color

.myBgColor { background-color: #BEE2BF; }

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

This div background color is #BEE2BF.

Border color

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

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

This div border color is #BEE2BF.

Opacity

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

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

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

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

This text has shadow with #BEE2BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE2BF.

Preview

Color preview on black background

This text has color #BEE2BF on black background.


Color preview on white background

This text has color #BEE2BF on white background.


Black color preview on #BEE2BF background

This text has black color on #BEE2BF background.


White color preview on #BEE2BF background

This text has white color on #BEE2BF background.


Related colors

Complementary color

Complementary color for #hex is #411D40.


I love getcolorcode.com

Triadic colors

1 #BFBEE2 and #E2BFBE with #BEE2BF are triadic colors.

2 #BFE2BE and #E2BEBF with #BEE2BF are triadic colors.