COLOR #BCCD94

HEX: #BCCD94 RGB: (188,205,148)

Color info

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

RGB color model

#BCCD94 color RGB value is (188,205,148).

RGB: (188,205,148) (74%, 80%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 148 of 255 = 58%

188
205
148

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

Portions of RGB colors in percentages

R + G + B = 188 + 205 + 148 = 541 (100%)
R 188 of 541 ~ 34.75%
G 205 of 541 ~ 37.89%
B 148 of 541 ~ 27.36'%

%34.75
%37.89
%27.36

CMYK color model

#BCCD94 color CMYK value is (8,0,28,20).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 27.80%
  • key color value is 19.61%
CMYK: (8,0,28,20) C8M0Y28K20 (8%,0%,28%,20%) (0.08/0.00/0.28/0.20) 

CMYK percentages

%8.29
%0
%27.8
%19.61

Codes

Color #BCCD94 in popluar color models

BC CD 94
RGB 188 205 148
HSL 78° 36.31% 69.22%
HSB/HSV 78° 27.80% 80.39%
CMYK 8.29% 0.00% 27.80%
19.61%

Color #BCCD94 in popluar number systems.

HEX BC CD 94
Decimal 188 205 148
Binary 10111100 11001101 10010100
Octal 274 315 224

Shades and tints

Shades of #BCCD94

#BCCD94
(188,205,148)
#ABBB87
(171,187,135)
#9AA97A
(154,169,122)
#89976D
(137,151,109)
#788560
(120,133,96)
#677353
(103,115,83)
#566146
(86,97,70)
#454F39
(69,79,57)
#343D2C
(52,61,44)
#232B1F
(35,43,31)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #BCCD94

#BCCD94
(188,205,148)
#C2D19D
(194,209,157)
#C8D5A6
(200,213,166)
#CED9AF
(206,217,175)
#D4DDB8
(212,221,184)
#DAE1C1
(218,225,193)
#E0E5CA
(224,229,202)
#E6E9D3
(230,233,211)
#ECEDDC
(236,237,220)
#F2F1E5
(242,241,229)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCD94 color. Also use rgb(188,205,148) instead hex code.

Text Font Color

.myTextColor { color: #BCCD94; }

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

This text font color is #BCCD94.

Background Color

.myBgColor { background-color: #BCCD94; }

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

This div background color is #BCCD94.

Border color

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

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

This div border color is #BCCD94.

Opacity

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

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

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

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

This text has shadow with #BCCD94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCD94.

Preview

Color preview on black background

This text has color #BCCD94 on black background.


Color preview on white background

This text has color #BCCD94 on white background.


Black color preview on #BCCD94 background

This text has black color on #BCCD94 background.


White color preview on #BCCD94 background

This text has white color on #BCCD94 background.


Related colors

Complementary color

Complementary color for #hex is #43326B.


I love getcolorcode.com

Triadic colors

1 #94BCCD and #CD94BC with #BCCD94 are triadic colors.

2 #94CDBC and #CDBC94 with #BCCD94 are triadic colors.