COLOR #B5A2BF

HEX: #B5A2BF RGB: (181,162,191)

Color info

#B5A2BF contains red, green and blue colors in about the same proportion. Web safe color of #B5A2BF is #CC99CC (or #C9C).

RGB color model

#B5A2BF color RGB value is (181,162,191).

RGB: (181,162,191) (71%, 64%, 75%)

RGB channels and saturation

R 181 of 255 = 71%
G 162 of 255 = 64%
B 191 of 255 = 75%

181
162
191

R + G + B ~ 70%. #B5A2BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 162 + 191 = 534 (100%)
R 181 of 534 ~ 33.9%
G 162 of 534 ~ 30.34%
B 191 of 534 ~ 35.77'%

%33.9
%30.34
%35.77

CMYK color model

#B5A2BF color CMYK value is (5,15,0,25).

  • cyan value is 5.24%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (5,15,0,25)
C5M15Y0K25 (5%, 15%, 0%, 25%)
(0.05 / 0.15 / 0.00 / 0.25)

CMYK percentages

%5.24
%15.18
%0
%25.1

Codes

Color #B5A2BF in popluar color models

B5 A2 BF
RGB 181 162 191
HSL 279° 18.47% 69.22%
HSB/HSV 279° 15.18% 74.90%
CMYK 5.24% 15.18% 0.00%
25.10%

Color #B5A2BF in popluar number systems.

HEX B5 A2 BF
Decimal 181 162 191
Binary 10110101 10100010 10111111
Octal 265 242 277

Shades and tints

Shades of #B5A2BF

#B5A2BF
(181,162,191)
#A594AE
(165,148,174)
#95869D
(149,134,157)
#85788C
(133,120,140)
#756A7B
(117,106,123)
#655C6A
(101,92,106)
#554E59
(85,78,89)
#454048
(69,64,72)
#353237
(53,50,55)
#252426
(37,36,38)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #B5A2BF

#B5A2BF
(181,162,191)
#BBAAC4
(187,170,196)
#C1B2C9
(193,178,201)
#C7BACE
(199,186,206)
#CDC2D3
(205,194,211)
#D3CAD8
(211,202,216)
#D9D2DD
(217,210,221)
#DFDAE2
(223,218,226)
#E5E2E7
(229,226,231)
#EBEAEC
(235,234,236)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A2BF color. Also use rgb(181,162,191) instead hex code.

Text Font Color

.myTextColor { color: #B5A2BF; }

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

This text font color is #B5A2BF.

Background Color

.myBgColor { background-color: #B5A2BF; }

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

This div background color is #B5A2BF.

Border color

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

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

This div border color is #B5A2BF.

Opacity

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

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

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

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

This text has shadow with #B5A2BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5A2BF.

Preview

Color preview on black background

This text has color #B5A2BF on black background.


Color preview on white background

This text has color #B5A2BF on white background.


Black color preview on #B5A2BF background

This text has black color on #B5A2BF background.


White color preview on #B5A2BF background

This text has white color on #B5A2BF background.


Related colors

Complementary color

Complementary color for #hex is #4A5D40.


I love getcolorcode.com

Triadic colors

1 #BFB5A2 and #A2BFB5 with #B5A2BF are triadic colors.

2 #BFA2B5 and #A2B5BF with #B5A2BF are triadic colors.