COLOR #BDE088

HEX: #BDE088 RGB: (189,224,136)

Color info

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

RGB color model

#BDE088 color RGB value is (189,224,136).

RGB: (189,224,136) (74%, 88%, 53%)

RGB channels and saturation

R 189 of 255 = 74%
G 224 of 255 = 88%
B 136 of 255 = 53%

189
224
136

R + G + B ~ 72%. #BDE088 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 224 + 136 = 549 (100%)
R 189 of 549 ~ 34.43%
G 224 of 549 ~ 40.8%
B 136 of 549 ~ 24.77'%

%34.43
%40.8
%24.77

CMYK color model

#BDE088 color CMYK value is (16,0,39,12).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 12.16%

CMYK: (16,0,39,12)
C16M0Y39K12 (16%, 0%, 39%, 12%)
(0.16 / 0.00 / 0.39 / 0.12)

CMYK percentages

%15.63
%0
%39.29
%12.16

Codes

Color #BDE088 in popluar color models

BD E0 88
RGB 189 224 136
HSL 84° 58.67% 70.59%
HSB/HSV 84° 39.29% 87.84%
CMYK 15.63% 0.00% 39.29%
12.16%

Color #BDE088 in popluar number systems.

HEX BD E0 88
Decimal 189 224 136
Binary 10111101 11100000 10001000
Octal 275 340 210

Shades and tints

Shades of #BDE088

#BDE088
(189,224,136)
#ACCC7C
(172,204,124)
#9BB870
(155,184,112)
#8AA464
(138,164,100)
#799058
(121,144,88)
#687C4C
(104,124,76)
#576840
(87,104,64)
#465434
(70,84,52)
#354028
(53,64,40)
#242C1C
(36,44,28)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #BDE088

#BDE088
(189,224,136)
#C3E292
(195,226,146)
#C9E49C
(201,228,156)
#CFE6A6
(207,230,166)
#D5E8B0
(213,232,176)
#DBEABA
(219,234,186)
#E1ECC4
(225,236,196)
#E7EECE
(231,238,206)
#EDF0D8
(237,240,216)
#F3F2E2
(243,242,226)
#F9F4EC
(249,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE088 color. Also use rgb(189,224,136) instead hex code.

Text Font Color

.myTextColor { color: #BDE088; }

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

This text font color is #BDE088.

Background Color

.myBgColor { background-color: #BDE088; }

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

This div background color is #BDE088.

Border color

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

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

This div border color is #BDE088.

Opacity

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

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

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

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

This text has shadow with #BDE088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE088.

Preview

Color preview on black background

This text has color #BDE088 on black background.


Color preview on white background

This text has color #BDE088 on white background.


Black color preview on #BDE088 background

This text has black color on #BDE088 background.


White color preview on #BDE088 background

This text has white color on #BDE088 background.


Related colors

Complementary color

Complementary color for #hex is #421F77.


I love getcolorcode.com

Triadic colors

1 #88BDE0 and #E088BD with #BDE088 are triadic colors.

2 #88E0BD and #E0BD88 with #BDE088 are triadic colors.