COLOR #BCF69B

HEX: #BCF69B RGB: (188,246,155)

Color info

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

RGB color model

#BCF69B color RGB value is (188,246,155).

RGB: (188,246,155) (74%, 96%, 61%)

RGB channels and saturation

R 188 of 255 = 74%
G 246 of 255 = 96%
B 155 of 255 = 61%

188
246
155

R + G + B ~ 77%. #BCF69B is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 246 + 155 = 589 (100%)
R 188 of 589 ~ 31.92%
G 246 of 589 ~ 41.77%
B 155 of 589 ~ 26.32'%

%31.92
%41.77
%26.32

CMYK color model

#BCF69B color CMYK value is (24,0,37,4).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 3.53%

CMYK: (24,0,37,4)
C24M0Y37K4 (24%, 0%, 37%, 4%)
(0.24 / 0.00 / 0.37 / 0.04)

CMYK percentages

%23.58
%0
%36.99
%3.53

Codes

Color #BCF69B in popluar color models

BC F6 9B
RGB 188 246 155
HSL 98° 83.49% 78.63%
HSB/HSV 98° 36.99% 96.47%
CMYK 23.58% 0.00% 36.99%
3.53%

Color #BCF69B in popluar number systems.

HEX BC F6 9B
Decimal 188 246 155
Binary 10111100 11110110 10011011
Octal 274 366 233

Shades and tints

Shades of #BCF69B

#BCF69B
(188,246,155)
#ABE08D
(171,224,141)
#9ACA7F
(154,202,127)
#89B471
(137,180,113)
#789E63
(120,158,99)
#678855
(103,136,85)
#567247
(86,114,71)
#455C39
(69,92,57)
#34462B
(52,70,43)
#23301D
(35,48,29)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #BCF69B

#BCF69B
(188,246,155)
#C2F6A4
(194,246,164)
#C8F6AD
(200,246,173)
#CEF6B6
(206,246,182)
#D4F6BF
(212,246,191)
#DAF6C8
(218,246,200)
#E0F6D1
(224,246,209)
#E6F6DA
(230,246,218)
#ECF6E3
(236,246,227)
#F2F6EC
(242,246,236)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF69B color. Also use rgb(188,246,155) instead hex code.

Text Font Color

.myTextColor { color: #BCF69B; }

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

This text font color is #BCF69B.

Background Color

.myBgColor { background-color: #BCF69B; }

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

This div background color is #BCF69B.

Border color

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

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

This div border color is #BCF69B.

Opacity

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

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

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

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

This text has shadow with #BCF69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF69B.

Preview

Color preview on black background

This text has color #BCF69B on black background.


Color preview on white background

This text has color #BCF69B on white background.


Black color preview on #BCF69B background

This text has black color on #BCF69B background.


White color preview on #BCF69B background

This text has white color on #BCF69B background.


Related colors

Complementary color

Complementary color for #hex is #430964.


I love getcolorcode.com

Triadic colors

1 #9BBCF6 and #F69BBC with #BCF69B are triadic colors.

2 #9BF6BC and #F6BC9B with #BCF69B are triadic colors.