COLOR #B4A2CD

HEX: #B4A2CD RGB: (180,162,205)

Color info

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

RGB color model

#B4A2CD color RGB value is (180,162,205).

RGB: (180,162,205) (71%, 64%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 162 of 255 = 64%
B 205 of 255 = 80%

180
162
205

R + G + B ~ 72%. #B4A2CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 162 + 205 = 547 (100%)
R 180 of 547 ~ 32.91%
G 162 of 547 ~ 29.62%
B 205 of 547 ~ 37.48'%

%32.91
%29.62
%37.48

CMYK color model

#B4A2CD color CMYK value is (12,21,0,20).

  • cyan value is 12.20%
  • magenta value is 20.98%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (12,21,0,20) C12M21Y0K20 (12%,21%,0%,20%) (0.12/0.21/0.00/0.20) 

CMYK percentages

%12.2
%20.98
%0
%19.61

Codes

Color #B4A2CD in popluar color models

B4 A2 CD
RGB 180 162 205
HSL 265° 30.07% 71.96%
HSB/HSV 265° 20.98% 80.39%
CMYK 12.20% 20.98% 0.00%
19.61%

Color #B4A2CD in popluar number systems.

HEX B4 A2 CD
Decimal 180 162 205
Binary 10110100 10100010 11001101
Octal 264 242 315

Shades and tints

Shades of #B4A2CD

#B4A2CD
(180,162,205)
#A494BB
(164,148,187)
#9486A9
(148,134,169)
#847897
(132,120,151)
#746A85
(116,106,133)
#645C73
(100,92,115)
#544E61
(84,78,97)
#44404F
(68,64,79)
#34323D
(52,50,61)
#24242B
(36,36,43)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #B4A2CD

#B4A2CD
(180,162,205)
#BAAAD1
(186,170,209)
#C0B2D5
(192,178,213)
#C6BAD9
(198,186,217)
#CCC2DD
(204,194,221)
#D2CAE1
(210,202,225)
#D8D2E5
(216,210,229)
#DEDAE9
(222,218,233)
#E4E2ED
(228,226,237)
#EAEAF1
(234,234,241)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A2CD color. Also use rgb(180,162,205) instead hex code.

Text Font Color

.myTextColor { color: #B4A2CD; }

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

This text font color is #B4A2CD.

Background Color

.myBgColor { background-color: #B4A2CD; }

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

This div background color is #B4A2CD.

Border color

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

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

This div border color is #B4A2CD.

Opacity

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

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

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

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

This text has shadow with #B4A2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A2CD.

Preview

Color preview on black background

This text has color #B4A2CD on black background.


Color preview on white background

This text has color #B4A2CD on white background.


Black color preview on #B4A2CD background

This text has black color on #B4A2CD background.


White color preview on #B4A2CD background

This text has white color on #B4A2CD background.


Related colors

Complementary color

Complementary color for #hex is #4B5D32.


I love getcolorcode.com

Triadic colors

1 #CDB4A2 and #A2CDB4 with #B4A2CD are triadic colors.

2 #CDA2B4 and #A2B4CD with #B4A2CD are triadic colors.