COLOR #BDF9BE

HEX: #BDF9BE
RGB: (189,249,190)

Color info

#BDF9BE contains mainly green and blue colors. Web safe color of #BDF9BE is #CCFFCC (or #CFC).

RGB color model

#BDF9BE color RGB value is (189,249,190).

  • red value is 189;
  • green value is 249;
  • blue value is 190.
RGB:
(189,249,190)
(74%,98%,75%)

RGB channels and saturation

R 189 of 255 = 74%
G 249 of 255 = 98%
B 190 of 255 = 75%

189
249
190

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

Portions of RGB colors in percentages

R + G + B =
189 + 249 + 190 = 628 (100%)
R 189 of 628 ~ 30.1%
G 249 of 628 ~ 39.65%
B 190 of 628 ~ 30.25%

%30.1
%39.65
%30.25

CMYK color model

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

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK:
(24,0,24,2)
C24M0Y24K2 
(24%,0%,24%,2%)
(0.24/0.00/0.24/0.02)	

CMYK percentages

%24.1
%0
%23.69
%2.35

Codes

Color #BDF9BE in popluar color models

BDF9BE
RGB189249190
HSL121°83.33%85.88%
HSB/HSV121°24.10%97.65%
CMYK24.10%0.00%23.69%
2.35%

Color #BDF9BE in popluar number systems.

HEXBDF9BE
Decimal189249190
Binary101111011111100110111110
Octal275371276

Shades and tints

Shades of #BDF9BE

#BDF9BE
(189,249,190)
#ACE3AD
(172,227,173)
#9BCD9C
(155,205,156)
#8AB78B
(138,183,139)
#79A17A
(121,161,122)
#688B69
(104,139,105)
#577558
(87,117,88)
#465F47
(70,95,71)
#354936
(53,73,54)
#243325
(36,51,37)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #BDF9BE

#BDF9BE
(189,249,190)
#C3F9C3
(195,249,195)
#C9F9C8
(201,249,200)
#CFF9CD
(207,249,205)
#D5F9D2
(213,249,210)
#DBF9D7
(219,249,215)
#E1F9DC
(225,249,220)
#E7F9E1
(231,249,225)
#EDF9E6
(237,249,230)
#F3F9EB
(243,249,235)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF9BE color. Also use rgb(189,249,190) instead hex code.

Text Font Color

.myTextColor { color: #BDF9BE; }

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

This text font color is #BDF9BE.


Background Color

.myBgColor { background-color: #BDF9BE; }

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

This div background color is #BDF9BE.


Border color

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

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

This div border color is #BDF9BE.


Opacity

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

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

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

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

This text has shadow with #BDF9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF9BE on black background.


Color preview on white background

This text has color #BDF9BE on white background.



Black color preview on #BDF9BE background

This text has black color on #BDF9BE background.


White color preview on #BDF9BE background

This text has white color on #BDF9BE background.