COLOR #BFE6BC

HEX: #BFE6BC RGB: (191,230,188)

Color info

#BFE6BC contains red, green and blue colors in about the same proportion. Web safe color of #BFE6BC is #CCCCCC (or #CCC).

RGB color model

#BFE6BC color RGB value is (191,230,188).

RGB: (191,230,188) (75%, 90%, 74%)

RGB channels and saturation

R 191 of 255 = 75%
G 230 of 255 = 90%
B 188 of 255 = 74%

191
230
188

R + G + B ~ 80%. #BFE6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 230 + 188 = 609 (100%)
R 191 of 609 ~ 31.36%
G 230 of 609 ~ 37.77%
B 188 of 609 ~ 30.87'%

%31.36
%37.77
%30.87

CMYK color model

#BFE6BC color CMYK value is (17,0,18,10).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 9.80%

CMYK: (17,0,18,10)
C17M0Y18K10 (17%, 0%, 18%, 10%)
(0.17 / 0.00 / 0.18 / 0.10)

CMYK percentages

%16.96
%0
%18.26
%9.8

Codes

Color #BFE6BC in popluar color models

BF E6 BC
RGB 191 230 188
HSL 116° 45.65% 81.96%
HSB/HSV 116° 18.26% 90.20%
CMYK 16.96% 0.00% 18.26%
9.80%

Color #BFE6BC in popluar number systems.

HEX BF E6 BC
Decimal 191 230 188
Binary 10111111 11100110 10111100
Octal 277 346 274

Shades and tints

Shades of #BFE6BC

#BFE6BC
(191,230,188)
#AED2AB
(174,210,171)
#9DBE9A
(157,190,154)
#8CAA89
(140,170,137)
#7B9678
(123,150,120)
#6A8267
(106,130,103)
#596E56
(89,110,86)
#485A45
(72,90,69)
#374634
(55,70,52)
#263223
(38,50,35)
#151E12
(21,30,18)
#000000
(0,0,0)

Tints of #BFE6BC

#BFE6BC
(191,230,188)
#C4E8C2
(196,232,194)
#C9EAC8
(201,234,200)
#CEECCE
(206,236,206)
#D3EED4
(211,238,212)
#D8F0DA
(216,240,218)
#DDF2E0
(221,242,224)
#E2F4E6
(226,244,230)
#E7F6EC
(231,246,236)
#ECF8F2
(236,248,242)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE6BC color. Also use rgb(191,230,188) instead hex code.

Text Font Color

.myTextColor { color: #BFE6BC; }

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

This text font color is #BFE6BC.

Background Color

.myBgColor { background-color: #BFE6BC; }

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

This div background color is #BFE6BC.

Border color

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

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

This div border color is #BFE6BC.

Opacity

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

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

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

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

This text has shadow with #BFE6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE6BC.

Preview

Color preview on black background

This text has color #BFE6BC on black background.


Color preview on white background

This text has color #BFE6BC on white background.


Black color preview on #BFE6BC background

This text has black color on #BFE6BC background.


White color preview on #BFE6BC background

This text has white color on #BFE6BC background.


Related colors

Complementary color

Complementary color for #hex is #401943.


I love getcolorcode.com

Triadic colors

1 #BCBFE6 and #E6BCBF with #BFE6BC are triadic colors.

2 #BCE6BF and #E6BFBC with #BFE6BC are triadic colors.