COLOR #B5A2CC

HEX: #B5A2CC RGB: (181,162,204)

Color info

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

RGB color model

#B5A2CC color RGB value is (181,162,204).

RGB: (181,162,204) (71%, 64%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 162 of 255 = 64%
B 204 of 255 = 80%

181
162
204

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

Portions of RGB colors in percentages

R + G + B = 181 + 162 + 204 = 547 (100%)
R 181 of 547 ~ 33.09%
G 162 of 547 ~ 29.62%
B 204 of 547 ~ 37.29'%

%33.09
%29.62
%37.29

CMYK color model

#B5A2CC color CMYK value is (11,21,0,20).

  • cyan value is 11.27%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (11,21,0,20) C11M21Y0K20 (11%,21%,0%,20%) (0.11/0.21/0.00/0.20) 

CMYK percentages

%11.27
%20.59
%0
%20

Codes

Color #B5A2CC in popluar color models

B5 A2 CC
RGB 181 162 204
HSL 267° 29.17% 71.76%
HSB/HSV 267° 20.59% 80.00%
CMYK 11.27% 20.59% 0.00%
20.00%

Color #B5A2CC in popluar number systems.

HEX B5 A2 CC
Decimal 181 162 204
Binary 10110101 10100010 11001100
Octal 265 242 314

Shades and tints

Shades of #B5A2CC

#B5A2CC
(181,162,204)
#A594BA
(165,148,186)
#9586A8
(149,134,168)
#857896
(133,120,150)
#756A84
(117,106,132)
#655C72
(101,92,114)
#554E60
(85,78,96)
#45404E
(69,64,78)
#35323C
(53,50,60)
#25242A
(37,36,42)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #B5A2CC

#B5A2CC
(181,162,204)
#BBAAD0
(187,170,208)
#C1B2D4
(193,178,212)
#C7BAD8
(199,186,216)
#CDC2DC
(205,194,220)
#D3CAE0
(211,202,224)
#D9D2E4
(217,210,228)
#DFDAE8
(223,218,232)
#E5E2EC
(229,226,236)
#EBEAF0
(235,234,240)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A2CC; }

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

This text font color is #B5A2CC.

Background Color

.myBgColor { background-color: #B5A2CC; }

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

This div background color is #B5A2CC.

Border color

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

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

This div border color is #B5A2CC.

Opacity

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

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

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

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

This text has shadow with #B5A2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5A2CC.

Preview

Color preview on black background

This text has color #B5A2CC on black background.


Color preview on white background

This text has color #B5A2CC on white background.


Black color preview on #B5A2CC background

This text has black color on #B5A2CC background.


White color preview on #B5A2CC background

This text has white color on #B5A2CC background.


Related colors

Complementary color

Complementary color for #hex is #4A5D33.


I love getcolorcode.com

Triadic colors

1 #CCB5A2 and #A2CCB5 with #B5A2CC are triadic colors.

2 #CCA2B5 and #A2B5CC with #B5A2CC are triadic colors.