COLOR #BCD793

HEX: #BCD793 RGB: (188,215,147)

Color info

#BCD793 contains mainly red and green colors. Web safe color of #BCD793 is #CCCC99 (or #CC9).

RGB color model

#BCD793 color RGB value is (188,215,147).

RGB: (188,215,147) (74%, 84%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 147 of 255 = 58%

188
215
147

R + G + B ~ 72%. #BCD793 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 215 + 147 = 550 (100%)
R 188 of 550 ~ 34.18%
G 215 of 550 ~ 39.09%
B 147 of 550 ~ 26.73'%

%34.18
%39.09
%26.73

CMYK color model

#BCD793 color CMYK value is (13,0,32,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 31.63%
  • key color value is 15.69%
CMYK: (13,0,32,16) C13M0Y32K16 (13%,0%,32%,16%) (0.13/0.00/0.32/0.16) 

CMYK percentages

%12.56
%0
%31.63
%15.69

Codes

Color #BCD793 in popluar color models

BC D7 93
RGB 188 215 147
HSL 84° 45.95% 70.98%
HSB/HSV 84° 31.63% 84.31%
CMYK 12.56% 0.00% 31.63%
15.69%

Color #BCD793 in popluar number systems.

HEX BC D7 93
Decimal 188 215 147
Binary 10111100 11010111 10010011
Octal 274 327 223

Shades and tints

Shades of #BCD793

#BCD793
(188,215,147)
#ABC486
(171,196,134)
#9AB179
(154,177,121)
#899E6C
(137,158,108)
#788B5F
(120,139,95)
#677852
(103,120,82)
#566545
(86,101,69)
#455238
(69,82,56)
#343F2B
(52,63,43)
#232C1E
(35,44,30)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #BCD793

#BCD793
(188,215,147)
#C2DA9C
(194,218,156)
#C8DDA5
(200,221,165)
#CEE0AE
(206,224,174)
#D4E3B7
(212,227,183)
#DAE6C0
(218,230,192)
#E0E9C9
(224,233,201)
#E6ECD2
(230,236,210)
#ECEFDB
(236,239,219)
#F2F2E4
(242,242,228)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD793 color. Also use rgb(188,215,147) instead hex code.

Text Font Color

.myTextColor { color: #BCD793; }

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

This text font color is #BCD793.

Background Color

.myBgColor { background-color: #BCD793; }

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

This div background color is #BCD793.

Border color

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

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

This div border color is #BCD793.

Opacity

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

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

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

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

This text has shadow with #BCD793 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD793.

Preview

Color preview on black background

This text has color #BCD793 on black background.


Color preview on white background

This text has color #BCD793 on white background.


Black color preview on #BCD793 background

This text has black color on #BCD793 background.


White color preview on #BCD793 background

This text has white color on #BCD793 background.


Related colors

Complementary color

Complementary color for #hex is #43286C.


I love getcolorcode.com

Triadic colors

1 #93BCD7 and #D793BC with #BCD793 are triadic colors.

2 #93D7BC and #D7BC93 with #BCD793 are triadic colors.