COLOR #BD90A5

HEX: #BD90A5
RGB: (189,144,165)

Color info

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

RGB color model

#BD90A5 color RGB value is (189,144,165).

  • red value is 189;
  • green value is 144;
  • blue value is 165.
RGB:
(189,144,165)
(74%,56%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 144 of 255 = 56%
B 165 of 255 = 65%

189
144
165

R + G + B ~ 65%. #BD90A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 144 + 165 = 498 (100%)
R 189 of 498 ~ 37.95%
G 144 of 498 ~ 28.92%
B 165 of 498 ~ 33.13%

%37.95
%28.92
%33.13

CMYK color model

#BD90A5 color CMYK value is (0,24,13,26).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 12.70%
  • key color value is 25.88%
CMYK:
(0,24,13,26)
C0M24Y13K26 
(0%,24%,13%,26%)
(0.00/0.24/0.13/0.26)	

CMYK percentages

%0
%23.81
%12.7
%25.88

Codes

Color #BD90A5 in popluar color models

BD90A5
RGB189144165
HSL332°25.42%65.29%
HSB/HSV332°23.81%74.12%
CMYK0.00%23.81%12.70%
25.88%

Color #BD90A5 in popluar number systems.

HEXBD90A5
Decimal189144165
Binary101111011001000010100101
Octal275220245

Shades and tints

Shades of #BD90A5

#BD90A5
(189,144,165)
#AC8396
(172,131,150)
#9B7687
(155,118,135)
#8A6978
(138,105,120)
#795C69
(121,92,105)
#684F5A
(104,79,90)
#57424B
(87,66,75)
#46353C
(70,53,60)
#35282D
(53,40,45)
#241B1E
(36,27,30)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #BD90A5

#BD90A5
(189,144,165)
#C39AAD
(195,154,173)
#C9A4B5
(201,164,181)
#CFAEBD
(207,174,189)
#D5B8C5
(213,184,197)
#DBC2CD
(219,194,205)
#E1CCD5
(225,204,213)
#E7D6DD
(231,214,221)
#EDE0E5
(237,224,229)
#F3EAED
(243,234,237)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD90A5; }

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

This text font color is #BD90A5.


Background Color

.myBgColor { background-color: #BD90A5; }

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

This div background color is #BD90A5.


Border color

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

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

This div border color is #BD90A5.


Opacity

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

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

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

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

This text has shadow with #BD90A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD90A5 on black background.


Color preview on white background

This text has color #BD90A5 on white background.



Black color preview on #BD90A5 background

This text has black color on #BD90A5 background.


White color preview on #BD90A5 background

This text has white color on #BD90A5 background.