COLOR #BDE1B5

HEX: #BDE1B5 RGB: (189,225,181)

Color info

#BDE1B5 contains red, green and blue colors in about the same proportion. Web safe color of #BDE1B5 is #CCCCCC (or #CCC).

RGB color model

#BDE1B5 color RGB value is (189,225,181).

RGB: (189,225,181) (74%, 88%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 225 of 255 = 88%
B 181 of 255 = 71%

189
225
181

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

Portions of RGB colors in percentages

R + G + B = 189 + 225 + 181 = 595 (100%)
R 189 of 595 ~ 31.76%
G 225 of 595 ~ 37.82%
B 181 of 595 ~ 30.42'%

%31.76
%37.82
%30.42

CMYK color model

#BDE1B5 color CMYK value is (16,0,20,12).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 19.56%
  • key color value is 11.76%

CMYK: (16,0,20,12)
C16M0Y20K12 (16%, 0%, 20%, 12%)
(0.16 / 0.00 / 0.20 / 0.12)

CMYK percentages

%16
%0
%19.56
%11.76

Codes

Color #BDE1B5 in popluar color models

BD E1 B5
RGB 189 225 181
HSL 109° 42.31% 79.61%
HSB/HSV 109° 19.56% 88.24%
CMYK 16.00% 0.00% 19.56%
11.76%

Color #BDE1B5 in popluar number systems.

HEX BD E1 B5
Decimal 189 225 181
Binary 10111101 11100001 10110101
Octal 275 341 265

Shades and tints

Shades of #BDE1B5

#BDE1B5
(189,225,181)
#ACCDA5
(172,205,165)
#9BB995
(155,185,149)
#8AA585
(138,165,133)
#799175
(121,145,117)
#687D65
(104,125,101)
#576955
(87,105,85)
#465545
(70,85,69)
#354135
(53,65,53)
#242D25
(36,45,37)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #BDE1B5

#BDE1B5
(189,225,181)
#C3E3BB
(195,227,187)
#C9E5C1
(201,229,193)
#CFE7C7
(207,231,199)
#D5E9CD
(213,233,205)
#DBEBD3
(219,235,211)
#E1EDD9
(225,237,217)
#E7EFDF
(231,239,223)
#EDF1E5
(237,241,229)
#F3F3EB
(243,243,235)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE1B5 color. Also use rgb(189,225,181) instead hex code.

Text Font Color

.myTextColor { color: #BDE1B5; }

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

This text font color is #BDE1B5.

Background Color

.myBgColor { background-color: #BDE1B5; }

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

This div background color is #BDE1B5.

Border color

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

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

This div border color is #BDE1B5.

Opacity

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

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

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

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

This text has shadow with #BDE1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE1B5.

Preview

Color preview on black background

This text has color #BDE1B5 on black background.


Color preview on white background

This text has color #BDE1B5 on white background.


Black color preview on #BDE1B5 background

This text has black color on #BDE1B5 background.


White color preview on #BDE1B5 background

This text has white color on #BDE1B5 background.


Related colors

Complementary color

Complementary color for #hex is #421E4A.


I love getcolorcode.com

Triadic colors

1 #B5BDE1 and #E1B5BD with #BDE1B5 are triadic colors.

2 #B5E1BD and #E1BDB5 with #BDE1B5 are triadic colors.