COLOR #BDF5A5

HEX: #BDF5A5 RGB: (189,245,165)

Color info

#BDF5A5 contains mainly red and green colors. Web safe color of #BDF5A5 is #CCFF99 (or #CF9).

RGB color model

#BDF5A5 color RGB value is (189,245,165).

RGB: (189,245,165) (74%, 96%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 245 of 255 = 96%
B 165 of 255 = 65%

189
245
165

R + G + B ~ 78%. #BDF5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 245 + 165 = 599 (100%)
R 189 of 599 ~ 31.55%
G 245 of 599 ~ 40.9%
B 165 of 599 ~ 27.55'%

%31.55
%40.9
%27.55

CMYK color model

#BDF5A5 color CMYK value is (23,0,33,4).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 3.92%

CMYK: (23,0,33,4)
C23M0Y33K4 (23%, 0%, 33%, 4%)
(0.23 / 0.00 / 0.33 / 0.04)

CMYK percentages

%22.86
%0
%32.65
%3.92

Codes

Color #BDF5A5 in popluar color models

BD F5 A5
RGB 189 245 165
HSL 102° 80.00% 80.39%
HSB/HSV 102° 32.65% 96.08%
CMYK 22.86% 0.00% 32.65%
3.92%

Color #BDF5A5 in popluar number systems.

HEX BD F5 A5
Decimal 189 245 165
Binary 10111101 11110101 10100101
Octal 275 365 245

Shades and tints

Shades of #BDF5A5

#BDF5A5
(189,245,165)
#ACDF96
(172,223,150)
#9BC987
(155,201,135)
#8AB378
(138,179,120)
#799D69
(121,157,105)
#68875A
(104,135,90)
#57714B
(87,113,75)
#465B3C
(70,91,60)
#35452D
(53,69,45)
#242F1E
(36,47,30)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #BDF5A5

#BDF5A5
(189,245,165)
#C3F5AD
(195,245,173)
#C9F5B5
(201,245,181)
#CFF5BD
(207,245,189)
#D5F5C5
(213,245,197)
#DBF5CD
(219,245,205)
#E1F5D5
(225,245,213)
#E7F5DD
(231,245,221)
#EDF5E5
(237,245,229)
#F3F5ED
(243,245,237)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF5A5 color. Also use rgb(189,245,165) instead hex code.

Text Font Color

.myTextColor { color: #BDF5A5; }

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

This text font color is #BDF5A5.

Background Color

.myBgColor { background-color: #BDF5A5; }

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

This div background color is #BDF5A5.

Border color

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

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

This div border color is #BDF5A5.

Opacity

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

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

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

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

This text has shadow with #BDF5A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF5A5.

Preview

Color preview on black background

This text has color #BDF5A5 on black background.


Color preview on white background

This text has color #BDF5A5 on white background.


Black color preview on #BDF5A5 background

This text has black color on #BDF5A5 background.


White color preview on #BDF5A5 background

This text has white color on #BDF5A5 background.


Related colors

Complementary color

Complementary color for #hex is #420A5A.


I love getcolorcode.com

Triadic colors

1 #A5BDF5 and #F5A5BD with #BDF5A5 are triadic colors.

2 #A5F5BD and #F5BDA5 with #BDF5A5 are triadic colors.