COLOR #BDCEAB

HEX: #BDCEAB RGB: (189,206,171)

Color info

#BDCEAB contains red, green and blue colors in about the same proportion. Web safe color of #BDCEAB is #CCCC99 (or #CC9).

RGB color model

#BDCEAB color RGB value is (189,206,171).

RGB: (189,206,171) (74%, 81%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 171 of 255 = 67%

189
206
171

R + G + B ~ 74%. #BDCEAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 206 + 171 = 566 (100%)
R 189 of 566 ~ 33.39%
G 206 of 566 ~ 36.4%
B 171 of 566 ~ 30.21'%

%33.39
%36.4
%30.21

CMYK color model

#BDCEAB color CMYK value is (8,0,17,19).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 19.22%

CMYK: (8,0,17,19)
C8M0Y17K19 (8%, 0%, 17%, 19%)
(0.08 / 0.00 / 0.17 / 0.19)

CMYK percentages

%8.25
%0
%16.99
%19.22

Codes

Color #BDCEAB in popluar color models

BD CE AB
RGB 189 206 171
HSL 89° 26.32% 73.92%
HSB/HSV 89° 16.99% 80.78%
CMYK 8.25% 0.00% 16.99%
19.22%

Color #BDCEAB in popluar number systems.

HEX BD CE AB
Decimal 189 206 171
Binary 10111101 11001110 10101011
Octal 275 316 253

Shades and tints

Shades of #BDCEAB

#BDCEAB
(189,206,171)
#ACBC9C
(172,188,156)
#9BAA8D
(155,170,141)
#8A987E
(138,152,126)
#79866F
(121,134,111)
#687460
(104,116,96)
#576251
(87,98,81)
#465042
(70,80,66)
#353E33
(53,62,51)
#242C24
(36,44,36)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #BDCEAB

#BDCEAB
(189,206,171)
#C3D2B2
(195,210,178)
#C9D6B9
(201,214,185)
#CFDAC0
(207,218,192)
#D5DEC7
(213,222,199)
#DBE2CE
(219,226,206)
#E1E6D5
(225,230,213)
#E7EADC
(231,234,220)
#EDEEE3
(237,238,227)
#F3F2EA
(243,242,234)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCEAB color. Also use rgb(189,206,171) instead hex code.

Text Font Color

.myTextColor { color: #BDCEAB; }

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

This text font color is #BDCEAB.

Background Color

.myBgColor { background-color: #BDCEAB; }

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

This div background color is #BDCEAB.

Border color

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

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

This div border color is #BDCEAB.

Opacity

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

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

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

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

This text has shadow with #BDCEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCEAB.

Preview

Color preview on black background

This text has color #BDCEAB on black background.


Color preview on white background

This text has color #BDCEAB on white background.


Black color preview on #BDCEAB background

This text has black color on #BDCEAB background.


White color preview on #BDCEAB background

This text has white color on #BDCEAB background.


Related colors

Complementary color

Complementary color for #hex is #423154.


I love getcolorcode.com

Triadic colors

1 #ABBDCE and #CEABBD with #BDCEAB are triadic colors.

2 #ABCEBD and #CEBDAB with #BDCEAB are triadic colors.