COLOR #BCF7B5

HEX: #BCF7B5
RGB: (188,247,181)

Color info

#BCF7B5 contains mainly red and green colors. Web safe color of #BCF7B5 is #CCFFCC (or #CFC).

RGB color model

#BCF7B5 color RGB value is (188,247,181).

  • red value is 188;
  • green value is 247;
  • blue value is 181.
RGB:
(188,247,181)
(74%,97%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 247 of 255 = 97%
B 181 of 255 = 71%

188
247
181

R + G + B ~ 81%. #BCF7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 247 + 181 = 616 (100%)
R 188 of 616 ~ 30.52%
G 247 of 616 ~ 40.1%
B 181 of 616 ~ 29.38%

%30.52
%40.1
%29.38

CMYK color model

#BCF7B5 color CMYK value is (24,0,27,3).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 3.14%
CMYK:
(24,0,27,3)
C24M0Y27K3 
(24%,0%,27%,3%)
(0.24/0.00/0.27/0.03)	

CMYK percentages

%23.89
%0
%26.72
%3.14

Codes

Color #BCF7B5 in popluar color models

BCF7B5
RGB188247181
HSL114°80.49%83.92%
HSB/HSV114°26.72%96.86%
CMYK23.89%0.00%26.72%
3.14%

Color #BCF7B5 in popluar number systems.

HEXBCF7B5
Decimal188247181
Binary101111001111011110110101
Octal274367265

Shades and tints

Shades of #BCF7B5

#BCF7B5
(188,247,181)
#ABE1A5
(171,225,165)
#9ACB95
(154,203,149)
#89B585
(137,181,133)
#789F75
(120,159,117)
#678965
(103,137,101)
#567355
(86,115,85)
#455D45
(69,93,69)
#344735
(52,71,53)
#233125
(35,49,37)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #BCF7B5

#BCF7B5
(188,247,181)
#C2F7BB
(194,247,187)
#C8F7C1
(200,247,193)
#CEF7C7
(206,247,199)
#D4F7CD
(212,247,205)
#DAF7D3
(218,247,211)
#E0F7D9
(224,247,217)
#E6F7DF
(230,247,223)
#ECF7E5
(236,247,229)
#F2F7EB
(242,247,235)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF7B5 color. Also use rgb(188,247,181) instead hex code.

Text Font Color

.myTextColor { color: #BCF7B5; }

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

This text font color is #BCF7B5.


Background Color

.myBgColor { background-color: #BCF7B5; }

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

This div background color is #BCF7B5.


Border color

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

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

This div border color is #BCF7B5.


Opacity

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

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

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

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

This text has shadow with #BCF7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF7B5 on black background.


Color preview on white background

This text has color #BCF7B5 on white background.



Black color preview on #BCF7B5 background

This text has black color on #BCF7B5 background.


White color preview on #BCF7B5 background

This text has white color on #BCF7B5 background.