COLOR #BCF7C4

HEX: #BCF7C4 RGB: (188,247,196)

Color info

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

RGB color model

#BCF7C4 color RGB value is (188,247,196).

RGB: (188,247,196) (74%, 97%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 247 of 255 = 97%
B 196 of 255 = 77%

188
247
196

R + G + B ~ 83%. #BCF7C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 247 + 196 = 631 (100%)
R 188 of 631 ~ 29.79%
G 247 of 631 ~ 39.14%
B 196 of 631 ~ 31.06'%

%29.79
%39.14
%31.06

CMYK color model

#BCF7C4 color CMYK value is (24,0,21,3).

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

CMYK: (24,0,21,3)
C24M0Y21K3 (24%, 0%, 21%, 3%)
(0.24 / 0.00 / 0.21 / 0.03)

CMYK percentages

%23.89
%0
%20.65
%3.14

Codes

Color #BCF7C4 in popluar color models

BC F7 C4
RGB 188 247 196
HSL 128° 78.67% 85.29%
HSB/HSV 128° 23.89% 96.86%
CMYK 23.89% 0.00% 20.65%
3.14%

Color #BCF7C4 in popluar number systems.

HEX BC F7 C4
Decimal 188 247 196
Binary 10111100 11110111 11000100
Octal 274 367 304

Shades and tints

Shades of #BCF7C4

#BCF7C4
(188,247,196)
#ABE1B3
(171,225,179)
#9ACBA2
(154,203,162)
#89B591
(137,181,145)
#789F80
(120,159,128)
#67896F
(103,137,111)
#56735E
(86,115,94)
#455D4D
(69,93,77)
#34473C
(52,71,60)
#23312B
(35,49,43)
#121B1A
(18,27,26)
#000000
(0,0,0)

Tints of #BCF7C4

#BCF7C4
(188,247,196)
#C2F7C9
(194,247,201)
#C8F7CE
(200,247,206)
#CEF7D3
(206,247,211)
#D4F7D8
(212,247,216)
#DAF7DD
(218,247,221)
#E0F7E2
(224,247,226)
#E6F7E7
(230,247,231)
#ECF7EC
(236,247,236)
#F2F7F1
(242,247,241)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF7C4; }

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

This text font color is #BCF7C4.

Background Color

.myBgColor { background-color: #BCF7C4; }

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

This div background color is #BCF7C4.

Border color

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

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

This div border color is #BCF7C4.

Opacity

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

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

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

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

This text has shadow with #BCF7C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF7C4.

Preview

Color preview on black background

This text has color #BCF7C4 on black background.


Color preview on white background

This text has color #BCF7C4 on white background.


Black color preview on #BCF7C4 background

This text has black color on #BCF7C4 background.


White color preview on #BCF7C4 background

This text has white color on #BCF7C4 background.


Related colors

Complementary color

Complementary color for #hex is #43083B.


I love getcolorcode.com

Triadic colors

1 #C4BCF7 and #F7C4BC with #BCF7C4 are triadic colors.

2 #C4F7BC and #F7BCC4 with #BCF7C4 are triadic colors.