COLOR #BDFEB9

HEX: #BDFEB9
RGB: (189,254,185)

Color info

#BDFEB9 contains mainly green color. Web safe color of #BDFEB9 is #CCFFCC (or #CFC).

RGB color model

#BDFEB9 color RGB value is (189,254,185).

  • red value is 189;
  • green value is 254;
  • blue value is 185.
RGB:
(189,254,185)
(74%,100%,73%)

RGB channels and saturation

R 189 of 255 = 74%
G 254 of 255 = 100%
B 185 of 255 = 73%

189
254
185

R + G + B ~ 82%. #BDFEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 254 + 185 = 628 (100%)
R 189 of 628 ~ 30.1%
G 254 of 628 ~ 40.45%
B 185 of 628 ~ 29.46%

%30.1
%40.45
%29.46

CMYK color model

#BDFEB9 color CMYK value is (26,0,27,0).

  • cyan value is 25.59%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 0.39%
CMYK:
(26,0,27,0)
C26M0Y27K0 
(26%,0%,27%,0%)
(0.26/0.00/0.27/0.00)	

CMYK percentages

%25.59
%0
%27.17
%0.39

Codes

Color #BDFEB9 in popluar color models

BDFEB9
RGB189254185
HSL117°97.18%86.08%
HSB/HSV117°27.17%99.61%
CMYK25.59%0.00%27.17%
0.39%

Color #BDFEB9 in popluar number systems.

HEXBDFEB9
Decimal189254185
Binary101111011111111010111001
Octal275376271

Shades and tints

Shades of #BDFEB9

#BDFEB9
(189,254,185)
#ACE7A9
(172,231,169)
#9BD099
(155,208,153)
#8AB989
(138,185,137)
#79A279
(121,162,121)
#688B69
(104,139,105)
#577459
(87,116,89)
#465D49
(70,93,73)
#354639
(53,70,57)
#242F29
(36,47,41)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #BDFEB9

#BDFEB9
(189,254,185)
#C3FEBF
(195,254,191)
#C9FEC5
(201,254,197)
#CFFECB
(207,254,203)
#D5FED1
(213,254,209)
#DBFED7
(219,254,215)
#E1FEDD
(225,254,221)
#E7FEE3
(231,254,227)
#EDFEE9
(237,254,233)
#F3FEEF
(243,254,239)
#F9FEF5
(249,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDFEB9 color. Also use rgb(189,254,185) instead hex code.

Text Font Color

.myTextColor { color: #BDFEB9; }

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

This text font color is #BDFEB9.


Background Color

.myBgColor { background-color: #BDFEB9; }

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

This div background color is #BDFEB9.


Border color

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

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

This div border color is #BDFEB9.


Opacity

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

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

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

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

This text has shadow with #BDFEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDFEB9 on black background.


Color preview on white background

This text has color #BDFEB9 on white background.



Black color preview on #BDFEB9 background

This text has black color on #BDFEB9 background.


White color preview on #BDFEB9 background

This text has white color on #BDFEB9 background.