COLOR #BD98AA

HEX: #BD98AA RGB: (189,152,170)

Color info

#BD98AA contains red, green and blue colors in about the same proportion. Web safe color of #BD98AA is #CC9999 (or #C99).

RGB color model

#BD98AA color RGB value is (189,152,170).

RGB: (189,152,170) (74%, 60%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 152 of 255 = 60%
B 170 of 255 = 67%

189
152
170

R + G + B ~ 67%. #BD98AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 152 + 170 = 511 (100%)
R 189 of 511 ~ 36.99%
G 152 of 511 ~ 29.75%
B 170 of 511 ~ 33.27'%

%36.99
%29.75
%33.27

CMYK color model

#BD98AA color CMYK value is (0,20,10,26).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 10.05%
  • key color value is 25.88%

CMYK: (0,20,10,26)
C0M20Y10K26 (0%, 20%, 10%, 26%)
(0.00 / 0.20 / 0.10 / 0.26)

CMYK percentages

%0
%19.58
%10.05
%25.88

Codes

Color #BD98AA in popluar color models

BD 98 AA
RGB 189 152 170
HSL 331° 21.89% 66.86%
HSB/HSV 331° 19.58% 74.12%
CMYK 0.00% 19.58% 10.05%
25.88%

Color #BD98AA in popluar number systems.

HEX BD 98 AA
Decimal 189 152 170
Binary 10111101 10011000 10101010
Octal 275 230 252

Shades and tints

Shades of #BD98AA

#BD98AA
(189,152,170)
#AC8B9B
(172,139,155)
#9B7E8C
(155,126,140)
#8A717D
(138,113,125)
#79646E
(121,100,110)
#68575F
(104,87,95)
#574A50
(87,74,80)
#463D41
(70,61,65)
#353032
(53,48,50)
#242323
(36,35,35)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #BD98AA

#BD98AA
(189,152,170)
#C3A1B1
(195,161,177)
#C9AAB8
(201,170,184)
#CFB3BF
(207,179,191)
#D5BCC6
(213,188,198)
#DBC5CD
(219,197,205)
#E1CED4
(225,206,212)
#E7D7DB
(231,215,219)
#EDE0E2
(237,224,226)
#F3E9E9
(243,233,233)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD98AA; }

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

This text font color is #BD98AA.

Background Color

.myBgColor { background-color: #BD98AA; }

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

This div background color is #BD98AA.

Border color

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

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

This div border color is #BD98AA.

Opacity

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

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

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

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

This text has shadow with #BD98AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD98AA.

Preview

Color preview on black background

This text has color #BD98AA on black background.


Color preview on white background

This text has color #BD98AA on white background.


Black color preview on #BD98AA background

This text has black color on #BD98AA background.


White color preview on #BD98AA background

This text has white color on #BD98AA background.


Related colors

Complementary color

Complementary color for #hex is #426755.


I love getcolorcode.com

Triadic colors

1 #AABD98 and #98AABD with #BD98AA are triadic colors.

2 #AA98BD and #98BDAA with #BD98AA are triadic colors.