COLOR #BCC097

HEX: #BCC097 RGB: (188,192,151)

Color info

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

RGB color model

#BCC097 color RGB value is (188,192,151).

RGB: (188,192,151) (74%, 75%, 59%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 151 of 255 = 59%

188
192
151

R + G + B ~ 69%. #BCC097 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 192 + 151 = 531 (100%)
R 188 of 531 ~ 35.4%
G 192 of 531 ~ 36.16%
B 151 of 531 ~ 28.44'%

%35.4
%36.16
%28.44

CMYK color model

#BCC097 color CMYK value is (2,0,21,25).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 24.71%
CMYK: (2,0,21,25) C2M0Y21K25 (2%,0%,21%,25%) (0.02/0.00/0.21/0.25) 

CMYK percentages

%2.08
%0
%21.35
%24.71

Codes

Color #BCC097 in popluar color models

BC C0 97
RGB 188 192 151
HSL 66° 24.55% 67.25%
HSB/HSV 66° 21.35% 75.29%
CMYK 2.08% 0.00% 21.35%
24.71%

Color #BCC097 in popluar number systems.

HEX BC C0 97
Decimal 188 192 151
Binary 10111100 11000000 10010111
Octal 274 300 227

Shades and tints

Shades of #BCC097

#BCC097
(188,192,151)
#ABAF8A
(171,175,138)
#9A9E7D
(154,158,125)
#898D70
(137,141,112)
#787C63
(120,124,99)
#676B56
(103,107,86)
#565A49
(86,90,73)
#45493C
(69,73,60)
#34382F
(52,56,47)
#232722
(35,39,34)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BCC097

#BCC097
(188,192,151)
#C2C5A0
(194,197,160)
#C8CAA9
(200,202,169)
#CECFB2
(206,207,178)
#D4D4BB
(212,212,187)
#DAD9C4
(218,217,196)
#E0DECD
(224,222,205)
#E6E3D6
(230,227,214)
#ECE8DF
(236,232,223)
#F2EDE8
(242,237,232)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC097 color. Also use rgb(188,192,151) instead hex code.

Text Font Color

.myTextColor { color: #BCC097; }

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

This text font color is #BCC097.

Background Color

.myBgColor { background-color: #BCC097; }

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

This div background color is #BCC097.

Border color

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

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

This div border color is #BCC097.

Opacity

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

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

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

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

This text has shadow with #BCC097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC097.

Preview

Color preview on black background

This text has color #BCC097 on black background.


Color preview on white background

This text has color #BCC097 on white background.


Black color preview on #BCC097 background

This text has black color on #BCC097 background.


White color preview on #BCC097 background

This text has white color on #BCC097 background.


Related colors

Complementary color

Complementary color for #hex is #433F68.


I love getcolorcode.com

Triadic colors

1 #97BCC0 and #C097BC with #BCC097 are triadic colors.

2 #97C0BC and #C0BC97 with #BCC097 are triadic colors.