COLOR #BCEBC8

HEX: #BCEBC8
RGB: (188,235,200)

Color info

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

RGB color model

#BCEBC8 color RGB value is (188,235,200).

  • red value is 188;
  • green value is 235;
  • blue value is 200.
RGB:
(188,235,200)
(74%,92%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 235 of 255 = 92%
B 200 of 255 = 78%

188
235
200

R + G + B ~ 81%. #BCEBC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 235 + 200 = 623 (100%)
R 188 of 623 ~ 30.18%
G 235 of 623 ~ 37.72%
B 200 of 623 ~ 32.1%

%30.18
%37.72
%32.1

CMYK color model

#BCEBC8 color CMYK value is (20,0,15,8).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 7.84%
CMYK:
(20,0,15,8)
C20M0Y15K8 
(20%,0%,15%,8%)
(0.20/0.00/0.15/0.08)	

CMYK percentages

%20
%0
%14.89
%7.84

Codes

Color #BCEBC8 in popluar color models

BCEBC8
RGB188235200
HSL135°54.02%82.94%
HSB/HSV135°20.00%92.16%
CMYK20.00%0.00%14.89%
7.84%

Color #BCEBC8 in popluar number systems.

HEXBCEBC8
Decimal188235200
Binary101111001110101111001000
Octal274353310

Shades and tints

Shades of #BCEBC8

#BCEBC8
(188,235,200)
#ABD6B6
(171,214,182)
#9AC1A4
(154,193,164)
#89AC92
(137,172,146)
#789780
(120,151,128)
#67826E
(103,130,110)
#566D5C
(86,109,92)
#45584A
(69,88,74)
#344338
(52,67,56)
#232E26
(35,46,38)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #BCEBC8

#BCEBC8
(188,235,200)
#C2ECCD
(194,236,205)
#C8EDD2
(200,237,210)
#CEEED7
(206,238,215)
#D4EFDC
(212,239,220)
#DAF0E1
(218,240,225)
#E0F1E6
(224,241,230)
#E6F2EB
(230,242,235)
#ECF3F0
(236,243,240)
#F2F4F5
(242,244,245)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEBC8; }

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

This text font color is #BCEBC8.


Background Color

.myBgColor { background-color: #BCEBC8; }

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

This div background color is #BCEBC8.


Border color

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

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

This div border color is #BCEBC8.


Opacity

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

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

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

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

This text has shadow with #BCEBC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEBC8 on black background.


Color preview on white background

This text has color #BCEBC8 on white background.



Black color preview on #BCEBC8 background

This text has black color on #BCEBC8 background.


White color preview on #BCEBC8 background

This text has white color on #BCEBC8 background.