COLOR #BD95AB

HEX: #BD95AB
RGB: (189,149,171)

Color info

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

RGB color model

#BD95AB color RGB value is (189,149,171).

  • red value is 189;
  • green value is 149;
  • blue value is 171.
RGB:
(189,149,171)
(74%,58%,67%)

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 171 of 255 = 67%

189
149
171

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

Portions of RGB colors in percentages

R + G + B =
189 + 149 + 171 = 509 (100%)
R 189 of 509 ~ 37.13%
G 149 of 509 ~ 29.27%
B 171 of 509 ~ 33.6%

%37.13
%29.27
%33.6

CMYK color model

#BD95AB color CMYK value is (0,21,10,26).

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 9.52%
  • key color value is 25.88%
CMYK:
(0,21,10,26)
C0M21Y10K26 
(0%,21%,10%,26%)
(0.00/0.21/0.10/0.26)	

CMYK percentages

%0
%21.16
%9.52
%25.88

Codes

Color #BD95AB in popluar color models

BD95AB
RGB189149171
HSL327°23.26%66.27%
HSB/HSV327°21.16%74.12%
CMYK0.00%21.16%9.52%
25.88%

Color #BD95AB in popluar number systems.

HEXBD95AB
Decimal189149171
Binary101111011001010110101011
Octal275225253

Shades and tints

Shades of #BD95AB

#BD95AB
(189,149,171)
#AC889C
(172,136,156)
#9B7B8D
(155,123,141)
#8A6E7E
(138,110,126)
#79616F
(121,97,111)
#685460
(104,84,96)
#574751
(87,71,81)
#463A42
(70,58,66)
#352D33
(53,45,51)
#242024
(36,32,36)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #BD95AB

#BD95AB
(189,149,171)
#C39EB2
(195,158,178)
#C9A7B9
(201,167,185)
#CFB0C0
(207,176,192)
#D5B9C7
(213,185,199)
#DBC2CE
(219,194,206)
#E1CBD5
(225,203,213)
#E7D4DC
(231,212,220)
#EDDDE3
(237,221,227)
#F3E6EA
(243,230,234)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD95AB; }

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

This text font color is #BD95AB.


Background Color

.myBgColor { background-color: #BD95AB; }

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

This div background color is #BD95AB.


Border color

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

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

This div border color is #BD95AB.


Opacity

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

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

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

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

This text has shadow with #BD95AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD95AB on black background.


Color preview on white background

This text has color #BD95AB on white background.



Black color preview on #BD95AB background

This text has black color on #BD95AB background.


White color preview on #BD95AB background

This text has white color on #BD95AB background.