COLOR #BDC19B

HEX: #BDC19B RGB: (189,193,155)

Color info

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

RGB color model

#BDC19B color RGB value is (189,193,155).

RGB: (189,193,155) (74%, 76%, 61%)

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 155 of 255 = 61%

189
193
155

R + G + B ~ 70%. #BDC19B is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 193 + 155 = 537 (100%)
R 189 of 537 ~ 35.2%
G 193 of 537 ~ 35.94%
B 155 of 537 ~ 28.86'%

%35.2
%35.94
%28.86

CMYK color model

#BDC19B color CMYK value is (2,0,20,24).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 24.31%

CMYK: (2,0,20,24)
C2M0Y20K24 (2%, 0%, 20%, 24%)
(0.02 / 0.00 / 0.20 / 0.24)

CMYK percentages

%2.07
%0
%19.69
%24.31

Codes

Color #BDC19B in popluar color models

BD C1 9B
RGB 189 193 155
HSL 66° 23.46% 68.24%
HSB/HSV 66° 19.69% 75.69%
CMYK 2.07% 0.00% 19.69%
24.31%

Color #BDC19B in popluar number systems.

HEX BD C1 9B
Decimal 189 193 155
Binary 10111101 11000001 10011011
Octal 275 301 233

Shades and tints

Shades of #BDC19B

#BDC19B
(189,193,155)
#ACB08D
(172,176,141)
#9B9F7F
(155,159,127)
#8A8E71
(138,142,113)
#797D63
(121,125,99)
#686C55
(104,108,85)
#575B47
(87,91,71)
#464A39
(70,74,57)
#35392B
(53,57,43)
#24281D
(36,40,29)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #BDC19B

#BDC19B
(189,193,155)
#C3C6A4
(195,198,164)
#C9CBAD
(201,203,173)
#CFD0B6
(207,208,182)
#D5D5BF
(213,213,191)
#DBDAC8
(219,218,200)
#E1DFD1
(225,223,209)
#E7E4DA
(231,228,218)
#EDE9E3
(237,233,227)
#F3EEEC
(243,238,236)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC19B color. Also use rgb(189,193,155) instead hex code.

Text Font Color

.myTextColor { color: #BDC19B; }

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

This text font color is #BDC19B.

Background Color

.myBgColor { background-color: #BDC19B; }

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

This div background color is #BDC19B.

Border color

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

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

This div border color is #BDC19B.

Opacity

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

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

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

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

This text has shadow with #BDC19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC19B.

Preview

Color preview on black background

This text has color #BDC19B on black background.


Color preview on white background

This text has color #BDC19B on white background.


Black color preview on #BDC19B background

This text has black color on #BDC19B background.


White color preview on #BDC19B background

This text has white color on #BDC19B background.


Related colors

Complementary color

Complementary color for #hex is #423E64.


I love getcolorcode.com

Triadic colors

1 #9BBDC1 and #C19BBD with #BDC19B are triadic colors.

2 #9BC1BD and #C1BD9B with #BDC19B are triadic colors.