COLOR #BDE19E

HEX: #BDE19E RGB: (189,225,158)

Color info

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

RGB color model

#BDE19E color RGB value is (189,225,158).

RGB: (189,225,158) (74%, 88%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 225 of 255 = 88%
B 158 of 255 = 62%

189
225
158

R + G + B ~ 75%. #BDE19E is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 225 + 158 = 572 (100%)
R 189 of 572 ~ 33.04%
G 225 of 572 ~ 39.34%
B 158 of 572 ~ 27.62'%

%33.04
%39.34
%27.62

CMYK color model

#BDE19E color CMYK value is (16,0,30,12).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 29.78%
  • key color value is 11.76%

CMYK: (16,0,30,12)
C16M0Y30K12 (16%, 0%, 30%, 12%)
(0.16 / 0.00 / 0.30 / 0.12)

CMYK percentages

%16
%0
%29.78
%11.76

Codes

Color #BDE19E in popluar color models

BD E1 9E
RGB 189 225 158
HSL 92° 52.76% 75.10%
HSB/HSV 92° 29.78% 88.24%
CMYK 16.00% 0.00% 29.78%
11.76%

Color #BDE19E in popluar number systems.

HEX BD E1 9E
Decimal 189 225 158
Binary 10111101 11100001 10011110
Octal 275 341 236

Shades and tints

Shades of #BDE19E

#BDE19E
(189,225,158)
#ACCD90
(172,205,144)
#9BB982
(155,185,130)
#8AA574
(138,165,116)
#799166
(121,145,102)
#687D58
(104,125,88)
#57694A
(87,105,74)
#46553C
(70,85,60)
#35412E
(53,65,46)
#242D20
(36,45,32)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #BDE19E

#BDE19E
(189,225,158)
#C3E3A6
(195,227,166)
#C9E5AE
(201,229,174)
#CFE7B6
(207,231,182)
#D5E9BE
(213,233,190)
#DBEBC6
(219,235,198)
#E1EDCE
(225,237,206)
#E7EFD6
(231,239,214)
#EDF1DE
(237,241,222)
#F3F3E6
(243,243,230)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE19E color. Also use rgb(189,225,158) instead hex code.

Text Font Color

.myTextColor { color: #BDE19E; }

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

This text font color is #BDE19E.

Background Color

.myBgColor { background-color: #BDE19E; }

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

This div background color is #BDE19E.

Border color

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

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

This div border color is #BDE19E.

Opacity

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

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

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

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

This text has shadow with #BDE19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE19E.

Preview

Color preview on black background

This text has color #BDE19E on black background.


Color preview on white background

This text has color #BDE19E on white background.


Black color preview on #BDE19E background

This text has black color on #BDE19E background.


White color preview on #BDE19E background

This text has white color on #BDE19E background.


Related colors

Complementary color

Complementary color for #hex is #421E61.


I love getcolorcode.com

Triadic colors

1 #9EBDE1 and #E19EBD with #BDE19E are triadic colors.

2 #9EE1BD and #E1BD9E with #BDE19E are triadic colors.