COLOR #B5A9E2

HEX: #B5A9E2 RGB: (181,169,226)

Color info

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

RGB color model

#B5A9E2 color RGB value is (181,169,226).

RGB: (181,169,226) (71%, 66%, 89%)

RGB channels and saturation

R 181 of 255 = 71%
G 169 of 255 = 66%
B 226 of 255 = 89%

181
169
226

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

Portions of RGB colors in percentages

R + G + B = 181 + 169 + 226 = 576 (100%)
R 181 of 576 ~ 31.42%
G 169 of 576 ~ 29.34%
B 226 of 576 ~ 39.24'%

%31.42
%29.34
%39.24

CMYK color model

#B5A9E2 color CMYK value is (20,25,0,11).

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

CMYK: (20,25,0,11)
C20M25Y0K11 (20%, 25%, 0%, 11%)
(0.20 / 0.25 / 0.00 / 0.11)

CMYK percentages

%19.91
%25.22
%0
%11.37

Codes

Color #B5A9E2 in popluar color models

B5 A9 E2
RGB 181 169 226
HSL 253° 49.57% 77.45%
HSB/HSV 253° 25.22% 88.63%
CMYK 19.91% 25.22% 0.00%
11.37%

Color #B5A9E2 in popluar number systems.

HEX B5 A9 E2
Decimal 181 169 226
Binary 10110101 10101001 11100010
Octal 265 251 342

Shades and tints

Shades of #B5A9E2

#B5A9E2
(181,169,226)
#A59ACE
(165,154,206)
#958BBA
(149,139,186)
#857CA6
(133,124,166)
#756D92
(117,109,146)
#655E7E
(101,94,126)
#554F6A
(85,79,106)
#454056
(69,64,86)
#353142
(53,49,66)
#25222E
(37,34,46)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #B5A9E2

#B5A9E2
(181,169,226)
#BBB0E4
(187,176,228)
#C1B7E6
(193,183,230)
#C7BEE8
(199,190,232)
#CDC5EA
(205,197,234)
#D3CCEC
(211,204,236)
#D9D3EE
(217,211,238)
#DFDAF0
(223,218,240)
#E5E1F2
(229,225,242)
#EBE8F4
(235,232,244)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A9E2; }

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

This text font color is #B5A9E2.

Background Color

.myBgColor { background-color: #B5A9E2; }

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

This div background color is #B5A9E2.

Border color

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

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

This div border color is #B5A9E2.

Opacity

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

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

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

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

This text has shadow with #B5A9E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5A9E2.

Preview

Color preview on black background

This text has color #B5A9E2 on black background.


Color preview on white background

This text has color #B5A9E2 on white background.


Black color preview on #B5A9E2 background

This text has black color on #B5A9E2 background.


White color preview on #B5A9E2 background

This text has white color on #B5A9E2 background.


Related colors

Complementary color

Complementary color for #hex is #4A561D.


I love getcolorcode.com

Triadic colors

1 #E2B5A9 and #A9E2B5 with #B5A9E2 are triadic colors.

2 #E2A9B5 and #A9B5E2 with #B5A9E2 are triadic colors.