COLOR #BEE4BC

HEX: #BEE4BC RGB: (190,228,188)

Color info

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

RGB color model

#BEE4BC color RGB value is (190,228,188).

RGB: (190,228,188) (75%, 89%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 228 of 255 = 89%
B 188 of 255 = 74%

190
228
188

R + G + B ~ 79%. #BEE4BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 228 + 188 = 606 (100%)
R 190 of 606 ~ 31.35%
G 228 of 606 ~ 37.62%
B 188 of 606 ~ 31.02'%

%31.35
%37.62
%31.02

CMYK color model

#BEE4BC color CMYK value is (17,0,18,11).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 10.59%

CMYK: (17,0,18,11)
C17M0Y18K11 (17%, 0%, 18%, 11%)
(0.17 / 0.00 / 0.18 / 0.11)

CMYK percentages

%16.67
%0
%17.54
%10.59

Codes

Color #BEE4BC in popluar color models

BE E4 BC
RGB 190 228 188
HSL 117° 42.55% 81.57%
HSB/HSV 117° 17.54% 89.41%
CMYK 16.67% 0.00% 17.54%
10.59%

Color #BEE4BC in popluar number systems.

HEX BE E4 BC
Decimal 190 228 188
Binary 10111110 11100100 10111100
Octal 276 344 274

Shades and tints

Shades of #BEE4BC

#BEE4BC
(190,228,188)
#ADD0AB
(173,208,171)
#9CBC9A
(156,188,154)
#8BA889
(139,168,137)
#7A9478
(122,148,120)
#698067
(105,128,103)
#586C56
(88,108,86)
#475845
(71,88,69)
#364434
(54,68,52)
#253023
(37,48,35)
#141C12
(20,28,18)
#000000
(0,0,0)

Tints of #BEE4BC

#BEE4BC
(190,228,188)
#C3E6C2
(195,230,194)
#C8E8C8
(200,232,200)
#CDEACE
(205,234,206)
#D2ECD4
(210,236,212)
#D7EEDA
(215,238,218)
#DCF0E0
(220,240,224)
#E1F2E6
(225,242,230)
#E6F4EC
(230,244,236)
#EBF6F2
(235,246,242)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE4BC color. Also use rgb(190,228,188) instead hex code.

Text Font Color

.myTextColor { color: #BEE4BC; }

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

This text font color is #BEE4BC.

Background Color

.myBgColor { background-color: #BEE4BC; }

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

This div background color is #BEE4BC.

Border color

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

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

This div border color is #BEE4BC.

Opacity

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

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

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

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

This text has shadow with #BEE4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE4BC.

Preview

Color preview on black background

This text has color #BEE4BC on black background.


Color preview on white background

This text has color #BEE4BC on white background.


Black color preview on #BEE4BC background

This text has black color on #BEE4BC background.


White color preview on #BEE4BC background

This text has white color on #BEE4BC background.


Related colors

Complementary color

Complementary color for #hex is #411B43.


I love getcolorcode.com

Triadic colors

1 #BCBEE4 and #E4BCBE with #BEE4BC are triadic colors.

2 #BCE4BE and #E4BEBC with #BEE4BC are triadic colors.