COLOR #BCF5B9

HEX: #BCF5B9 RGB: (188,245,185)

Color info

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

RGB color model

#BCF5B9 color RGB value is (188,245,185).

RGB: (188,245,185) (74%, 96%, 73%)

RGB channels and saturation

R 188 of 255 = 74%
G 245 of 255 = 96%
B 185 of 255 = 73%

188
245
185

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

Portions of RGB colors in percentages

R + G + B = 188 + 245 + 185 = 618 (100%)
R 188 of 618 ~ 30.42%
G 245 of 618 ~ 39.64%
B 185 of 618 ~ 29.94'%

%30.42
%39.64
%29.94

CMYK color model

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

  • cyan value is 23.27%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • key color value is 3.92%

CMYK: (23,0,24,4)
C23M0Y24K4 (23%, 0%, 24%, 4%)
(0.23 / 0.00 / 0.24 / 0.04)

CMYK percentages

%23.27
%0
%24.49
%3.92

Codes

Color #BCF5B9 in popluar color models

BC F5 B9
RGB 188 245 185
HSL 117° 75.00% 84.31%
HSB/HSV 117° 24.49% 96.08%
CMYK 23.27% 0.00% 24.49%
3.92%

Color #BCF5B9 in popluar number systems.

HEX BC F5 B9
Decimal 188 245 185
Binary 10111100 11110101 10111001
Octal 274 365 271

Shades and tints

Shades of #BCF5B9

#BCF5B9
(188,245,185)
#ABDFA9
(171,223,169)
#9AC999
(154,201,153)
#89B389
(137,179,137)
#789D79
(120,157,121)
#678769
(103,135,105)
#567159
(86,113,89)
#455B49
(69,91,73)
#344539
(52,69,57)
#232F29
(35,47,41)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #BCF5B9

#BCF5B9
(188,245,185)
#C2F5BF
(194,245,191)
#C8F5C5
(200,245,197)
#CEF5CB
(206,245,203)
#D4F5D1
(212,245,209)
#DAF5D7
(218,245,215)
#E0F5DD
(224,245,221)
#E6F5E3
(230,245,227)
#ECF5E9
(236,245,233)
#F2F5EF
(242,245,239)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF5B9 color. Also use rgb(188,245,185) instead hex code.

Text Font Color

.myTextColor { color: #BCF5B9; }

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

This text font color is #BCF5B9.

Background Color

.myBgColor { background-color: #BCF5B9; }

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

This div background color is #BCF5B9.

Border color

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

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

This div border color is #BCF5B9.

Opacity

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

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

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

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

This text has shadow with #BCF5B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF5B9.

Preview

Color preview on black background

This text has color #BCF5B9 on black background.


Color preview on white background

This text has color #BCF5B9 on white background.


Black color preview on #BCF5B9 background

This text has black color on #BCF5B9 background.


White color preview on #BCF5B9 background

This text has white color on #BCF5B9 background.


Related colors

Complementary color

Complementary color for #hex is #430A46.


I love getcolorcode.com

Triadic colors

1 #B9BCF5 and #F5B9BC with #BCF5B9 are triadic colors.

2 #B9F5BC and #F5BCB9 with #BCF5B9 are triadic colors.