COLOR #BDC080

HEX: #BDC080 RGB: (189,192,128)

Color info

#BDC080 contains mainly red and green colors. Web safe color of #BDC080 is #CCCC66 (or #CC6).

RGB color model

#BDC080 color RGB value is (189,192,128).

RGB: (189,192,128) (74%, 75%, 50%)

RGB channels and saturation

R 189 of 255 = 74%
G 192 of 255 = 75%
B 128 of 255 = 50%

189
192
128

R + G + B ~ 66%. #BDC080 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 192 + 128 = 509 (100%)
R 189 of 509 ~ 37.13%
G 192 of 509 ~ 37.72%
B 128 of 509 ~ 25.15'%

%37.13
%37.72
%25.15

CMYK color model

#BDC080 color CMYK value is (2,0,33,25).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 24.71%

CMYK: (2,0,33,25)
C2M0Y33K25 (2%, 0%, 33%, 25%)
(0.02 / 0.00 / 0.33 / 0.25)

CMYK percentages

%1.56
%0
%33.33
%24.71

Codes

Color #BDC080 in popluar color models

BD C0 80
RGB 189 192 128
HSL 63° 33.68% 62.75%
HSB/HSV 63° 33.33% 75.29%
CMYK 1.56% 0.00% 33.33%
24.71%

Color #BDC080 in popluar number systems.

HEX BD C0 80
Decimal 189 192 128
Binary 10111101 11000000 10000000
Octal 275 300 200

Shades and tints

Shades of #BDC080

#BDC080
(189,192,128)
#ACAF75
(172,175,117)
#9B9E6A
(155,158,106)
#8A8D5F
(138,141,95)
#797C54
(121,124,84)
#686B49
(104,107,73)
#575A3E
(87,90,62)
#464933
(70,73,51)
#353828
(53,56,40)
#24271D
(36,39,29)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #BDC080

#BDC080
(189,192,128)
#C3C58B
(195,197,139)
#C9CA96
(201,202,150)
#CFCFA1
(207,207,161)
#D5D4AC
(213,212,172)
#DBD9B7
(219,217,183)
#E1DEC2
(225,222,194)
#E7E3CD
(231,227,205)
#EDE8D8
(237,232,216)
#F3EDE3
(243,237,227)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC080 color. Also use rgb(189,192,128) instead hex code.

Text Font Color

.myTextColor { color: #BDC080; }

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

This text font color is #BDC080.

Background Color

.myBgColor { background-color: #BDC080; }

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

This div background color is #BDC080.

Border color

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

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

This div border color is #BDC080.

Opacity

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

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

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

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

This text has shadow with #BDC080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC080.

Preview

Color preview on black background

This text has color #BDC080 on black background.


Color preview on white background

This text has color #BDC080 on white background.


Black color preview on #BDC080 background

This text has black color on #BDC080 background.


White color preview on #BDC080 background

This text has white color on #BDC080 background.


Related colors

Complementary color

Complementary color for #hex is #423F7F.


I love getcolorcode.com

Triadic colors

1 #80BDC0 and #C080BD with #BDC080 are triadic colors.

2 #80C0BD and #C0BD80 with #BDC080 are triadic colors.