COLOR #BCCC95

HEX: #BCCC95 RGB: (188,204,149)

Color info

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

RGB color model

#BCCC95 color RGB value is (188,204,149).

RGB: (188,204,149) (74%, 80%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 149 of 255 = 58%

188
204
149

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

Portions of RGB colors in percentages

R + G + B = 188 + 204 + 149 = 541 (100%)
R 188 of 541 ~ 34.75%
G 204 of 541 ~ 37.71%
B 149 of 541 ~ 27.54'%

%34.75
%37.71
%27.54

CMYK color model

#BCCC95 color CMYK value is (8,0,27,20).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 26.96%
  • key color value is 20.00%

CMYK: (8,0,27,20)
C8M0Y27K20 (8%, 0%, 27%, 20%)
(0.08 / 0.00 / 0.27 / 0.20)

CMYK percentages

%7.84
%0
%26.96
%20

Codes

Color #BCCC95 in popluar color models

BC CC 95
RGB 188 204 149
HSL 77° 35.03% 69.22%
HSB/HSV 77° 26.96% 80.00%
CMYK 7.84% 0.00% 26.96%
20.00%

Color #BCCC95 in popluar number systems.

HEX BC CC 95
Decimal 188 204 149
Binary 10111100 11001100 10010101
Octal 274 314 225

Shades and tints

Shades of #BCCC95

#BCCC95
(188,204,149)
#ABBA88
(171,186,136)
#9AA87B
(154,168,123)
#89966E
(137,150,110)
#788461
(120,132,97)
#677254
(103,114,84)
#566047
(86,96,71)
#454E3A
(69,78,58)
#343C2D
(52,60,45)
#232A20
(35,42,32)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #BCCC95

#BCCC95
(188,204,149)
#C2D09E
(194,208,158)
#C8D4A7
(200,212,167)
#CED8B0
(206,216,176)
#D4DCB9
(212,220,185)
#DAE0C2
(218,224,194)
#E0E4CB
(224,228,203)
#E6E8D4
(230,232,212)
#ECECDD
(236,236,221)
#F2F0E6
(242,240,230)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCC95 color. Also use rgb(188,204,149) instead hex code.

Text Font Color

.myTextColor { color: #BCCC95; }

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

This text font color is #BCCC95.

Background Color

.myBgColor { background-color: #BCCC95; }

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

This div background color is #BCCC95.

Border color

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

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

This div border color is #BCCC95.

Opacity

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

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

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

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

This text has shadow with #BCCC95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCC95.

Preview

Color preview on black background

This text has color #BCCC95 on black background.


Color preview on white background

This text has color #BCCC95 on white background.


Black color preview on #BCCC95 background

This text has black color on #BCCC95 background.


White color preview on #BCCC95 background

This text has white color on #BCCC95 background.


Related colors

Complementary color

Complementary color for #hex is #43336A.


I love getcolorcode.com

Triadic colors

1 #95BCCC and #CC95BC with #BCCC95 are triadic colors.

2 #95CCBC and #CCBC95 with #BCCC95 are triadic colors.