COLOR #BCF6BE

HEX: #BCF6BE
RGB: (188,246,190)

Color info

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

RGB color model

#BCF6BE color RGB value is (188,246,190).

  • red value is 188;
  • green value is 246;
  • blue value is 190.
RGB:
(188,246,190)
(74%,96%,75%)

RGB channels and saturation

R 188 of 255 = 74%
G 246 of 255 = 96%
B 190 of 255 = 75%

188
246
190

R + G + B ~ 82%. #BCF6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 246 + 190 = 624 (100%)
R 188 of 624 ~ 30.13%
G 246 of 624 ~ 39.42%
B 190 of 624 ~ 30.45%

%30.13
%39.42
%30.45

CMYK color model

#BCF6BE color CMYK value is (24,0,23,4).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 3.53%
CMYK:
(24,0,23,4)
C24M0Y23K4 
(24%,0%,23%,4%)
(0.24/0.00/0.23/0.04)	

CMYK percentages

%23.58
%0
%22.76
%3.53

Codes

Color #BCF6BE in popluar color models

BCF6BE
RGB188246190
HSL122°76.32%85.10%
HSB/HSV122°23.58%96.47%
CMYK23.58%0.00%22.76%
3.53%

Color #BCF6BE in popluar number systems.

HEXBCF6BE
Decimal188246190
Binary101111001111011010111110
Octal274366276

Shades and tints

Shades of #BCF6BE

#BCF6BE
(188,246,190)
#ABE0AD
(171,224,173)
#9ACA9C
(154,202,156)
#89B48B
(137,180,139)
#789E7A
(120,158,122)
#678869
(103,136,105)
#567258
(86,114,88)
#455C47
(69,92,71)
#344636
(52,70,54)
#233025
(35,48,37)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #BCF6BE

#BCF6BE
(188,246,190)
#C2F6C3
(194,246,195)
#C8F6C8
(200,246,200)
#CEF6CD
(206,246,205)
#D4F6D2
(212,246,210)
#DAF6D7
(218,246,215)
#E0F6DC
(224,246,220)
#E6F6E1
(230,246,225)
#ECF6E6
(236,246,230)
#F2F6EB
(242,246,235)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF6BE color. Also use rgb(188,246,190) instead hex code.

Text Font Color

.myTextColor { color: #BCF6BE; }

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

This text font color is #BCF6BE.


Background Color

.myBgColor { background-color: #BCF6BE; }

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

This div background color is #BCF6BE.


Border color

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

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

This div border color is #BCF6BE.


Opacity

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

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

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

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

This text has shadow with #BCF6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF6BE on black background.


Color preview on white background

This text has color #BCF6BE on white background.



Black color preview on #BCF6BE background

This text has black color on #BCF6BE background.


White color preview on #BCF6BE background

This text has white color on #BCF6BE background.