COLOR #BCC099

HEX: #BCC099
RGB: (188,192,153)

Color info

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

RGB color model

#BCC099 color RGB value is (188,192,153).

  • red value is 188;
  • green value is 192;
  • blue value is 153.
RGB: (188,192,153) (74%,75%,60%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 153 of 255 = 60%

188
192
153

R + G + B ~ 70%. #BCC099 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 192 + 153 = 533 (100%)
R 188 of 533 ~ 35.27%
G 192 of 533 ~ 36.02%
B 153 of 533 ~ 28.71%

%35.27
%36.02
%28.71

CMYK color model

#BCC099 color CMYK value is (2,0,20,25).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 24.71%
CMYK: (2,0,20,25) C2M0Y20K25 (2%,0%,20%,25%) (0.02/0.00/0.20/0.25)

CMYK percentages

%2.08
%0
%20.31
%24.71

Codes

Color #BCC099 in popluar color models

BCC099
RGB188192153
HSL66°23.64%67.65%
HSB/HSV66°20.31%75.29%
CMYK2.08%0.00%20.31%
24.71%

Color #BCC099 in popluar number systems.

HEXBCC099
Decimal188192153
Binary101111001100000010011001
Octal274300231

Shades and tints

Shades of #BCC099

#BCC099
(188,192,153)
#ABAF8C
(171,175,140)
#9A9E7F
(154,158,127)
#898D72
(137,141,114)
#787C65
(120,124,101)
#676B58
(103,107,88)
#565A4B
(86,90,75)
#45493E
(69,73,62)
#343831
(52,56,49)
#232724
(35,39,36)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCC099

#BCC099
(188,192,153)
#C2C5A2
(194,197,162)
#C8CAAB
(200,202,171)
#CECFB4
(206,207,180)
#D4D4BD
(212,212,189)
#DAD9C6
(218,217,198)
#E0DECF
(224,222,207)
#E6E3D8
(230,227,216)
#ECE8E1
(236,232,225)
#F2EDEA
(242,237,234)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC099; }

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

This text font color is #BCC099.


Background Color

.myBgColor { background-color: #BCC099; }

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

This div background color is #BCC099.


Border color

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

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

This div border color is #BCC099.


Opacity

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

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

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

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

This text has shadow with #BCC099 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCC099 on black background.


Color preview on white background

This text has color #BCC099 on white background.



Black color preview on #BCC099 background

This text has black color on #BCC099 background.


White color preview on #BCC099 background

This text has white color on #BCC099 background.