COLOR #BFE4A0

HEX: #BFE4A0 RGB: (191,228,160)

Color info

#BFE4A0 contains mainly red and green colors. Web safe color of #BFE4A0 is #CCCC99 (or #CC9).

RGB color model

#BFE4A0 color RGB value is (191,228,160).

RGB: (191,228,160) (75%, 89%, 63%)

RGB channels and saturation

R 191 of 255 = 75%
G 228 of 255 = 89%
B 160 of 255 = 63%

191
228
160

R + G + B ~ 76%. #BFE4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 228 + 160 = 579 (100%)
R 191 of 579 ~ 32.99%
G 228 of 579 ~ 39.38%
B 160 of 579 ~ 27.63'%

%32.99
%39.38
%27.63

CMYK color model

#BFE4A0 color CMYK value is (16,0,30,11).

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 10.59%

CMYK: (16,0,30,11)
C16M0Y30K11 (16%, 0%, 30%, 11%)
(0.16 / 0.00 / 0.30 / 0.11)

CMYK percentages

%16.23
%0
%29.82
%10.59

Codes

Color #BFE4A0 in popluar color models

BF E4 A0
RGB 191 228 160
HSL 93° 55.74% 76.08%
HSB/HSV 93° 29.82% 89.41%
CMYK 16.23% 0.00% 29.82%
10.59%

Color #BFE4A0 in popluar number systems.

HEX BF E4 A0
Decimal 191 228 160
Binary 10111111 11100100 10100000
Octal 277 344 240

Shades and tints

Shades of #BFE4A0

#BFE4A0
(191,228,160)
#AED092
(174,208,146)
#9DBC84
(157,188,132)
#8CA876
(140,168,118)
#7B9468
(123,148,104)
#6A805A
(106,128,90)
#596C4C
(89,108,76)
#48583E
(72,88,62)
#374430
(55,68,48)
#263022
(38,48,34)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #BFE4A0

#BFE4A0
(191,228,160)
#C4E6A8
(196,230,168)
#C9E8B0
(201,232,176)
#CEEAB8
(206,234,184)
#D3ECC0
(211,236,192)
#D8EEC8
(216,238,200)
#DDF0D0
(221,240,208)
#E2F2D8
(226,242,216)
#E7F4E0
(231,244,224)
#ECF6E8
(236,246,232)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE4A0 color. Also use rgb(191,228,160) instead hex code.

Text Font Color

.myTextColor { color: #BFE4A0; }

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

This text font color is #BFE4A0.

Background Color

.myBgColor { background-color: #BFE4A0; }

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

This div background color is #BFE4A0.

Border color

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

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

This div border color is #BFE4A0.

Opacity

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

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

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

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

This text has shadow with #BFE4A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE4A0.

Preview

Color preview on black background

This text has color #BFE4A0 on black background.


Color preview on white background

This text has color #BFE4A0 on white background.


Black color preview on #BFE4A0 background

This text has black color on #BFE4A0 background.


White color preview on #BFE4A0 background

This text has white color on #BFE4A0 background.


Related colors

Complementary color

Complementary color for #hex is #401B5F.


I love getcolorcode.com

Triadic colors

1 #A0BFE4 and #E4A0BF with #BFE4A0 are triadic colors.

2 #A0E4BF and #E4BFA0 with #BFE4A0 are triadic colors.