COLOR #BCD6BE

HEX: #BCD6BE
RGB: (188,214,190)

Color info

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

RGB color model

#BCD6BE color RGB value is (188,214,190).

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

RGB channels and saturation

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

188
214
190

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

Portions of RGB colors in percentages

R + G + B =
188 + 214 + 190 = 592 (100%)
R 188 of 592 ~ 31.76%
G 214 of 592 ~ 36.15%
B 190 of 592 ~ 32.09%

%31.76
%36.15
%32.09

CMYK color model

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

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

CMYK percentages

%12.15
%0
%11.21
%16.08

Codes

Color #BCD6BE in popluar color models

BCD6BE
RGB188214190
HSL125°24.07%78.82%
HSB/HSV125°12.15%83.92%
CMYK12.15%0.00%11.21%
16.08%

Color #BCD6BE in popluar number systems.

HEXBCD6BE
Decimal188214190
Binary101111001101011010111110
Octal274326276

Shades and tints

Shades of #BCD6BE

#BCD6BE
(188,214,190)
#ABC3AD
(171,195,173)
#9AB09C
(154,176,156)
#899D8B
(137,157,139)
#788A7A
(120,138,122)
#677769
(103,119,105)
#566458
(86,100,88)
#455147
(69,81,71)
#343E36
(52,62,54)
#232B25
(35,43,37)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCD6BE

#BCD6BE
(188,214,190)
#C2D9C3
(194,217,195)
#C8DCC8
(200,220,200)
#CEDFCD
(206,223,205)
#D4E2D2
(212,226,210)
#DAE5D7
(218,229,215)
#E0E8DC
(224,232,220)
#E6EBE1
(230,235,225)
#ECEEE6
(236,238,230)
#F2F1EB
(242,241,235)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD6BE; }

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

This text font color is #BCD6BE.


Background Color

.myBgColor { background-color: #BCD6BE; }

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

This div background color is #BCD6BE.


Border color

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

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

This div border color is #BCD6BE.


Opacity

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

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

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

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

This text has shadow with #BCD6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD6BE on black background.


Color preview on white background

This text has color #BCD6BE on white background.



Black color preview on #BCD6BE background

This text has black color on #BCD6BE background.


White color preview on #BCD6BE background

This text has white color on #BCD6BE background.