COLOR #BDF2B4

HEX: #BDF2B4 RGB: (189,242,180)

Color info

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

RGB color model

#BDF2B4 color RGB value is (189,242,180).

RGB: (189,242,180) (74%, 95%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 242 of 255 = 95%
B 180 of 255 = 71%

189
242
180

R + G + B ~ 80%. #BDF2B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 242 + 180 = 611 (100%)
R 189 of 611 ~ 30.93%
G 242 of 611 ~ 39.61%
B 180 of 611 ~ 29.46'%

%30.93
%39.61
%29.46

CMYK color model

#BDF2B4 color CMYK value is (22,0,26,5).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 25.62%
  • key color value is 5.10%

CMYK: (22,0,26,5)
C22M0Y26K5 (22%, 0%, 26%, 5%)
(0.22 / 0.00 / 0.26 / 0.05)

CMYK percentages

%21.9
%0
%25.62
%5.1

Codes

Color #BDF2B4 in popluar color models

BD F2 B4
RGB 189 242 180
HSL 111° 70.45% 82.75%
HSB/HSV 111° 25.62% 94.90%
CMYK 21.90% 0.00% 25.62%
5.10%

Color #BDF2B4 in popluar number systems.

HEX BD F2 B4
Decimal 189 242 180
Binary 10111101 11110010 10110100
Octal 275 362 264

Shades and tints

Shades of #BDF2B4

#BDF2B4
(189,242,180)
#ACDCA4
(172,220,164)
#9BC694
(155,198,148)
#8AB084
(138,176,132)
#799A74
(121,154,116)
#688464
(104,132,100)
#576E54
(87,110,84)
#465844
(70,88,68)
#354234
(53,66,52)
#242C24
(36,44,36)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #BDF2B4

#BDF2B4
(189,242,180)
#C3F3BA
(195,243,186)
#C9F4C0
(201,244,192)
#CFF5C6
(207,245,198)
#D5F6CC
(213,246,204)
#DBF7D2
(219,247,210)
#E1F8D8
(225,248,216)
#E7F9DE
(231,249,222)
#EDFAE4
(237,250,228)
#F3FBEA
(243,251,234)
#F9FCF0
(249,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF2B4 color. Also use rgb(189,242,180) instead hex code.

Text Font Color

.myTextColor { color: #BDF2B4; }

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

This text font color is #BDF2B4.

Background Color

.myBgColor { background-color: #BDF2B4; }

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

This div background color is #BDF2B4.

Border color

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

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

This div border color is #BDF2B4.

Opacity

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

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

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

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

This text has shadow with #BDF2B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF2B4.

Preview

Color preview on black background

This text has color #BDF2B4 on black background.


Color preview on white background

This text has color #BDF2B4 on white background.


Black color preview on #BDF2B4 background

This text has black color on #BDF2B4 background.


White color preview on #BDF2B4 background

This text has white color on #BDF2B4 background.


Related colors

Complementary color

Complementary color for #hex is #420D4B.


I love getcolorcode.com

Triadic colors

1 #B4BDF2 and #F2B4BD with #BDF2B4 are triadic colors.

2 #B4F2BD and #F2BDB4 with #BDF2B4 are triadic colors.