COLOR #BCD5BE

HEX: #BCD5BE
RGB: (188,213,190)

Color info

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

RGB color model

#BCD5BE color RGB value is (188,213,190).

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

RGB channels and saturation

R 188 of 255 = 74%
G 213 of 255 = 84%
B 190 of 255 = 75%

188
213
190

R + G + B ~ 78%. #BCD5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 213 + 190 = 591 (100%)
R 188 of 591 ~ 31.81%
G 213 of 591 ~ 36.04%
B 190 of 591 ~ 32.15%

%31.81
%36.04
%32.15

CMYK color model

#BCD5BE color CMYK value is (12,0,11,16).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(12,0,11,16)
C12M0Y11K16 
(12%,0%,11%,16%)
(0.12/0.00/0.11/0.16)	

CMYK percentages

%11.74
%0
%10.8
%16.47

Codes

Color #BCD5BE in popluar color models

BCD5BE
RGB188213190
HSL125°22.94%78.63%
HSB/HSV125°11.74%83.53%
CMYK11.74%0.00%10.80%
16.47%

Color #BCD5BE in popluar number systems.

HEXBCD5BE
Decimal188213190
Binary101111001101010110111110
Octal274325276

Shades and tints

Shades of #BCD5BE

#BCD5BE
(188,213,190)
#ABC2AD
(171,194,173)
#9AAF9C
(154,175,156)
#899C8B
(137,156,139)
#78897A
(120,137,122)
#677669
(103,118,105)
#566358
(86,99,88)
#455047
(69,80,71)
#343D36
(52,61,54)
#232A25
(35,42,37)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #BCD5BE

#BCD5BE
(188,213,190)
#C2D8C3
(194,216,195)
#C8DBC8
(200,219,200)
#CEDECD
(206,222,205)
#D4E1D2
(212,225,210)
#DAE4D7
(218,228,215)
#E0E7DC
(224,231,220)
#E6EAE1
(230,234,225)
#ECEDE6
(236,237,230)
#F2F0EB
(242,240,235)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD5BE; }

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

This text font color is #BCD5BE.


Background Color

.myBgColor { background-color: #BCD5BE; }

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

This div background color is #BCD5BE.


Border color

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

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

This div border color is #BCD5BE.


Opacity

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

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

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

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

This text has shadow with #BCD5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD5BE on black background.


Color preview on white background

This text has color #BCD5BE on white background.



Black color preview on #BCD5BE background

This text has black color on #BCD5BE background.


White color preview on #BCD5BE background

This text has white color on #BCD5BE background.