COLOR #BCE496

HEX: #BCE496 RGB: (188,228,150)

Color info

#BCE496 contains mainly red and green colors. Web safe color of #BCE496 is #CCCC99 (or #CC9).

RGB color model

#BCE496 color RGB value is (188,228,150).

RGB: (188,228,150) (74%, 89%, 59%)

RGB channels and saturation

R 188 of 255 = 74%
G 228 of 255 = 89%
B 150 of 255 = 59%

188
228
150

R + G + B ~ 74%. #BCE496 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 228 + 150 = 566 (100%)
R 188 of 566 ~ 33.22%
G 228 of 566 ~ 40.28%
B 150 of 566 ~ 26.5'%

%33.22
%40.28
%26.5

CMYK color model

#BCE496 color CMYK value is (18,0,34,11).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 10.59%
CMYK: (18,0,34,11) C18M0Y34K11 (18%,0%,34%,11%) (0.18/0.00/0.34/0.11) 

CMYK percentages

%17.54
%0
%34.21
%10.59

Codes

Color #BCE496 in popluar color models

BC E4 96
RGB 188 228 150
HSL 91° 59.09% 74.12%
HSB/HSV 91° 34.21% 89.41%
CMYK 17.54% 0.00% 34.21%
10.59%

Color #BCE496 in popluar number systems.

HEX BC E4 96
Decimal 188 228 150
Binary 10111100 11100100 10010110
Octal 274 344 226

Shades and tints

Shades of #BCE496

#BCE496
(188,228,150)
#ABD089
(171,208,137)
#9ABC7C
(154,188,124)
#89A86F
(137,168,111)
#789462
(120,148,98)
#678055
(103,128,85)
#566C48
(86,108,72)
#45583B
(69,88,59)
#34442E
(52,68,46)
#233021
(35,48,33)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #BCE496

#BCE496
(188,228,150)
#C2E69F
(194,230,159)
#C8E8A8
(200,232,168)
#CEEAB1
(206,234,177)
#D4ECBA
(212,236,186)
#DAEEC3
(218,238,195)
#E0F0CC
(224,240,204)
#E6F2D5
(230,242,213)
#ECF4DE
(236,244,222)
#F2F6E7
(242,246,231)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE496; }

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

This text font color is #BCE496.

Background Color

.myBgColor { background-color: #BCE496; }

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

This div background color is #BCE496.

Border color

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

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

This div border color is #BCE496.

Opacity

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

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

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

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

This text has shadow with #BCE496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE496.

Preview

Color preview on black background

This text has color #BCE496 on black background.


Color preview on white background

This text has color #BCE496 on white background.


Black color preview on #BCE496 background

This text has black color on #BCE496 background.


White color preview on #BCE496 background

This text has white color on #BCE496 background.


Related colors

Complementary color

Complementary color for #hex is #431B69.


I love getcolorcode.com

Triadic colors

1 #96BCE4 and #E496BC with #BCE496 are triadic colors.

2 #96E4BC and #E4BC96 with #BCE496 are triadic colors.