COLOR #BCE8BE

HEX: #BCE8BE
RGB: (188,232,190)

Color info

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

RGB color model

#BCE8BE color RGB value is (188,232,190).

  • red value is 188;
  • green value is 232;
  • blue value is 190.
RGB:
(188,232,190)
(74%,91%,75%)

RGB channels and saturation

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

188
232
190

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

Portions of RGB colors in percentages

R + G + B =
188 + 232 + 190 = 610 (100%)
R 188 of 610 ~ 30.82%
G 232 of 610 ~ 38.03%
B 190 of 610 ~ 31.15%

%30.82
%38.03
%31.15

CMYK color model

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

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • 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
%18.1
%9.02

Codes

Color #BCE8BE in popluar color models

BCE8BE
RGB188232190
HSL123°48.89%82.35%
HSB/HSV123°18.97%90.98%
CMYK18.97%0.00%18.10%
9.02%

Color #BCE8BE in popluar number systems.

HEXBCE8BE
Decimal188232190
Binary101111001110100010111110
Octal274350276

Shades and tints

Shades of #BCE8BE

#BCE8BE
(188,232,190)
#ABD3AD
(171,211,173)
#9ABE9C
(154,190,156)
#89A98B
(137,169,139)
#78947A
(120,148,122)
#677F69
(103,127,105)
#566A58
(86,106,88)
#455547
(69,85,71)
#344036
(52,64,54)
#232B25
(35,43,37)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #BCE8BE

#BCE8BE
(188,232,190)
#C2EAC3
(194,234,195)
#C8ECC8
(200,236,200)
#CEEECD
(206,238,205)
#D4F0D2
(212,240,210)
#DAF2D7
(218,242,215)
#E0F4DC
(224,244,220)
#E6F6E1
(230,246,225)
#ECF8E6
(236,248,230)
#F2FAEB
(242,250,235)
#F8FCF0
(248,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE8BE; }

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

This text font color is #BCE8BE.


Background Color

.myBgColor { background-color: #BCE8BE; }

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

This div background color is #BCE8BE.


Border color

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

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

This div border color is #BCE8BE.


Opacity

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

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

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

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

This text has shadow with #BCE8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE8BE on black background.


Color preview on white background

This text has color #BCE8BE on white background.



Black color preview on #BCE8BE background

This text has black color on #BCE8BE background.


White color preview on #BCE8BE background

This text has white color on #BCE8BE background.