COLOR #BCEA93

HEX: #BCEA93 RGB: (188,234,147)

Color info

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

RGB color model

#BCEA93 color RGB value is (188,234,147).

RGB: (188,234,147) (74%, 92%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 234 of 255 = 92%
B 147 of 255 = 58%

188
234
147

R + G + B ~ 75%. #BCEA93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 234 + 147 = 569 (100%)
R 188 of 569 ~ 33.04%
G 234 of 569 ~ 41.12%
B 147 of 569 ~ 25.83'%

%33.04
%41.12
%25.83

CMYK color model

#BCEA93 color CMYK value is (20,0,37,8).

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

CMYK: (20,0,37,8)
C20M0Y37K8 (20%, 0%, 37%, 8%)
(0.20 / 0.00 / 0.37 / 0.08)

CMYK percentages

%19.66
%0
%37.18
%8.24

Codes

Color #BCEA93 in popluar color models

BC EA 93
RGB 188 234 147
HSL 92° 67.44% 74.71%
HSB/HSV 92° 37.18% 91.76%
CMYK 19.66% 0.00% 37.18%
8.24%

Color #BCEA93 in popluar number systems.

HEX BC EA 93
Decimal 188 234 147
Binary 10111100 11101010 10010011
Octal 274 352 223

Shades and tints

Shades of #BCEA93

#BCEA93
(188,234,147)
#ABD586
(171,213,134)
#9AC079
(154,192,121)
#89AB6C
(137,171,108)
#78965F
(120,150,95)
#678152
(103,129,82)
#566C45
(86,108,69)
#455738
(69,87,56)
#34422B
(52,66,43)
#232D1E
(35,45,30)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #BCEA93

#BCEA93
(188,234,147)
#C2EB9C
(194,235,156)
#C8ECA5
(200,236,165)
#CEEDAE
(206,237,174)
#D4EEB7
(212,238,183)
#DAEFC0
(218,239,192)
#E0F0C9
(224,240,201)
#E6F1D2
(230,241,210)
#ECF2DB
(236,242,219)
#F2F3E4
(242,243,228)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEA93; }

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

This text font color is #BCEA93.

Background Color

.myBgColor { background-color: #BCEA93; }

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

This div background color is #BCEA93.

Border color

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

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

This div border color is #BCEA93.

Opacity

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

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

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

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

This text has shadow with #BCEA93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEA93.

Preview

Color preview on black background

This text has color #BCEA93 on black background.


Color preview on white background

This text has color #BCEA93 on white background.


Black color preview on #BCEA93 background

This text has black color on #BCEA93 background.


White color preview on #BCEA93 background

This text has white color on #BCEA93 background.


Related colors

Complementary color

Complementary color for #hex is #43156C.


I love getcolorcode.com

Triadic colors

1 #93BCEA and #EA93BC with #BCEA93 are triadic colors.

2 #93EABC and #EABC93 with #BCEA93 are triadic colors.