COLOR #B9A2DD

HEX: #B9A2DD RGB: (185,162,221)

Color info

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

RGB color model

#B9A2DD color RGB value is (185,162,221).

RGB: (185,162,221) (73%, 64%, 87%)

RGB channels and saturation

R 185 of 255 = 73%
G 162 of 255 = 64%
B 221 of 255 = 87%

185
162
221

R + G + B ~ 75%. #B9A2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 162 + 221 = 568 (100%)
R 185 of 568 ~ 32.57%
G 162 of 568 ~ 28.52%
B 221 of 568 ~ 38.91'%

%32.57
%28.52
%38.91

CMYK color model

#B9A2DD color CMYK value is (16,27,0,13).

  • cyan value is 16.29%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (16,27,0,13) C16M27Y0K13 (16%,27%,0%,13%) (0.16/0.27/0.00/0.13) 

CMYK percentages

%16.29
%26.7
%0
%13.33

Codes

Color #B9A2DD in popluar color models

B9 A2 DD
RGB 185 162 221
HSL 263° 46.46% 75.10%
HSB/HSV 263° 26.70% 86.67%
CMYK 16.29% 26.70% 0.00%
13.33%

Color #B9A2DD in popluar number systems.

HEX B9 A2 DD
Decimal 185 162 221
Binary 10111001 10100010 11011101
Octal 271 242 335

Shades and tints

Shades of #B9A2DD

#B9A2DD
(185,162,221)
#A994C9
(169,148,201)
#9986B5
(153,134,181)
#8978A1
(137,120,161)
#796A8D
(121,106,141)
#695C79
(105,92,121)
#594E65
(89,78,101)
#494051
(73,64,81)
#39323D
(57,50,61)
#292429
(41,36,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #B9A2DD

#B9A2DD
(185,162,221)
#BFAAE0
(191,170,224)
#C5B2E3
(197,178,227)
#CBBAE6
(203,186,230)
#D1C2E9
(209,194,233)
#D7CAEC
(215,202,236)
#DDD2EF
(221,210,239)
#E3DAF2
(227,218,242)
#E9E2F5
(233,226,245)
#EFEAF8
(239,234,248)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A2DD color. Also use rgb(185,162,221) instead hex code.

Text Font Color

.myTextColor { color: #B9A2DD; }

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

This text font color is #B9A2DD.

Background Color

.myBgColor { background-color: #B9A2DD; }

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

This div background color is #B9A2DD.

Border color

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

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

This div border color is #B9A2DD.

Opacity

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

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

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

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

This text has shadow with #B9A2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A2DD.

Preview

Color preview on black background

This text has color #B9A2DD on black background.


Color preview on white background

This text has color #B9A2DD on white background.


Black color preview on #B9A2DD background

This text has black color on #B9A2DD background.


White color preview on #B9A2DD background

This text has white color on #B9A2DD background.


Related colors

Complementary color

Complementary color for #hex is #465D22.


I love getcolorcode.com

Triadic colors

1 #DDB9A2 and #A2DDB9 with #B9A2DD are triadic colors.

2 #DDA2B9 and #A2B9DD with #B9A2DD are triadic colors.