COLOR #B5A5E2

HEX: #B5A5E2 RGB: (181,165,226)

Color info

#B5A5E2 contains mainly red and blue colors. Web safe color of #B5A5E2 is #CC99CC (or #C9C).

RGB color model

#B5A5E2 color RGB value is (181,165,226).

RGB: (181,165,226) (71%, 65%, 89%)

RGB channels and saturation

R 181 of 255 = 71%
G 165 of 255 = 65%
B 226 of 255 = 89%

181
165
226

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

Portions of RGB colors in percentages

R + G + B = 181 + 165 + 226 = 572 (100%)
R 181 of 572 ~ 31.64%
G 165 of 572 ~ 28.85%
B 226 of 572 ~ 39.51'%

%31.64
%28.85
%39.51

CMYK color model

#B5A5E2 color CMYK value is (20,27,0,11).

  • cyan value is 19.91%
  • magenta value is 26.99%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (20,27,0,11)
C20M27Y0K11 (20%, 27%, 0%, 11%)
(0.20 / 0.27 / 0.00 / 0.11)

CMYK percentages

%19.91
%26.99
%0
%11.37

Codes

Color #B5A5E2 in popluar color models

B5 A5 E2
RGB 181 165 226
HSL 256° 51.26% 76.67%
HSB/HSV 256° 26.99% 88.63%
CMYK 19.91% 26.99% 0.00%
11.37%

Color #B5A5E2 in popluar number systems.

HEX B5 A5 E2
Decimal 181 165 226
Binary 10110101 10100101 11100010
Octal 265 245 342

Shades and tints

Shades of #B5A5E2

#B5A5E2
(181,165,226)
#A596CE
(165,150,206)
#9587BA
(149,135,186)
#8578A6
(133,120,166)
#756992
(117,105,146)
#655A7E
(101,90,126)
#554B6A
(85,75,106)
#453C56
(69,60,86)
#352D42
(53,45,66)
#251E2E
(37,30,46)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #B5A5E2

#B5A5E2
(181,165,226)
#BBADE4
(187,173,228)
#C1B5E6
(193,181,230)
#C7BDE8
(199,189,232)
#CDC5EA
(205,197,234)
#D3CDEC
(211,205,236)
#D9D5EE
(217,213,238)
#DFDDF0
(223,221,240)
#E5E5F2
(229,229,242)
#EBEDF4
(235,237,244)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A5E2 color. Also use rgb(181,165,226) instead hex code.

Text Font Color

.myTextColor { color: #B5A5E2; }

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

This text font color is #B5A5E2.

Background Color

.myBgColor { background-color: #B5A5E2; }

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

This div background color is #B5A5E2.

Border color

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

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

This div border color is #B5A5E2.

Opacity

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

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

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

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

This text has shadow with #B5A5E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5A5E2.

Preview

Color preview on black background

This text has color #B5A5E2 on black background.


Color preview on white background

This text has color #B5A5E2 on white background.


Black color preview on #B5A5E2 background

This text has black color on #B5A5E2 background.


White color preview on #B5A5E2 background

This text has white color on #B5A5E2 background.


Related colors

Complementary color

Complementary color for #hex is #4A5A1D.


I love getcolorcode.com

Triadic colors

1 #E2B5A5 and #A5E2B5 with #B5A5E2 are triadic colors.

2 #E2A5B5 and #A5B5E2 with #B5A5E2 are triadic colors.