COLOR #BCE491

HEX: #BCE491 RGB: (188,228,145)

Color info

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

RGB color model

#BCE491 color RGB value is (188,228,145).

RGB: (188,228,145) (74%, 89%, 57%)

RGB channels and saturation

R 188 of 255 = 74%
G 228 of 255 = 89%
B 145 of 255 = 57%

188
228
145

R + G + B ~ 73%. #BCE491 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 228 + 145 = 561 (100%)
R 188 of 561 ~ 33.51%
G 228 of 561 ~ 40.64%
B 145 of 561 ~ 25.85'%

%33.51
%40.64
%25.85

CMYK color model

#BCE491 color CMYK value is (18,0,36,11).

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

CMYK: (18,0,36,11)
C18M0Y36K11 (18%, 0%, 36%, 11%)
(0.18 / 0.00 / 0.36 / 0.11)

CMYK percentages

%17.54
%0
%36.4
%10.59

Codes

Color #BCE491 in popluar color models

BC E4 91
RGB 188 228 145
HSL 89° 60.58% 73.14%
HSB/HSV 89° 36.40% 89.41%
CMYK 17.54% 0.00% 36.40%
10.59%

Color #BCE491 in popluar number systems.

HEX BC E4 91
Decimal 188 228 145
Binary 10111100 11100100 10010001
Octal 274 344 221

Shades and tints

Shades of #BCE491

#BCE491
(188,228,145)
#ABD084
(171,208,132)
#9ABC77
(154,188,119)
#89A86A
(137,168,106)
#78945D
(120,148,93)
#678050
(103,128,80)
#566C43
(86,108,67)
#455836
(69,88,54)
#344429
(52,68,41)
#23301C
(35,48,28)
#121C0F
(18,28,15)
#000000
(0,0,0)

Tints of #BCE491

#BCE491
(188,228,145)
#C2E69B
(194,230,155)
#C8E8A5
(200,232,165)
#CEEAAF
(206,234,175)
#D4ECB9
(212,236,185)
#DAEEC3
(218,238,195)
#E0F0CD
(224,240,205)
#E6F2D7
(230,242,215)
#ECF4E1
(236,244,225)
#F2F6EB
(242,246,235)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE491; }

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

This text font color is #BCE491.

Background Color

.myBgColor { background-color: #BCE491; }

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

This div background color is #BCE491.

Border color

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

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

This div border color is #BCE491.

Opacity

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

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

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

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

This text has shadow with #BCE491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE491.

Preview

Color preview on black background

This text has color #BCE491 on black background.


Color preview on white background

This text has color #BCE491 on white background.


Black color preview on #BCE491 background

This text has black color on #BCE491 background.


White color preview on #BCE491 background

This text has white color on #BCE491 background.


Related colors

Complementary color

Complementary color for #hex is #431B6E.


I love getcolorcode.com

Triadic colors

1 #91BCE4 and #E491BC with #BCE491 are triadic colors.

2 #91E4BC and #E4BC91 with #BCE491 are triadic colors.