COLOR #B2A5DD

HEX: #B2A5DD RGB: (178,165,221)

Color info

#B2A5DD contains red, green and blue colors in about the same proportion. Web safe color of #B2A5DD is #9999CC (or #99C).

RGB color model

#B2A5DD color RGB value is (178,165,221).

RGB: (178,165,221) (70%, 65%, 87%)

RGB channels and saturation

R 178 of 255 = 70%
G 165 of 255 = 65%
B 221 of 255 = 87%

178
165
221

R + G + B ~ 74%. #B2A5DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 165 + 221 = 564 (100%)
R 178 of 564 ~ 31.56%
G 165 of 564 ~ 29.26%
B 221 of 564 ~ 39.18'%

%31.56
%29.26
%39.18

CMYK color model

#B2A5DD color CMYK value is (19,25,0,13).

  • cyan value is 19.46%
  • magenta value is 25.34%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (19,25,0,13)
C19M25Y0K13 (19%, 25%, 0%, 13%)
(0.19 / 0.25 / 0.00 / 0.13)

CMYK percentages

%19.46
%25.34
%0
%13.33

Codes

Color #B2A5DD in popluar color models

B2 A5 DD
RGB 178 165 221
HSL 254° 45.16% 75.69%
HSB/HSV 254° 25.34% 86.67%
CMYK 19.46% 25.34% 0.00%
13.33%

Color #B2A5DD in popluar number systems.

HEX B2 A5 DD
Decimal 178 165 221
Binary 10110010 10100101 11011101
Octal 262 245 335

Shades and tints

Shades of #B2A5DD

#B2A5DD
(178,165,221)
#A296C9
(162,150,201)
#9287B5
(146,135,181)
#8278A1
(130,120,161)
#72698D
(114,105,141)
#625A79
(98,90,121)
#524B65
(82,75,101)
#423C51
(66,60,81)
#322D3D
(50,45,61)
#221E29
(34,30,41)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #B2A5DD

#B2A5DD
(178,165,221)
#B9ADE0
(185,173,224)
#C0B5E3
(192,181,227)
#C7BDE6
(199,189,230)
#CEC5E9
(206,197,233)
#D5CDEC
(213,205,236)
#DCD5EF
(220,213,239)
#E3DDF2
(227,221,242)
#EAE5F5
(234,229,245)
#F1EDF8
(241,237,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A5DD color. Also use rgb(178,165,221) instead hex code.

Text Font Color

.myTextColor { color: #B2A5DD; }

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

This text font color is #B2A5DD.

Background Color

.myBgColor { background-color: #B2A5DD; }

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

This div background color is #B2A5DD.

Border color

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

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

This div border color is #B2A5DD.

Opacity

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

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

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

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

This text has shadow with #B2A5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A5DD.

Preview

Color preview on black background

This text has color #B2A5DD on black background.


Color preview on white background

This text has color #B2A5DD on white background.


Black color preview on #B2A5DD background

This text has black color on #B2A5DD background.


White color preview on #B2A5DD background

This text has white color on #B2A5DD background.


Related colors

Complementary color

Complementary color for #hex is #4D5A22.


I love getcolorcode.com

Triadic colors

1 #DDB2A5 and #A5DDB2 with #B2A5DD are triadic colors.

2 #DDA5B2 and #A5B2DD with #B2A5DD are triadic colors.