COLOR #BCD281

HEX: #BCD281
RGB: (188,210,129)

Color info

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

RGB color model

#BCD281 color RGB value is (188,210,129).

  • red value is 188;
  • green value is 210;
  • blue value is 129.
RGB:
(188,210,129)
(74%,82%,51%)

RGB channels and saturation

R 188 of 255 = 74%
G 210 of 255 = 82%
B 129 of 255 = 51%

188
210
129

R + G + B ~ 69%. #BCD281 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 129 = 527 (100%)
R 188 of 527 ~ 35.67%
G 210 of 527 ~ 39.85%
B 129 of 527 ~ 24.48%

%35.67
%39.85
%24.48

CMYK color model

#BCD281 color CMYK value is (10,0,39,18).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 38.57%
  • key color value is 17.65%
CMYK:
(10,0,39,18)
C10M0Y39K18 
(10%,0%,39%,18%)
(0.10/0.00/0.39/0.18)	

CMYK percentages

%10.48
%0
%38.57
%17.65

Codes

Color #BCD281 in popluar color models

BCD281
RGB188210129
HSL76°47.37%66.47%
HSB/HSV76°38.57%82.35%
CMYK10.48%0.00%38.57%
17.65%

Color #BCD281 in popluar number systems.

HEXBCD281
Decimal188210129
Binary101111001101001010000001
Octal274322201

Shades and tints

Shades of #BCD281

#BCD281
(188,210,129)
#ABBF76
(171,191,118)
#9AAC6B
(154,172,107)
#899960
(137,153,96)
#788655
(120,134,85)
#67734A
(103,115,74)
#56603F
(86,96,63)
#454D34
(69,77,52)
#343A29
(52,58,41)
#23271E
(35,39,30)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BCD281

#BCD281
(188,210,129)
#C2D68C
(194,214,140)
#C8DA97
(200,218,151)
#CEDEA2
(206,222,162)
#D4E2AD
(212,226,173)
#DAE6B8
(218,230,184)
#E0EAC3
(224,234,195)
#E6EECE
(230,238,206)
#ECF2D9
(236,242,217)
#F2F6E4
(242,246,228)
#F8FAEF
(248,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD281 color. Also use rgb(188,210,129) instead hex code.

Text Font Color

.myTextColor { color: #BCD281; }

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

This text font color is #BCD281.


Background Color

.myBgColor { background-color: #BCD281; }

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

This div background color is #BCD281.


Border color

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

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

This div border color is #BCD281.


Opacity

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

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

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

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

This text has shadow with #BCD281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD281 on black background.


Color preview on white background

This text has color #BCD281 on white background.



Black color preview on #BCD281 background

This text has black color on #BCD281 background.


White color preview on #BCD281 background

This text has white color on #BCD281 background.