COLOR #BCE3BD

HEX: #BCE3BD
RGB: (188,227,189)

Color info

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

RGB color model

#BCE3BD color RGB value is (188,227,189).

  • red value is 188;
  • green value is 227;
  • blue value is 189.
RGB:
(188,227,189)
(74%,89%,74%)

RGB channels and saturation

R 188 of 255 = 74%
G 227 of 255 = 89%
B 189 of 255 = 74%

188
227
189

R + G + B ~ 79%. #BCE3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 227 + 189 = 604 (100%)
R 188 of 604 ~ 31.13%
G 227 of 604 ~ 37.58%
B 189 of 604 ~ 31.29%

%31.13
%37.58
%31.29

CMYK color model

#BCE3BD color CMYK value is (17,0,17,11).

  • cyan value is 17.18%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 10.98%
CMYK:
(17,0,17,11)
C17M0Y17K11 
(17%,0%,17%,11%)
(0.17/0.00/0.17/0.11)	

CMYK percentages

%17.18
%0
%16.74
%10.98

Codes

Color #BCE3BD in popluar color models

BCE3BD
RGB188227189
HSL122°41.05%81.37%
HSB/HSV122°17.18%89.02%
CMYK17.18%0.00%16.74%
10.98%

Color #BCE3BD in popluar number systems.

HEXBCE3BD
Decimal188227189
Binary101111001110001110111101
Octal274343275

Shades and tints

Shades of #BCE3BD

#BCE3BD
(188,227,189)
#ABCFAC
(171,207,172)
#9ABB9B
(154,187,155)
#89A78A
(137,167,138)
#789379
(120,147,121)
#677F68
(103,127,104)
#566B57
(86,107,87)
#455746
(69,87,70)
#344335
(52,67,53)
#232F24
(35,47,36)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #BCE3BD

#BCE3BD
(188,227,189)
#C2E5C3
(194,229,195)
#C8E7C9
(200,231,201)
#CEE9CF
(206,233,207)
#D4EBD5
(212,235,213)
#DAEDDB
(218,237,219)
#E0EFE1
(224,239,225)
#E6F1E7
(230,241,231)
#ECF3ED
(236,243,237)
#F2F5F3
(242,245,243)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE3BD color. Also use rgb(188,227,189) instead hex code.

Text Font Color

.myTextColor { color: #BCE3BD; }

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

This text font color is #BCE3BD.


Background Color

.myBgColor { background-color: #BCE3BD; }

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

This div background color is #BCE3BD.


Border color

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

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

This div border color is #BCE3BD.


Opacity

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

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

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

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

This text has shadow with #BCE3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE3BD on black background.


Color preview on white background

This text has color #BCE3BD on white background.



Black color preview on #BCE3BD background

This text has black color on #BCE3BD background.


White color preview on #BCE3BD background

This text has white color on #BCE3BD background.