COLOR #BDEC91

HEX: #BDEC91 RGB: (189,236,145)

Color info

#BDEC91 contains mainly red and green colors. Web safe color of #BDEC91 is #CCFF99 (or #CF9).

RGB color model

#BDEC91 color RGB value is (189,236,145).

RGB: (189,236,145) (74%, 93%, 57%)

RGB channels and saturation

R 189 of 255 = 74%
G 236 of 255 = 93%
B 145 of 255 = 57%

189
236
145

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

Portions of RGB colors in percentages

R + G + B = 189 + 236 + 145 = 570 (100%)
R 189 of 570 ~ 33.16%
G 236 of 570 ~ 41.4%
B 145 of 570 ~ 25.44'%

%33.16
%41.4
%25.44

CMYK color model

#BDEC91 color CMYK value is (20,0,39,7).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 38.56%
  • key color value is 7.45%
CMYK: (20,0,39,7) C20M0Y39K7 (20%,0%,39%,7%) (0.20/0.00/0.39/0.07) 

CMYK percentages

%19.92
%0
%38.56
%7.45

Codes

Color #BDEC91 in popluar color models

BD EC 91
RGB 189 236 145
HSL 91° 70.54% 74.71%
HSB/HSV 91° 38.56% 92.55%
CMYK 19.92% 0.00% 38.56%
7.45%

Color #BDEC91 in popluar number systems.

HEX BD EC 91
Decimal 189 236 145
Binary 10111101 11101100 10010001
Octal 275 354 221

Shades and tints

Shades of #BDEC91

#BDEC91
(189,236,145)
#ACD784
(172,215,132)
#9BC277
(155,194,119)
#8AAD6A
(138,173,106)
#79985D
(121,152,93)
#688350
(104,131,80)
#576E43
(87,110,67)
#465936
(70,89,54)
#354429
(53,68,41)
#242F1C
(36,47,28)
#131A0F
(19,26,15)
#000000
(0,0,0)

Tints of #BDEC91

#BDEC91
(189,236,145)
#C3ED9B
(195,237,155)
#C9EEA5
(201,238,165)
#CFEFAF
(207,239,175)
#D5F0B9
(213,240,185)
#DBF1C3
(219,241,195)
#E1F2CD
(225,242,205)
#E7F3D7
(231,243,215)
#EDF4E1
(237,244,225)
#F3F5EB
(243,245,235)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEC91 color. Also use rgb(189,236,145) instead hex code.

Text Font Color

.myTextColor { color: #BDEC91; }

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

This text font color is #BDEC91.

Background Color

.myBgColor { background-color: #BDEC91; }

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

This div background color is #BDEC91.

Border color

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

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

This div border color is #BDEC91.

Opacity

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

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

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

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

This text has shadow with #BDEC91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEC91.

Preview

Color preview on black background

This text has color #BDEC91 on black background.


Color preview on white background

This text has color #BDEC91 on white background.


Black color preview on #BDEC91 background

This text has black color on #BDEC91 background.


White color preview on #BDEC91 background

This text has white color on #BDEC91 background.


Related colors

Complementary color

Complementary color for #hex is #42136E.


I love getcolorcode.com

Triadic colors

1 #91BDEC and #EC91BD with #BDEC91 are triadic colors.

2 #91ECBD and #ECBD91 with #BDEC91 are triadic colors.