COLOR #BCD693

HEX: #BCD693 RGB: (188,214,147)

Color info

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

RGB color model

#BCD693 color RGB value is (188,214,147).

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

RGB channels and saturation

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

188
214
147

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

Portions of RGB colors in percentages

R + G + B = 188 + 214 + 147 = 549 (100%)
R 188 of 549 ~ 34.24%
G 214 of 549 ~ 38.98%
B 147 of 549 ~ 26.78'%

%34.24
%38.98
%26.78

CMYK color model

#BCD693 color CMYK value is (12,0,31,16).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 16.08%

CMYK: (12,0,31,16)
C12M0Y31K16 (12%, 0%, 31%, 16%)
(0.12 / 0.00 / 0.31 / 0.16)

CMYK percentages

%12.15
%0
%31.31
%16.08

Codes

Color #BCD693 in popluar color models

BC D6 93
RGB 188 214 147
HSL 83° 44.97% 70.78%
HSB/HSV 83° 31.31% 83.92%
CMYK 12.15% 0.00% 31.31%
16.08%

Color #BCD693 in popluar number systems.

HEX BC D6 93
Decimal 188 214 147
Binary 10111100 11010110 10010011
Octal 274 326 223

Shades and tints

Shades of #BCD693

#BCD693
(188,214,147)
#ABC386
(171,195,134)
#9AB079
(154,176,121)
#899D6C
(137,157,108)
#788A5F
(120,138,95)
#677752
(103,119,82)
#566445
(86,100,69)
#455138
(69,81,56)
#343E2B
(52,62,43)
#232B1E
(35,43,30)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #BCD693

#BCD693
(188,214,147)
#C2D99C
(194,217,156)
#C8DCA5
(200,220,165)
#CEDFAE
(206,223,174)
#D4E2B7
(212,226,183)
#DAE5C0
(218,229,192)
#E0E8C9
(224,232,201)
#E6EBD2
(230,235,210)
#ECEEDB
(236,238,219)
#F2F1E4
(242,241,228)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD693; }

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

This text font color is #BCD693.

Background Color

.myBgColor { background-color: #BCD693; }

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

This div background color is #BCD693.

Border color

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

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

This div border color is #BCD693.

Opacity

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

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

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

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

This text has shadow with #BCD693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD693.

Preview

Color preview on black background

This text has color #BCD693 on black background.


Color preview on white background

This text has color #BCD693 on white background.


Black color preview on #BCD693 background

This text has black color on #BCD693 background.


White color preview on #BCD693 background

This text has white color on #BCD693 background.


Related colors

Complementary color

Complementary color for #hex is #43296C.


I love getcolorcode.com

Triadic colors

1 #93BCD6 and #D693BC with #BCD693 are triadic colors.

2 #93D6BC and #D6BC93 with #BCD693 are triadic colors.