COLOR #BCF3B5

HEX: #BCF3B5
RGB: (188,243,181)

Color info

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

RGB color model

#BCF3B5 color RGB value is (188,243,181).

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

RGB channels and saturation

R 188 of 255 = 74%
G 243 of 255 = 95%
B 181 of 255 = 71%

188
243
181

R + G + B ~ 80%. #BCF3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 243 + 181 = 612 (100%)
R 188 of 612 ~ 30.72%
G 243 of 612 ~ 39.71%
B 181 of 612 ~ 29.58%

%30.72
%39.71
%29.58

CMYK color model

#BCF3B5 color CMYK value is (23,0,26,5).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 4.71%
CMYK:
(23,0,26,5)
C23M0Y26K5 
(23%,0%,26%,5%)
(0.23/0.00/0.26/0.05)	

CMYK percentages

%22.63
%0
%25.51
%4.71

Codes

Color #BCF3B5 in popluar color models

BCF3B5
RGB188243181
HSL113°72.09%83.14%
HSB/HSV113°25.51%95.29%
CMYK22.63%0.00%25.51%
4.71%

Color #BCF3B5 in popluar number systems.

HEXBCF3B5
Decimal188243181
Binary101111001111001110110101
Octal274363265

Shades and tints

Shades of #BCF3B5

#BCF3B5
(188,243,181)
#ABDDA5
(171,221,165)
#9AC795
(154,199,149)
#89B185
(137,177,133)
#789B75
(120,155,117)
#678565
(103,133,101)
#566F55
(86,111,85)
#455945
(69,89,69)
#344335
(52,67,53)
#232D25
(35,45,37)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCF3B5

#BCF3B5
(188,243,181)
#C2F4BB
(194,244,187)
#C8F5C1
(200,245,193)
#CEF6C7
(206,246,199)
#D4F7CD
(212,247,205)
#DAF8D3
(218,248,211)
#E0F9D9
(224,249,217)
#E6FADF
(230,250,223)
#ECFBE5
(236,251,229)
#F2FCEB
(242,252,235)
#F8FDF1
(248,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF3B5; }

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

This text font color is #BCF3B5.


Background Color

.myBgColor { background-color: #BCF3B5; }

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

This div background color is #BCF3B5.


Border color

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

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

This div border color is #BCF3B5.


Opacity

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

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

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

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

This text has shadow with #BCF3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF3B5 on black background.


Color preview on white background

This text has color #BCF3B5 on white background.



Black color preview on #BCF3B5 background

This text has black color on #BCF3B5 background.


White color preview on #BCF3B5 background

This text has white color on #BCF3B5 background.