COLOR #BCF7B7

HEX: #BCF7B7 RGB: (188,247,183)

Color info

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

RGB color model

#BCF7B7 color RGB value is (188,247,183).

RGB: (188,247,183) (74%, 97%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 247 of 255 = 97%
B 183 of 255 = 72%

188
247
183

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

Portions of RGB colors in percentages

R + G + B = 188 + 247 + 183 = 618 (100%)
R 188 of 618 ~ 30.42%
G 247 of 618 ~ 39.97%
B 183 of 618 ~ 29.61'%

%30.42
%39.97
%29.61

CMYK color model

#BCF7B7 color CMYK value is (24,0,26,3).

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

CMYK: (24,0,26,3)
C24M0Y26K3 (24%, 0%, 26%, 3%)
(0.24 / 0.00 / 0.26 / 0.03)

CMYK percentages

%23.89
%0
%25.91
%3.14

Codes

Color #BCF7B7 in popluar color models

BC F7 B7
RGB 188 247 183
HSL 115° 80.00% 84.31%
HSB/HSV 115° 25.91% 96.86%
CMYK 23.89% 0.00% 25.91%
3.14%

Color #BCF7B7 in popluar number systems.

HEX BC F7 B7
Decimal 188 247 183
Binary 10111100 11110111 10110111
Octal 274 367 267

Shades and tints

Shades of #BCF7B7

#BCF7B7
(188,247,183)
#ABE1A7
(171,225,167)
#9ACB97
(154,203,151)
#89B587
(137,181,135)
#789F77
(120,159,119)
#678967
(103,137,103)
#567357
(86,115,87)
#455D47
(69,93,71)
#344737
(52,71,55)
#233127
(35,49,39)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #BCF7B7

#BCF7B7
(188,247,183)
#C2F7BD
(194,247,189)
#C8F7C3
(200,247,195)
#CEF7C9
(206,247,201)
#D4F7CF
(212,247,207)
#DAF7D5
(218,247,213)
#E0F7DB
(224,247,219)
#E6F7E1
(230,247,225)
#ECF7E7
(236,247,231)
#F2F7ED
(242,247,237)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF7B7; }

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

This text font color is #BCF7B7.

Background Color

.myBgColor { background-color: #BCF7B7; }

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

This div background color is #BCF7B7.

Border color

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

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

This div border color is #BCF7B7.

Opacity

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

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

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

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

This text has shadow with #BCF7B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF7B7.

Preview

Color preview on black background

This text has color #BCF7B7 on black background.


Color preview on white background

This text has color #BCF7B7 on white background.


Black color preview on #BCF7B7 background

This text has black color on #BCF7B7 background.


White color preview on #BCF7B7 background

This text has white color on #BCF7B7 background.


Related colors

Complementary color

Complementary color for #hex is #430848.


I love getcolorcode.com

Triadic colors

1 #B7BCF7 and #F7B7BC with #BCF7B7 are triadic colors.

2 #B7F7BC and #F7BCB7 with #BCF7B7 are triadic colors.