COLOR #BCFBC9

HEX: #BCFBC9 RGB: (188,251,201)

Color info

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

RGB color model

#BCFBC9 color RGB value is (188,251,201).

RGB: (188,251,201) (74%, 98%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 251 of 255 = 98%
B 201 of 255 = 79%

188
251
201

R + G + B ~ 84%. #BCFBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 251 + 201 = 640 (100%)
R 188 of 640 ~ 29.38%
G 251 of 640 ~ 39.22%
B 201 of 640 ~ 31.41'%

%29.38
%39.22
%31.41

CMYK color model

#BCFBC9 color CMYK value is (25,0,20,2).

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

CMYK: (25,0,20,2)
C25M0Y20K2 (25%, 0%, 20%, 2%)
(0.25 / 0.00 / 0.20 / 0.02)

CMYK percentages

%25.1
%0
%19.92
%1.57

Codes

Color #BCFBC9 in popluar color models

BC FB C9
RGB 188 251 201
HSL 132° 88.73% 86.08%
HSB/HSV 132° 25.10% 98.43%
CMYK 25.10% 0.00% 19.92%
1.57%

Color #BCFBC9 in popluar number systems.

HEX BC FB C9
Decimal 188 251 201
Binary 10111100 11111011 11001001
Octal 274 373 311

Shades and tints

Shades of #BCFBC9

#BCFBC9
(188,251,201)
#ABE5B7
(171,229,183)
#9ACFA5
(154,207,165)
#89B993
(137,185,147)
#78A381
(120,163,129)
#678D6F
(103,141,111)
#56775D
(86,119,93)
#45614B
(69,97,75)
#344B39
(52,75,57)
#233527
(35,53,39)
#121F15
(18,31,21)
#000000
(0,0,0)

Tints of #BCFBC9

#BCFBC9
(188,251,201)
#C2FBCD
(194,251,205)
#C8FBD1
(200,251,209)
#CEFBD5
(206,251,213)
#D4FBD9
(212,251,217)
#DAFBDD
(218,251,221)
#E0FBE1
(224,251,225)
#E6FBE5
(230,251,229)
#ECFBE9
(236,251,233)
#F2FBED
(242,251,237)
#F8FBF1
(248,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCFBC9; }

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

This text font color is #BCFBC9.

Background Color

.myBgColor { background-color: #BCFBC9; }

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

This div background color is #BCFBC9.

Border color

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

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

This div border color is #BCFBC9.

Opacity

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

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

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

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

This text has shadow with #BCFBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCFBC9.

Preview

Color preview on black background

This text has color #BCFBC9 on black background.


Color preview on white background

This text has color #BCFBC9 on white background.


Black color preview on #BCFBC9 background

This text has black color on #BCFBC9 background.


White color preview on #BCFBC9 background

This text has white color on #BCFBC9 background.


Related colors

Complementary color

Complementary color for #hex is #430436.


I love getcolorcode.com

Triadic colors

1 #C9BCFB and #FBC9BC with #BCFBC9 are triadic colors.

2 #C9FBBC and #FBBCC9 with #BCFBC9 are triadic colors.