COLOR #BDCAAA

HEX: #BDCAAA RGB: (189,202,170)

Color info

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

RGB color model

#BDCAAA color RGB value is (189,202,170).

RGB: (189,202,170) (74%, 79%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 202 of 255 = 79%
B 170 of 255 = 67%

189
202
170

R + G + B ~ 73%. #BDCAAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 202 + 170 = 561 (100%)
R 189 of 561 ~ 33.69%
G 202 of 561 ~ 36.01%
B 170 of 561 ~ 30.3'%

%33.69
%36.01
%30.3

CMYK color model

#BDCAAA color CMYK value is (6,0,16,21).

  • cyan value is 6.44%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 20.78%

CMYK: (6,0,16,21)
C6M0Y16K21 (6%, 0%, 16%, 21%)
(0.06 / 0.00 / 0.16 / 0.21)

CMYK percentages

%6.44
%0
%15.84
%20.78

Codes

Color #BDCAAA in popluar color models

BD CA AA
RGB 189 202 170
HSL 84° 23.19% 72.94%
HSB/HSV 84° 15.84% 79.22%
CMYK 6.44% 0.00% 15.84%
20.78%

Color #BDCAAA in popluar number systems.

HEX BD CA AA
Decimal 189 202 170
Binary 10111101 11001010 10101010
Octal 275 312 252

Shades and tints

Shades of #BDCAAA

#BDCAAA
(189,202,170)
#ACB89B
(172,184,155)
#9BA68C
(155,166,140)
#8A947D
(138,148,125)
#79826E
(121,130,110)
#68705F
(104,112,95)
#575E50
(87,94,80)
#464C41
(70,76,65)
#353A32
(53,58,50)
#242823
(36,40,35)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #BDCAAA

#BDCAAA
(189,202,170)
#C3CEB1
(195,206,177)
#C9D2B8
(201,210,184)
#CFD6BF
(207,214,191)
#D5DAC6
(213,218,198)
#DBDECD
(219,222,205)
#E1E2D4
(225,226,212)
#E7E6DB
(231,230,219)
#EDEAE2
(237,234,226)
#F3EEE9
(243,238,233)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCAAA color. Also use rgb(189,202,170) instead hex code.

Text Font Color

.myTextColor { color: #BDCAAA; }

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

This text font color is #BDCAAA.

Background Color

.myBgColor { background-color: #BDCAAA; }

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

This div background color is #BDCAAA.

Border color

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

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

This div border color is #BDCAAA.

Opacity

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

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

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

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

This text has shadow with #BDCAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCAAA.

Preview

Color preview on black background

This text has color #BDCAAA on black background.


Color preview on white background

This text has color #BDCAAA on white background.


Black color preview on #BDCAAA background

This text has black color on #BDCAAA background.


White color preview on #BDCAAA background

This text has white color on #BDCAAA background.


Related colors

Complementary color

Complementary color for #hex is #423555.


I love getcolorcode.com

Triadic colors

1 #AABDCA and #CAAABD with #BDCAAA are triadic colors.

2 #AACABD and #CABDAA with #BDCAAA are triadic colors.