COLOR #BDEAC0

HEX: #BDEAC0 RGB: (189,234,192)

Color info

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

RGB color model

#BDEAC0 color RGB value is (189,234,192).

RGB: (189,234,192) (74%, 92%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 234 of 255 = 92%
B 192 of 255 = 75%

189
234
192

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

Portions of RGB colors in percentages

R + G + B = 189 + 234 + 192 = 615 (100%)
R 189 of 615 ~ 30.73%
G 234 of 615 ~ 38.05%
B 192 of 615 ~ 31.22'%

%30.73
%38.05
%31.22

CMYK color model

#BDEAC0 color CMYK value is (19,0,18,8).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 8.24%
CMYK: (19,0,18,8) C19M0Y18K8 (19%,0%,18%,8%) (0.19/0.00/0.18/0.08) 

CMYK percentages

%19.23
%0
%17.95
%8.24

Codes

Color #BDEAC0 in popluar color models

BD EA C0
RGB 189 234 192
HSL 124° 51.72% 82.94%
HSB/HSV 124° 19.23% 91.76%
CMYK 19.23% 0.00% 17.95%
8.24%

Color #BDEAC0 in popluar number systems.

HEX BD EA C0
Decimal 189 234 192
Binary 10111101 11101010 11000000
Octal 275 352 300

Shades and tints

Shades of #BDEAC0

#BDEAC0
(189,234,192)
#ACD5AF
(172,213,175)
#9BC09E
(155,192,158)
#8AAB8D
(138,171,141)
#79967C
(121,150,124)
#68816B
(104,129,107)
#576C5A
(87,108,90)
#465749
(70,87,73)
#354238
(53,66,56)
#242D27
(36,45,39)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #BDEAC0

#BDEAC0
(189,234,192)
#C3EBC5
(195,235,197)
#C9ECCA
(201,236,202)
#CFEDCF
(207,237,207)
#D5EED4
(213,238,212)
#DBEFD9
(219,239,217)
#E1F0DE
(225,240,222)
#E7F1E3
(231,241,227)
#EDF2E8
(237,242,232)
#F3F3ED
(243,243,237)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEAC0 color. Also use rgb(189,234,192) instead hex code.

Text Font Color

.myTextColor { color: #BDEAC0; }

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

This text font color is #BDEAC0.

Background Color

.myBgColor { background-color: #BDEAC0; }

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

This div background color is #BDEAC0.

Border color

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

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

This div border color is #BDEAC0.

Opacity

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

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

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

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

This text has shadow with #BDEAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEAC0.

Preview

Color preview on black background

This text has color #BDEAC0 on black background.


Color preview on white background

This text has color #BDEAC0 on white background.


Black color preview on #BDEAC0 background

This text has black color on #BDEAC0 background.


White color preview on #BDEAC0 background

This text has white color on #BDEAC0 background.


Related colors

Complementary color

Complementary color for #hex is #42153F.


I love getcolorcode.com

Triadic colors

1 #C0BDEA and #EAC0BD with #BDEAC0 are triadic colors.

2 #C0EABD and #EABDC0 with #BDEAC0 are triadic colors.