COLOR #BDE298

HEX: #BDE298 RGB: (189,226,152)

Color info

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

RGB color model

#BDE298 color RGB value is (189,226,152).

RGB: (189,226,152) (74%, 89%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 226 of 255 = 89%
B 152 of 255 = 60%

189
226
152

R + G + B ~ 74%. #BDE298 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 226 + 152 = 567 (100%)
R 189 of 567 ~ 33.33%
G 226 of 567 ~ 39.86%
B 152 of 567 ~ 26.81'%

%33.33
%39.86
%26.81

CMYK color model

#BDE298 color CMYK value is (16,0,33,11).

  • cyan value is 16.37%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 11.37%

CMYK: (16,0,33,11)
C16M0Y33K11 (16%, 0%, 33%, 11%)
(0.16 / 0.00 / 0.33 / 0.11)

CMYK percentages

%16.37
%0
%32.74
%11.37

Codes

Color #BDE298 in popluar color models

BD E2 98
RGB 189 226 152
HSL 90° 56.06% 74.12%
HSB/HSV 90° 32.74% 88.63%
CMYK 16.37% 0.00% 32.74%
11.37%

Color #BDE298 in popluar number systems.

HEX BD E2 98
Decimal 189 226 152
Binary 10111101 11100010 10011000
Octal 275 342 230

Shades and tints

Shades of #BDE298

#BDE298
(189,226,152)
#ACCE8B
(172,206,139)
#9BBA7E
(155,186,126)
#8AA671
(138,166,113)
#799264
(121,146,100)
#687E57
(104,126,87)
#576A4A
(87,106,74)
#46563D
(70,86,61)
#354230
(53,66,48)
#242E23
(36,46,35)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #BDE298

#BDE298
(189,226,152)
#C3E4A1
(195,228,161)
#C9E6AA
(201,230,170)
#CFE8B3
(207,232,179)
#D5EABC
(213,234,188)
#DBECC5
(219,236,197)
#E1EECE
(225,238,206)
#E7F0D7
(231,240,215)
#EDF2E0
(237,242,224)
#F3F4E9
(243,244,233)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE298 color. Also use rgb(189,226,152) instead hex code.

Text Font Color

.myTextColor { color: #BDE298; }

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

This text font color is #BDE298.

Background Color

.myBgColor { background-color: #BDE298; }

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

This div background color is #BDE298.

Border color

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

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

This div border color is #BDE298.

Opacity

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

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

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

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

This text has shadow with #BDE298 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE298.

Preview

Color preview on black background

This text has color #BDE298 on black background.


Color preview on white background

This text has color #BDE298 on white background.


Black color preview on #BDE298 background

This text has black color on #BDE298 background.


White color preview on #BDE298 background

This text has white color on #BDE298 background.


Related colors

Complementary color

Complementary color for #hex is #421D67.


I love getcolorcode.com

Triadic colors

1 #98BDE2 and #E298BD with #BDE298 are triadic colors.

2 #98E2BD and #E2BD98 with #BDE298 are triadic colors.