COLOR #B2A5BB

HEX: #B2A5BB RGB: (178,165,187)

Color info

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

RGB color model

#B2A5BB color RGB value is (178,165,187).

RGB: (178,165,187) (70%, 65%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 165 of 255 = 65%
B 187 of 255 = 73%

178
165
187

R + G + B ~ 69%. #B2A5BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 165 + 187 = 530 (100%)
R 178 of 530 ~ 33.58%
G 165 of 530 ~ 31.13%
B 187 of 530 ~ 35.28'%

%33.58
%31.13
%35.28

CMYK color model

#B2A5BB color CMYK value is (5,12,0,27).

  • cyan value is 4.81%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (5,12,0,27)
C5M12Y0K27 (5%, 12%, 0%, 27%)
(0.05 / 0.12 / 0.00 / 0.27)

CMYK percentages

%4.81
%11.76
%0
%26.67

Codes

Color #B2A5BB in popluar color models

B2 A5 BB
RGB 178 165 187
HSL 275° 13.92% 69.02%
HSB/HSV 275° 11.76% 73.33%
CMYK 4.81% 11.76% 0.00%
26.67%

Color #B2A5BB in popluar number systems.

HEX B2 A5 BB
Decimal 178 165 187
Binary 10110010 10100101 10111011
Octal 262 245 273

Shades and tints

Shades of #B2A5BB

#B2A5BB
(178,165,187)
#A296AA
(162,150,170)
#928799
(146,135,153)
#827888
(130,120,136)
#726977
(114,105,119)
#625A66
(98,90,102)
#524B55
(82,75,85)
#423C44
(66,60,68)
#322D33
(50,45,51)
#221E22
(34,30,34)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #B2A5BB

#B2A5BB
(178,165,187)
#B9ADC1
(185,173,193)
#C0B5C7
(192,181,199)
#C7BDCD
(199,189,205)
#CEC5D3
(206,197,211)
#D5CDD9
(213,205,217)
#DCD5DF
(220,213,223)
#E3DDE5
(227,221,229)
#EAE5EB
(234,229,235)
#F1EDF1
(241,237,241)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A5BB; }

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

This text font color is #B2A5BB.

Background Color

.myBgColor { background-color: #B2A5BB; }

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

This div background color is #B2A5BB.

Border color

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

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

This div border color is #B2A5BB.

Opacity

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

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

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

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

This text has shadow with #B2A5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A5BB.

Preview

Color preview on black background

This text has color #B2A5BB on black background.


Color preview on white background

This text has color #B2A5BB on white background.


Black color preview on #B2A5BB background

This text has black color on #B2A5BB background.


White color preview on #B2A5BB background

This text has white color on #B2A5BB background.


Related colors

Complementary color

Complementary color for #hex is #4D5A44.


I love getcolorcode.com

Triadic colors

1 #BBB2A5 and #A5BBB2 with #B2A5BB are triadic colors.

2 #BBA5B2 and #A5B2BB with #B2A5BB are triadic colors.