COLOR #BD90AB

HEX: #BD90AB RGB: (189,144,171)

Color info

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

RGB color model

#BD90AB color RGB value is (189,144,171).

RGB: (189,144,171) (74%, 56%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 144 of 255 = 56%
B 171 of 255 = 67%

189
144
171

R + G + B ~ 66%. #BD90AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 144 + 171 = 504 (100%)
R 189 of 504 ~ 37.5%
G 144 of 504 ~ 28.57%
B 171 of 504 ~ 33.93'%

%37.5
%28.57
%33.93

CMYK color model

#BD90AB color CMYK value is (0,24,10,26).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 9.52%
  • key color value is 25.88%

CMYK: (0,24,10,26)
C0M24Y10K26 (0%, 24%, 10%, 26%)
(0.00 / 0.24 / 0.10 / 0.26)

CMYK percentages

%0
%23.81
%9.52
%25.88

Codes

Color #BD90AB in popluar color models

BD 90 AB
RGB 189 144 171
HSL 324° 25.42% 65.29%
HSB/HSV 324° 23.81% 74.12%
CMYK 0.00% 23.81% 9.52%
25.88%

Color #BD90AB in popluar number systems.

HEX BD 90 AB
Decimal 189 144 171
Binary 10111101 10010000 10101011
Octal 275 220 253

Shades and tints

Shades of #BD90AB

#BD90AB
(189,144,171)
#AC839C
(172,131,156)
#9B768D
(155,118,141)
#8A697E
(138,105,126)
#795C6F
(121,92,111)
#684F60
(104,79,96)
#574251
(87,66,81)
#463542
(70,53,66)
#352833
(53,40,51)
#241B24
(36,27,36)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #BD90AB

#BD90AB
(189,144,171)
#C39AB2
(195,154,178)
#C9A4B9
(201,164,185)
#CFAEC0
(207,174,192)
#D5B8C7
(213,184,199)
#DBC2CE
(219,194,206)
#E1CCD5
(225,204,213)
#E7D6DC
(231,214,220)
#EDE0E3
(237,224,227)
#F3EAEA
(243,234,234)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD90AB; }

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

This text font color is #BD90AB.

Background Color

.myBgColor { background-color: #BD90AB; }

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

This div background color is #BD90AB.

Border color

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

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

This div border color is #BD90AB.

Opacity

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

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

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

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

This text has shadow with #BD90AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD90AB.

Preview

Color preview on black background

This text has color #BD90AB on black background.


Color preview on white background

This text has color #BD90AB on white background.


Black color preview on #BD90AB background

This text has black color on #BD90AB background.


White color preview on #BD90AB background

This text has white color on #BD90AB background.


Related colors

Complementary color

Complementary color for #hex is #426F54.


I love getcolorcode.com

Triadic colors

1 #ABBD90 and #90ABBD with #BD90AB are triadic colors.

2 #AB90BD and #90BDAB with #BD90AB are triadic colors.