COLOR #BCEAA1

HEX: #BCEAA1 RGB: (188,234,161)

Color info

#BCEAA1 contains mainly red and green colors. Web safe color of #BCEAA1 is #CCFF99 (or #CF9).

RGB color model

#BCEAA1 color RGB value is (188,234,161).

RGB: (188,234,161) (74%, 92%, 63%)

RGB channels and saturation

R 188 of 255 = 74%
G 234 of 255 = 92%
B 161 of 255 = 63%

188
234
161

R + G + B ~ 76%. #BCEAA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 234 + 161 = 583 (100%)
R 188 of 583 ~ 32.25%
G 234 of 583 ~ 40.14%
B 161 of 583 ~ 27.62'%

%32.25
%40.14
%27.62

CMYK color model

#BCEAA1 color CMYK value is (20,0,31,8).

  • cyan value is 19.66%
  • magenta value is 0.00%
  • yellow value is 31.20%
  • key color value is 8.24%

CMYK: (20,0,31,8)
C20M0Y31K8 (20%, 0%, 31%, 8%)
(0.20 / 0.00 / 0.31 / 0.08)

CMYK percentages

%19.66
%0
%31.2
%8.24

Codes

Color #BCEAA1 in popluar color models

BC EA A1
RGB 188 234 161
HSL 98° 63.48% 77.45%
HSB/HSV 98° 31.20% 91.76%
CMYK 19.66% 0.00% 31.20%
8.24%

Color #BCEAA1 in popluar number systems.

HEX BC EA A1
Decimal 188 234 161
Binary 10111100 11101010 10100001
Octal 274 352 241

Shades and tints

Shades of #BCEAA1

#BCEAA1
(188,234,161)
#ABD593
(171,213,147)
#9AC085
(154,192,133)
#89AB77
(137,171,119)
#789669
(120,150,105)
#67815B
(103,129,91)
#566C4D
(86,108,77)
#45573F
(69,87,63)
#344231
(52,66,49)
#232D23
(35,45,35)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #BCEAA1

#BCEAA1
(188,234,161)
#C2EBA9
(194,235,169)
#C8ECB1
(200,236,177)
#CEEDB9
(206,237,185)
#D4EEC1
(212,238,193)
#DAEFC9
(218,239,201)
#E0F0D1
(224,240,209)
#E6F1D9
(230,241,217)
#ECF2E1
(236,242,225)
#F2F3E9
(242,243,233)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEAA1 color. Also use rgb(188,234,161) instead hex code.

Text Font Color

.myTextColor { color: #BCEAA1; }

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

This text font color is #BCEAA1.

Background Color

.myBgColor { background-color: #BCEAA1; }

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

This div background color is #BCEAA1.

Border color

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

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

This div border color is #BCEAA1.

Opacity

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

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

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

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

This text has shadow with #BCEAA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEAA1.

Preview

Color preview on black background

This text has color #BCEAA1 on black background.


Color preview on white background

This text has color #BCEAA1 on white background.


Black color preview on #BCEAA1 background

This text has black color on #BCEAA1 background.


White color preview on #BCEAA1 background

This text has white color on #BCEAA1 background.


Related colors

Complementary color

Complementary color for #hex is #43155E.


I love getcolorcode.com

Triadic colors

1 #A1BCEA and #EAA1BC with #BCEAA1 are triadic colors.

2 #A1EABC and #EABCA1 with #BCEAA1 are triadic colors.