COLOR #BCF7B9

HEX: #BCF7B9 RGB: (188,247,185)

Color info

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

RGB color model

#BCF7B9 color RGB value is (188,247,185).

RGB: (188,247,185) (74%, 97%, 73%)

RGB channels and saturation

R 188 of 255 = 74%
G 247 of 255 = 97%
B 185 of 255 = 73%

188
247
185

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

Portions of RGB colors in percentages

R + G + B = 188 + 247 + 185 = 620 (100%)
R 188 of 620 ~ 30.32%
G 247 of 620 ~ 39.84%
B 185 of 620 ~ 29.84'%

%30.32
%39.84
%29.84

CMYK color model

#BCF7B9 color CMYK value is (24,0,25,3).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 25.10%
  • key color value is 3.14%

CMYK: (24,0,25,3)
C24M0Y25K3 (24%, 0%, 25%, 3%)
(0.24 / 0.00 / 0.25 / 0.03)

CMYK percentages

%23.89
%0
%25.1
%3.14

Codes

Color #BCF7B9 in popluar color models

BC F7 B9
RGB 188 247 185
HSL 117° 79.49% 84.71%
HSB/HSV 117° 25.10% 96.86%
CMYK 23.89% 0.00% 25.10%
3.14%

Color #BCF7B9 in popluar number systems.

HEX BC F7 B9
Decimal 188 247 185
Binary 10111100 11110111 10111001
Octal 274 367 271

Shades and tints

Shades of #BCF7B9

#BCF7B9
(188,247,185)
#ABE1A9
(171,225,169)
#9ACB99
(154,203,153)
#89B589
(137,181,137)
#789F79
(120,159,121)
#678969
(103,137,105)
#567359
(86,115,89)
#455D49
(69,93,73)
#344739
(52,71,57)
#233129
(35,49,41)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #BCF7B9

#BCF7B9
(188,247,185)
#C2F7BF
(194,247,191)
#C8F7C5
(200,247,197)
#CEF7CB
(206,247,203)
#D4F7D1
(212,247,209)
#DAF7D7
(218,247,215)
#E0F7DD
(224,247,221)
#E6F7E3
(230,247,227)
#ECF7E9
(236,247,233)
#F2F7EF
(242,247,239)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF7B9; }

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

This text font color is #BCF7B9.

Background Color

.myBgColor { background-color: #BCF7B9; }

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

This div background color is #BCF7B9.

Border color

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

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

This div border color is #BCF7B9.

Opacity

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

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

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

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

This text has shadow with #BCF7B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF7B9.

Preview

Color preview on black background

This text has color #BCF7B9 on black background.


Color preview on white background

This text has color #BCF7B9 on white background.


Black color preview on #BCF7B9 background

This text has black color on #BCF7B9 background.


White color preview on #BCF7B9 background

This text has white color on #BCF7B9 background.


Related colors

Complementary color

Complementary color for #hex is #430846.


I love getcolorcode.com

Triadic colors

1 #B9BCF7 and #F7B9BC with #BCF7B9 are triadic colors.

2 #B9F7BC and #F7BCB9 with #BCF7B9 are triadic colors.