COLOR #BCC19E

HEX: #BCC19E RGB: (188,193,158)

Color info

#BCC19E contains red, green and blue colors in about the same proportion. Web safe color of #BCC19E is #CCCC99 (or #CC9).

RGB color model

#BCC19E color RGB value is (188,193,158).

RGB: (188,193,158) (74%, 76%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 193 of 255 = 76%
B 158 of 255 = 62%

188
193
158

R + G + B ~ 71%. #BCC19E is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 193 + 158 = 539 (100%)
R 188 of 539 ~ 34.88%
G 193 of 539 ~ 35.81%
B 158 of 539 ~ 29.31'%

%34.88
%35.81
%29.31

CMYK color model

#BCC19E color CMYK value is (3,0,18,24).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 24.31%

CMYK: (3,0,18,24)
C3M0Y18K24 (3%, 0%, 18%, 24%)
(0.03 / 0.00 / 0.18 / 0.24)

CMYK percentages

%2.59
%0
%18.13
%24.31

Codes

Color #BCC19E in popluar color models

BC C1 9E
RGB 188 193 158
HSL 69° 22.01% 68.82%
HSB/HSV 69° 18.13% 75.69%
CMYK 2.59% 0.00% 18.13%
24.31%

Color #BCC19E in popluar number systems.

HEX BC C1 9E
Decimal 188 193 158
Binary 10111100 11000001 10011110
Octal 274 301 236

Shades and tints

Shades of #BCC19E

#BCC19E
(188,193,158)
#ABB090
(171,176,144)
#9A9F82
(154,159,130)
#898E74
(137,142,116)
#787D66
(120,125,102)
#676C58
(103,108,88)
#565B4A
(86,91,74)
#454A3C
(69,74,60)
#34392E
(52,57,46)
#232820
(35,40,32)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #BCC19E

#BCC19E
(188,193,158)
#C2C6A6
(194,198,166)
#C8CBAE
(200,203,174)
#CED0B6
(206,208,182)
#D4D5BE
(212,213,190)
#DADAC6
(218,218,198)
#E0DFCE
(224,223,206)
#E6E4D6
(230,228,214)
#ECE9DE
(236,233,222)
#F2EEE6
(242,238,230)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC19E color. Also use rgb(188,193,158) instead hex code.

Text Font Color

.myTextColor { color: #BCC19E; }

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

This text font color is #BCC19E.

Background Color

.myBgColor { background-color: #BCC19E; }

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

This div background color is #BCC19E.

Border color

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

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

This div border color is #BCC19E.

Opacity

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

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

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

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

This text has shadow with #BCC19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC19E.

Preview

Color preview on black background

This text has color #BCC19E on black background.


Color preview on white background

This text has color #BCC19E on white background.


Black color preview on #BCC19E background

This text has black color on #BCC19E background.


White color preview on #BCC19E background

This text has white color on #BCC19E background.


Related colors

Complementary color

Complementary color for #hex is #433E61.


I love getcolorcode.com

Triadic colors

1 #9EBCC1 and #C19EBC with #BCC19E are triadic colors.

2 #9EC1BC and #C1BC9E with #BCC19E are triadic colors.