COLOR #BCF2AB

HEX: #BCF2AB
RGB: (188,242,171)

Color info

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

RGB color model

#BCF2AB color RGB value is (188,242,171).

  • red value is 188;
  • green value is 242;
  • blue value is 171.
RGB: (188,242,171) (74%,95%,67%)

RGB channels and saturation

R 188 of 255 = 74%
G 242 of 255 = 95%
B 171 of 255 = 67%

188
242
171

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

Portions of RGB colors in percentages

R + G + B =
188 + 242 + 171 = 601 (100%)
R 188 of 601 ~ 31.28%
G 242 of 601 ~ 40.27%
B 171 of 601 ~ 28.45%

%31.28
%40.27
%28.45

CMYK color model

#BCF2AB color CMYK value is (22,0,29,5).

  • cyan value is 22.31%
  • magenta value is 0.00%
  • yellow value is 29.34%
  • key color value is 5.10%
CMYK: (22,0,29,5) C22M0Y29K5 (22%,0%,29%,5%) (0.22/0.00/0.29/0.05)

CMYK percentages

%22.31
%0
%29.34
%5.1

Codes

Color #BCF2AB in popluar color models

BCF2AB
RGB188242171
HSL106°73.20%80.98%
HSB/HSV106°29.34%94.90%
CMYK22.31%0.00%29.34%
5.10%

Color #BCF2AB in popluar number systems.

HEXBCF2AB
Decimal188242171
Binary101111001111001010101011
Octal274362253

Shades and tints

Shades of #BCF2AB

#BCF2AB
(188,242,171)
#ABDC9C
(171,220,156)
#9AC68D
(154,198,141)
#89B07E
(137,176,126)
#789A6F
(120,154,111)
#678460
(103,132,96)
#566E51
(86,110,81)
#455842
(69,88,66)
#344233
(52,66,51)
#232C24
(35,44,36)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BCF2AB

#BCF2AB
(188,242,171)
#C2F3B2
(194,243,178)
#C8F4B9
(200,244,185)
#CEF5C0
(206,245,192)
#D4F6C7
(212,246,199)
#DAF7CE
(218,247,206)
#E0F8D5
(224,248,213)
#E6F9DC
(230,249,220)
#ECFAE3
(236,250,227)
#F2FBEA
(242,251,234)
#F8FCF1
(248,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF2AB color. Also use rgb(188,242,171) instead hex code.

Text Font Color

.myTextColor { color: #BCF2AB; }

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

This text font color is #BCF2AB.


Background Color

.myBgColor { background-color: #BCF2AB; }

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

This div background color is #BCF2AB.


Border color

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

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

This div border color is #BCF2AB.


Opacity

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

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

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

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

This text has shadow with #BCF2AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCF2AB on black background.


Color preview on white background

This text has color #BCF2AB on white background.



Black color preview on #BCF2AB background

This text has black color on #BCF2AB background.


White color preview on #BCF2AB background

This text has white color on #BCF2AB background.