COLOR #BCF365

HEX: #BCF365 RGB: (188,243,101)

Color info

#BCF365 contains mainly red and green colors. Web safe color of #BCF365 is #CCFF66 (or #CF6).

RGB color model

#BCF365 color RGB value is (188,243,101).

RGB: (188,243,101) (74%, 95%, 40%)

RGB channels and saturation

R 188 of 255 = 74%
G 243 of 255 = 95%
B 101 of 255 = 40%

188
243
101

R + G + B ~ 70%. #BCF365 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 243 + 101 = 532 (100%)
R 188 of 532 ~ 35.34%
G 243 of 532 ~ 45.68%
B 101 of 532 ~ 18.98'%

%35.34
%45.68
%18.98

CMYK color model

#BCF365 color CMYK value is (23,0,58,5).

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

CMYK: (23,0,58,5)
C23M0Y58K5 (23%, 0%, 58%, 5%)
(0.23 / 0.00 / 0.58 / 0.05)

CMYK percentages

%22.63
%0
%58.44
%4.71

Codes

Color #BCF365 in popluar color models

BC F3 65
RGB 188 243 101
HSL 83° 85.54% 67.45%
HSB/HSV 83° 58.44% 95.29%
CMYK 22.63% 0.00% 58.44%
4.71%

Color #BCF365 in popluar number systems.

HEX BC F3 65
Decimal 188 243 101
Binary 10111100 11110011 1100101
Octal 274 363 145

Shades and tints

Shades of #BCF365

#BCF365
(188,243,101)
#ABDD5C
(171,221,92)
#9AC753
(154,199,83)
#89B14A
(137,177,74)
#789B41
(120,155,65)
#678538
(103,133,56)
#566F2F
(86,111,47)
#455926
(69,89,38)
#34431D
(52,67,29)
#232D14
(35,45,20)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #BCF365

#BCF365
(188,243,101)
#C2F473
(194,244,115)
#C8F581
(200,245,129)
#CEF68F
(206,246,143)
#D4F79D
(212,247,157)
#DAF8AB
(218,248,171)
#E0F9B9
(224,249,185)
#E6FAC7
(230,250,199)
#ECFBD5
(236,251,213)
#F2FCE3
(242,252,227)
#F8FDF1
(248,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF365; }

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

This text font color is #BCF365.

Background Color

.myBgColor { background-color: #BCF365; }

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

This div background color is #BCF365.

Border color

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

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

This div border color is #BCF365.

Opacity

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

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

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

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

This text has shadow with #BCF365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF365.

Preview

Color preview on black background

This text has color #BCF365 on black background.


Color preview on white background

This text has color #BCF365 on white background.


Black color preview on #BCF365 background

This text has black color on #BCF365 background.


White color preview on #BCF365 background

This text has white color on #BCF365 background.


Related colors

Complementary color

Complementary color for #hex is #430C9A.


I love getcolorcode.com

Triadic colors

1 #65BCF3 and #F365BC with #BCF365 are triadic colors.

2 #65F3BC and #F3BC65 with #BCF365 are triadic colors.