COLOR #B29FBA

HEX: #B29FBA RGB: (178,159,186)

Color info

#B29FBA contains red, green and blue colors in about the same proportion. Web safe color of #B29FBA is #9999CC (or #99C).

RGB color model

#B29FBA color RGB value is (178,159,186).

RGB: (178,159,186) (70%, 62%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 159 of 255 = 62%
B 186 of 255 = 73%

178
159
186

R + G + B ~ 68%. #B29FBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 159 + 186 = 523 (100%)
R 178 of 523 ~ 34.03%
G 159 of 523 ~ 30.4%
B 186 of 523 ~ 35.56'%

%34.03
%30.4
%35.56

CMYK color model

#B29FBA color CMYK value is (4,15,0,27).

  • cyan value is 4.30%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (4,15,0,27)
C4M15Y0K27 (4%, 15%, 0%, 27%)
(0.04 / 0.15 / 0.00 / 0.27)

CMYK percentages

%4.3
%14.52
%0
%27.06

Codes

Color #B29FBA in popluar color models

B2 9F BA
RGB 178 159 186
HSL 282° 16.36% 67.65%
HSB/HSV 282° 14.52% 72.94%
CMYK 4.30% 14.52% 0.00%
27.06%

Color #B29FBA in popluar number systems.

HEX B2 9F BA
Decimal 178 159 186
Binary 10110010 10011111 10111010
Octal 262 237 272

Shades and tints

Shades of #B29FBA

#B29FBA
(178,159,186)
#A291AA
(162,145,170)
#92839A
(146,131,154)
#82758A
(130,117,138)
#72677A
(114,103,122)
#62596A
(98,89,106)
#524B5A
(82,75,90)
#423D4A
(66,61,74)
#322F3A
(50,47,58)
#22212A
(34,33,42)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #B29FBA

#B29FBA
(178,159,186)
#B9A7C0
(185,167,192)
#C0AFC6
(192,175,198)
#C7B7CC
(199,183,204)
#CEBFD2
(206,191,210)
#D5C7D8
(213,199,216)
#DCCFDE
(220,207,222)
#E3D7E4
(227,215,228)
#EADFEA
(234,223,234)
#F1E7F0
(241,231,240)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29FBA color. Also use rgb(178,159,186) instead hex code.

Text Font Color

.myTextColor { color: #B29FBA; }

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

This text font color is #B29FBA.

Background Color

.myBgColor { background-color: #B29FBA; }

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

This div background color is #B29FBA.

Border color

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

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

This div border color is #B29FBA.

Opacity

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

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

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

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

This text has shadow with #B29FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29FBA.

Preview

Color preview on black background

This text has color #B29FBA on black background.


Color preview on white background

This text has color #B29FBA on white background.


Black color preview on #B29FBA background

This text has black color on #B29FBA background.


White color preview on #B29FBA background

This text has white color on #B29FBA background.


Related colors

Complementary color

Complementary color for #hex is #4D6045.


I love getcolorcode.com

Triadic colors

1 #BAB29F and #9FBAB2 with #B29FBA are triadic colors.

2 #BA9FB2 and #9FB2BA with #B29FBA are triadic colors.