COLOR #BCF6BD

HEX: #BCF6BD RGB: (188,246,189)

Color info

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

RGB color model

#BCF6BD color RGB value is (188,246,189).

RGB: (188,246,189) (74%, 96%, 74%)

RGB channels and saturation

R 188 of 255 = 74%
G 246 of 255 = 96%
B 189 of 255 = 74%

188
246
189

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

Portions of RGB colors in percentages

R + G + B = 188 + 246 + 189 = 623 (100%)
R 188 of 623 ~ 30.18%
G 246 of 623 ~ 39.49%
B 189 of 623 ~ 30.34'%

%30.18
%39.49
%30.34

CMYK color model

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

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • 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
%23.17
%3.53

Codes

Color #BCF6BD in popluar color models

BC F6 BD
RGB 188 246 189
HSL 121° 76.32% 85.10%
HSB/HSV 121° 23.58% 96.47%
CMYK 23.58% 0.00% 23.17%
3.53%

Color #BCF6BD in popluar number systems.

HEX BC F6 BD
Decimal 188 246 189
Binary 10111100 11110110 10111101
Octal 274 366 275

Shades and tints

Shades of #BCF6BD

#BCF6BD
(188,246,189)
#ABE0AC
(171,224,172)
#9ACA9B
(154,202,155)
#89B48A
(137,180,138)
#789E79
(120,158,121)
#678868
(103,136,104)
#567257
(86,114,87)
#455C46
(69,92,70)
#344635
(52,70,53)
#233024
(35,48,36)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #BCF6BD

#BCF6BD
(188,246,189)
#C2F6C3
(194,246,195)
#C8F6C9
(200,246,201)
#CEF6CF
(206,246,207)
#D4F6D5
(212,246,213)
#DAF6DB
(218,246,219)
#E0F6E1
(224,246,225)
#E6F6E7
(230,246,231)
#ECF6ED
(236,246,237)
#F2F6F3
(242,246,243)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF6BD; }

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

This text font color is #BCF6BD.

Background Color

.myBgColor { background-color: #BCF6BD; }

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

This div background color is #BCF6BD.

Border color

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

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

This div border color is #BCF6BD.

Opacity

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

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

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

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

This text has shadow with #BCF6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF6BD.

Preview

Color preview on black background

This text has color #BCF6BD on black background.


Color preview on white background

This text has color #BCF6BD on white background.


Black color preview on #BCF6BD background

This text has black color on #BCF6BD background.


White color preview on #BCF6BD background

This text has white color on #BCF6BD background.


Related colors

Complementary color

Complementary color for #hex is #430942.


I love getcolorcode.com

Triadic colors

1 #BDBCF6 and #F6BDBC with #BCF6BD are triadic colors.

2 #BDF6BC and #F6BCBD with #BCF6BD are triadic colors.