COLOR #BCE8BF

HEX: #BCE8BF RGB: (188,232,191)

Color info

#BCE8BF contains red, green and blue colors in about the same proportion. Web safe color of #BCE8BF is #CCFFCC (or #CFC).

RGB color model

#BCE8BF color RGB value is (188,232,191).

RGB: (188,232,191) (74%, 91%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 232 of 255 = 91%
B 191 of 255 = 75%

188
232
191

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

Portions of RGB colors in percentages

R + G + B = 188 + 232 + 191 = 611 (100%)
R 188 of 611 ~ 30.77%
G 232 of 611 ~ 37.97%
B 191 of 611 ~ 31.26'%

%30.77
%37.97
%31.26

CMYK color model

#BCE8BF color CMYK value is (19,0,18,9).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 17.67%
  • key color value is 9.02%

CMYK: (19,0,18,9)
C19M0Y18K9 (19%, 0%, 18%, 9%)
(0.19 / 0.00 / 0.18 / 0.09)

CMYK percentages

%18.97
%0
%17.67
%9.02

Codes

Color #BCE8BF in popluar color models

BC E8 BF
RGB 188 232 191
HSL 124° 48.89% 82.35%
HSB/HSV 124° 18.97% 90.98%
CMYK 18.97% 0.00% 17.67%
9.02%

Color #BCE8BF in popluar number systems.

HEX BC E8 BF
Decimal 188 232 191
Binary 10111100 11101000 10111111
Octal 274 350 277

Shades and tints

Shades of #BCE8BF

#BCE8BF
(188,232,191)
#ABD3AE
(171,211,174)
#9ABE9D
(154,190,157)
#89A98C
(137,169,140)
#78947B
(120,148,123)
#677F6A
(103,127,106)
#566A59
(86,106,89)
#455548
(69,85,72)
#344037
(52,64,55)
#232B26
(35,43,38)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BCE8BF

#BCE8BF
(188,232,191)
#C2EAC4
(194,234,196)
#C8ECC9
(200,236,201)
#CEEECE
(206,238,206)
#D4F0D3
(212,240,211)
#DAF2D8
(218,242,216)
#E0F4DD
(224,244,221)
#E6F6E2
(230,246,226)
#ECF8E7
(236,248,231)
#F2FAEC
(242,250,236)
#F8FCF1
(248,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE8BF; }

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

This text font color is #BCE8BF.

Background Color

.myBgColor { background-color: #BCE8BF; }

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

This div background color is #BCE8BF.

Border color

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

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

This div border color is #BCE8BF.

Opacity

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

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

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

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

This text has shadow with #BCE8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE8BF.

Preview

Color preview on black background

This text has color #BCE8BF on black background.


Color preview on white background

This text has color #BCE8BF on white background.


Black color preview on #BCE8BF background

This text has black color on #BCE8BF background.


White color preview on #BCE8BF background

This text has white color on #BCE8BF background.


Related colors

Complementary color

Complementary color for #hex is #431740.


I love getcolorcode.com

Triadic colors

1 #BFBCE8 and #E8BFBC with #BCE8BF are triadic colors.

2 #BFE8BC and #E8BCBF with #BCE8BF are triadic colors.