COLOR #BCFBB6

HEX: #BCFBB6 RGB: (188,251,182)

Color info

#BCFBB6 contains mainly green color. Web safe color of #BCFBB6 is #CCFFCC (or #CFC).

RGB color model

#BCFBB6 color RGB value is (188,251,182).

RGB: (188,251,182) (74%, 98%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 251 of 255 = 98%
B 182 of 255 = 71%

188
251
182

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

Portions of RGB colors in percentages

R + G + B = 188 + 251 + 182 = 621 (100%)
R 188 of 621 ~ 30.27%
G 251 of 621 ~ 40.42%
B 182 of 621 ~ 29.31'%

%30.27
%40.42
%29.31

CMYK color model

#BCFBB6 color CMYK value is (25,0,27,2).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 27.49%
  • key color value is 1.57%

CMYK: (25,0,27,2)
C25M0Y27K2 (25%, 0%, 27%, 2%)
(0.25 / 0.00 / 0.27 / 0.02)

CMYK percentages

%25.1
%0
%27.49
%1.57

Codes

Color #BCFBB6 in popluar color models

BC FB B6
RGB 188 251 182
HSL 115° 89.61% 84.90%
HSB/HSV 115° 27.49% 98.43%
CMYK 25.10% 0.00% 27.49%
1.57%

Color #BCFBB6 in popluar number systems.

HEX BC FB B6
Decimal 188 251 182
Binary 10111100 11111011 10110110
Octal 274 373 266

Shades and tints

Shades of #BCFBB6

#BCFBB6
(188,251,182)
#ABE5A6
(171,229,166)
#9ACF96
(154,207,150)
#89B986
(137,185,134)
#78A376
(120,163,118)
#678D66
(103,141,102)
#567756
(86,119,86)
#456146
(69,97,70)
#344B36
(52,75,54)
#233526
(35,53,38)
#121F16
(18,31,22)
#000000
(0,0,0)

Tints of #BCFBB6

#BCFBB6
(188,251,182)
#C2FBBC
(194,251,188)
#C8FBC2
(200,251,194)
#CEFBC8
(206,251,200)
#D4FBCE
(212,251,206)
#DAFBD4
(218,251,212)
#E0FBDA
(224,251,218)
#E6FBE0
(230,251,224)
#ECFBE6
(236,251,230)
#F2FBEC
(242,251,236)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFBB6 color. Also use rgb(188,251,182) instead hex code.

Text Font Color

.myTextColor { color: #BCFBB6; }

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

This text font color is #BCFBB6.

Background Color

.myBgColor { background-color: #BCFBB6; }

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

This div background color is #BCFBB6.

Border color

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

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

This div border color is #BCFBB6.

Opacity

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

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

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

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

This text has shadow with #BCFBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCFBB6.

Preview

Color preview on black background

This text has color #BCFBB6 on black background.


Color preview on white background

This text has color #BCFBB6 on white background.


Black color preview on #BCFBB6 background

This text has black color on #BCFBB6 background.


White color preview on #BCFBB6 background

This text has white color on #BCFBB6 background.


Related colors

Complementary color

Complementary color for #hex is #430449.


I love getcolorcode.com

Triadic colors

1 #B6BCFB and #FBB6BC with #BCFBB6 are triadic colors.

2 #B6FBBC and #FBBCB6 with #BCFBB6 are triadic colors.