COLOR #BCEAB4

HEX: #BCEAB4
RGB: (188,234,180)

Color info

#BCEAB4 contains red, green and blue colors in about the same proportion. Web safe color of #BCEAB4 is #CCFFCC (or #CFC).

RGB color model

#BCEAB4 color RGB value is (188,234,180).

  • red value is 188;
  • green value is 234;
  • blue value is 180.
RGB:
(188,234,180)
(74%,92%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 234 of 255 = 92%
B 180 of 255 = 71%

188
234
180

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

Portions of RGB colors in percentages

R + G + B =
188 + 234 + 180 = 602 (100%)
R 188 of 602 ~ 31.23%
G 234 of 602 ~ 38.87%
B 180 of 602 ~ 29.9%

%31.23
%38.87
%29.9

CMYK color model

#BCEAB4 color CMYK value is (20,0,23,8).

  • cyan value is 19.66%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 8.24%
CMYK:
(20,0,23,8)
C20M0Y23K8 
(20%,0%,23%,8%)
(0.20/0.00/0.23/0.08)	

CMYK percentages

%19.66
%0
%23.08
%8.24

Codes

Color #BCEAB4 in popluar color models

BCEAB4
RGB188234180
HSL111°56.25%81.18%
HSB/HSV111°23.08%91.76%
CMYK19.66%0.00%23.08%
8.24%

Color #BCEAB4 in popluar number systems.

HEXBCEAB4
Decimal188234180
Binary101111001110101010110100
Octal274352264

Shades and tints

Shades of #BCEAB4

#BCEAB4
(188,234,180)
#ABD5A4
(171,213,164)
#9AC094
(154,192,148)
#89AB84
(137,171,132)
#789674
(120,150,116)
#678164
(103,129,100)
#566C54
(86,108,84)
#455744
(69,87,68)
#344234
(52,66,52)
#232D24
(35,45,36)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCEAB4

#BCEAB4
(188,234,180)
#C2EBBA
(194,235,186)
#C8ECC0
(200,236,192)
#CEEDC6
(206,237,198)
#D4EECC
(212,238,204)
#DAEFD2
(218,239,210)
#E0F0D8
(224,240,216)
#E6F1DE
(230,241,222)
#ECF2E4
(236,242,228)
#F2F3EA
(242,243,234)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEAB4; }

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

This text font color is #BCEAB4.


Background Color

.myBgColor { background-color: #BCEAB4; }

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

This div background color is #BCEAB4.


Border color

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

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

This div border color is #BCEAB4.


Opacity

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

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

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

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

This text has shadow with #BCEAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEAB4 on black background.


Color preview on white background

This text has color #BCEAB4 on white background.



Black color preview on #BCEAB4 background

This text has black color on #BCEAB4 background.


White color preview on #BCEAB4 background

This text has white color on #BCEAB4 background.