COLOR #BCEBBF

HEX: #BCEBBF RGB: (188,235,191)

Color info

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

RGB color model

#BCEBBF color RGB value is (188,235,191).

RGB: (188,235,191) (74%, 92%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 235 of 255 = 92%
B 191 of 255 = 75%

188
235
191

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

Portions of RGB colors in percentages

R + G + B = 188 + 235 + 191 = 614 (100%)
R 188 of 614 ~ 30.62%
G 235 of 614 ~ 38.27%
B 191 of 614 ~ 31.11'%

%30.62
%38.27
%31.11

CMYK color model

#BCEBBF color CMYK value is (20,0,19,8).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 7.84%

CMYK: (20,0,19,8)
C20M0Y19K8 (20%, 0%, 19%, 8%)
(0.20 / 0.00 / 0.19 / 0.08)

CMYK percentages

%20
%0
%18.72
%7.84

Codes

Color #BCEBBF in popluar color models

BC EB BF
RGB 188 235 191
HSL 124° 54.02% 82.94%
HSB/HSV 124° 20.00% 92.16%
CMYK 20.00% 0.00% 18.72%
7.84%

Color #BCEBBF in popluar number systems.

HEX BC EB BF
Decimal 188 235 191
Binary 10111100 11101011 10111111
Octal 274 353 277

Shades and tints

Shades of #BCEBBF

#BCEBBF
(188,235,191)
#ABD6AE
(171,214,174)
#9AC19D
(154,193,157)
#89AC8C
(137,172,140)
#78977B
(120,151,123)
#67826A
(103,130,106)
#566D59
(86,109,89)
#455848
(69,88,72)
#344337
(52,67,55)
#232E26
(35,46,38)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #BCEBBF

#BCEBBF
(188,235,191)
#C2ECC4
(194,236,196)
#C8EDC9
(200,237,201)
#CEEECE
(206,238,206)
#D4EFD3
(212,239,211)
#DAF0D8
(218,240,216)
#E0F1DD
(224,241,221)
#E6F2E2
(230,242,226)
#ECF3E7
(236,243,231)
#F2F4EC
(242,244,236)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEBBF; }

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

This text font color is #BCEBBF.

Background Color

.myBgColor { background-color: #BCEBBF; }

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

This div background color is #BCEBBF.

Border color

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

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

This div border color is #BCEBBF.

Opacity

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

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

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

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

This text has shadow with #BCEBBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEBBF.

Preview

Color preview on black background

This text has color #BCEBBF on black background.


Color preview on white background

This text has color #BCEBBF on white background.


Black color preview on #BCEBBF background

This text has black color on #BCEBBF background.


White color preview on #BCEBBF background

This text has white color on #BCEBBF background.


Related colors

Complementary color

Complementary color for #hex is #431440.


I love getcolorcode.com

Triadic colors

1 #BFBCEB and #EBBFBC with #BCEBBF are triadic colors.

2 #BFEBBC and #EBBCBF with #BCEBBF are triadic colors.