COLOR #BEE2C1

HEX: #BEE2C1 RGB: (190,226,193)

Color info

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

RGB color model

#BEE2C1 color RGB value is (190,226,193).

RGB: (190,226,193) (75%, 89%, 76%)

RGB channels and saturation

R 190 of 255 = 75%
G 226 of 255 = 89%
B 193 of 255 = 76%

190
226
193

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

Portions of RGB colors in percentages

R + G + B = 190 + 226 + 193 = 609 (100%)
R 190 of 609 ~ 31.2%
G 226 of 609 ~ 37.11%
B 193 of 609 ~ 31.69'%

%31.2
%37.11
%31.69

CMYK color model

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

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • 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
%14.6
%11.37

Codes

Color #BEE2C1 in popluar color models

BE E2 C1
RGB 190 226 193
HSL 125° 38.30% 81.57%
HSB/HSV 125° 15.93% 88.63%
CMYK 15.93% 0.00% 14.60%
11.37%

Color #BEE2C1 in popluar number systems.

HEX BE E2 C1
Decimal 190 226 193
Binary 10111110 11100010 11000001
Octal 276 342 301

Shades and tints

Shades of #BEE2C1

#BEE2C1
(190,226,193)
#ADCEB0
(173,206,176)
#9CBA9F
(156,186,159)
#8BA68E
(139,166,142)
#7A927D
(122,146,125)
#697E6C
(105,126,108)
#586A5B
(88,106,91)
#47564A
(71,86,74)
#364239
(54,66,57)
#252E28
(37,46,40)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #BEE2C1

#BEE2C1
(190,226,193)
#C3E4C6
(195,228,198)
#C8E6CB
(200,230,203)
#CDE8D0
(205,232,208)
#D2EAD5
(210,234,213)
#D7ECDA
(215,236,218)
#DCEEDF
(220,238,223)
#E1F0E4
(225,240,228)
#E6F2E9
(230,242,233)
#EBF4EE
(235,244,238)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE2C1; }

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

This text font color is #BEE2C1.

Background Color

.myBgColor { background-color: #BEE2C1; }

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

This div background color is #BEE2C1.

Border color

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

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

This div border color is #BEE2C1.

Opacity

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

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

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

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

This text has shadow with #BEE2C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE2C1.

Preview

Color preview on black background

This text has color #BEE2C1 on black background.


Color preview on white background

This text has color #BEE2C1 on white background.


Black color preview on #BEE2C1 background

This text has black color on #BEE2C1 background.


White color preview on #BEE2C1 background

This text has white color on #BEE2C1 background.


Related colors

Complementary color

Complementary color for #hex is #411D3E.


I love getcolorcode.com

Triadic colors

1 #C1BEE2 and #E2C1BE with #BEE2C1 are triadic colors.

2 #C1E2BE and #E2BEC1 with #BEE2C1 are triadic colors.