COLOR #BCF384

HEX: #BCF384 RGB: (188,243,132)

Color info

#BCF384 contains mainly red and green colors. Web safe color of #BCF384 is #CCFF99 (or #CF9).

RGB color model

#BCF384 color RGB value is (188,243,132).

RGB: (188,243,132) (74%, 95%, 52%)

RGB channels and saturation

R 188 of 255 = 74%
G 243 of 255 = 95%
B 132 of 255 = 52%

188
243
132

R + G + B ~ 74%. #BCF384 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 243 + 132 = 563 (100%)
R 188 of 563 ~ 33.39%
G 243 of 563 ~ 43.16%
B 132 of 563 ~ 23.45'%

%33.39
%43.16
%23.45

CMYK color model

#BCF384 color CMYK value is (23,0,46,5).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 45.68%
  • key color value is 4.71%

CMYK: (23,0,46,5)
C23M0Y46K5 (23%, 0%, 46%, 5%)
(0.23 / 0.00 / 0.46 / 0.05)

CMYK percentages

%22.63
%0
%45.68
%4.71

Codes

Color #BCF384 in popluar color models

BC F3 84
RGB 188 243 132
HSL 90° 82.22% 73.53%
HSB/HSV 90° 45.68% 95.29%
CMYK 22.63% 0.00% 45.68%
4.71%

Color #BCF384 in popluar number systems.

HEX BC F3 84
Decimal 188 243 132
Binary 10111100 11110011 10000100
Octal 274 363 204

Shades and tints

Shades of #BCF384

#BCF384
(188,243,132)
#ABDD78
(171,221,120)
#9AC76C
(154,199,108)
#89B160
(137,177,96)
#789B54
(120,155,84)
#678548
(103,133,72)
#566F3C
(86,111,60)
#455930
(69,89,48)
#344324
(52,67,36)
#232D18
(35,45,24)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #BCF384

#BCF384
(188,243,132)
#C2F48F
(194,244,143)
#C8F59A
(200,245,154)
#CEF6A5
(206,246,165)
#D4F7B0
(212,247,176)
#DAF8BB
(218,248,187)
#E0F9C6
(224,249,198)
#E6FAD1
(230,250,209)
#ECFBDC
(236,251,220)
#F2FCE7
(242,252,231)
#F8FDF2
(248,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF384 color. Also use rgb(188,243,132) instead hex code.

Text Font Color

.myTextColor { color: #BCF384; }

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

This text font color is #BCF384.

Background Color

.myBgColor { background-color: #BCF384; }

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

This div background color is #BCF384.

Border color

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

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

This div border color is #BCF384.

Opacity

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

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

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

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

This text has shadow with #BCF384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF384.

Preview

Color preview on black background

This text has color #BCF384 on black background.


Color preview on white background

This text has color #BCF384 on white background.


Black color preview on #BCF384 background

This text has black color on #BCF384 background.


White color preview on #BCF384 background

This text has white color on #BCF384 background.


Related colors

Complementary color

Complementary color for #hex is #430C7B.


I love getcolorcode.com

Triadic colors

1 #84BCF3 and #F384BC with #BCF384 are triadic colors.

2 #84F3BC and #F3BC84 with #BCF384 are triadic colors.