COLOR #BAEDBD

HEX: #BAEDBD RGB: (186,237,189)

Color info

#BAEDBD contains red, green and blue colors in about the same proportion. Web safe color of #BAEDBD is #CCFFCC (or #CFC).

RGB color model

#BAEDBD color RGB value is (186,237,189).

RGB: (186,237,189) (73%, 93%, 74%)

RGB channels and saturation

R 186 of 255 = 73%
G 237 of 255 = 93%
B 189 of 255 = 74%

186
237
189

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

Portions of RGB colors in percentages

R + G + B = 186 + 237 + 189 = 612 (100%)
R 186 of 612 ~ 30.39%
G 237 of 612 ~ 38.73%
B 189 of 612 ~ 30.88'%

%30.39
%38.73
%30.88

CMYK color model

#BAEDBD color CMYK value is (22,0,20,7).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 7.06%

CMYK: (22,0,20,7)
C22M0Y20K7 (22%, 0%, 20%, 7%)
(0.22 / 0.00 / 0.20 / 0.07)

CMYK percentages

%21.52
%0
%20.25
%7.06

Codes

Color #BAEDBD in popluar color models

BA ED BD
RGB 186 237 189
HSL 124° 58.62% 82.94%
HSB/HSV 124° 21.52% 92.94%
CMYK 21.52% 0.00% 20.25%
7.06%

Color #BAEDBD in popluar number systems.

HEX BA ED BD
Decimal 186 237 189
Binary 10111010 11101101 10111101
Octal 272 355 275

Shades and tints

Shades of #BAEDBD

#BAEDBD
(186,237,189)
#AAD8AC
(170,216,172)
#9AC39B
(154,195,155)
#8AAE8A
(138,174,138)
#7A9979
(122,153,121)
#6A8468
(106,132,104)
#5A6F57
(90,111,87)
#4A5A46
(74,90,70)
#3A4535
(58,69,53)
#2A3024
(42,48,36)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #BAEDBD

#BAEDBD
(186,237,189)
#C0EEC3
(192,238,195)
#C6EFC9
(198,239,201)
#CCF0CF
(204,240,207)
#D2F1D5
(210,241,213)
#D8F2DB
(216,242,219)
#DEF3E1
(222,243,225)
#E4F4E7
(228,244,231)
#EAF5ED
(234,245,237)
#F0F6F3
(240,246,243)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEDBD color. Also use rgb(186,237,189) instead hex code.

Text Font Color

.myTextColor { color: #BAEDBD; }

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

This text font color is #BAEDBD.

Background Color

.myBgColor { background-color: #BAEDBD; }

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

This div background color is #BAEDBD.

Border color

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

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

This div border color is #BAEDBD.

Opacity

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

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

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

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

This text has shadow with #BAEDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAEDBD.

Preview

Color preview on black background

This text has color #BAEDBD on black background.


Color preview on white background

This text has color #BAEDBD on white background.


Black color preview on #BAEDBD background

This text has black color on #BAEDBD background.


White color preview on #BAEDBD background

This text has white color on #BAEDBD background.


Related colors

Complementary color

Complementary color for #hex is #451242.


I love getcolorcode.com

Triadic colors

1 #BDBAED and #EDBDBA with #BAEDBD are triadic colors.

2 #BDEDBA and #EDBABD with #BAEDBD are triadic colors.