COLOR #B2A4BC

HEX: #B2A4BC RGB: (178,164,188)

Color info

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

RGB color model

#B2A4BC color RGB value is (178,164,188).

RGB: (178,164,188) (70%, 64%, 74%)

RGB channels and saturation

R 178 of 255 = 70%
G 164 of 255 = 64%
B 188 of 255 = 74%

178
164
188

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

Portions of RGB colors in percentages

R + G + B = 178 + 164 + 188 = 530 (100%)
R 178 of 530 ~ 33.58%
G 164 of 530 ~ 30.94%
B 188 of 530 ~ 35.47'%

%33.58
%30.94
%35.47

CMYK color model

#B2A4BC color CMYK value is (5,13,0,26).

  • cyan value is 5.32%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (5,13,0,26)
C5M13Y0K26 (5%, 13%, 0%, 26%)
(0.05 / 0.13 / 0.00 / 0.26)

CMYK percentages

%5.32
%12.77
%0
%26.27

Codes

Color #B2A4BC in popluar color models

B2 A4 BC
RGB 178 164 188
HSL 275° 15.19% 69.02%
HSB/HSV 275° 12.77% 73.73%
CMYK 5.32% 12.77% 0.00%
26.27%

Color #B2A4BC in popluar number systems.

HEX B2 A4 BC
Decimal 178 164 188
Binary 10110010 10100100 10111100
Octal 262 244 274

Shades and tints

Shades of #B2A4BC

#B2A4BC
(178,164,188)
#A296AB
(162,150,171)
#92889A
(146,136,154)
#827A89
(130,122,137)
#726C78
(114,108,120)
#625E67
(98,94,103)
#525056
(82,80,86)
#424245
(66,66,69)
#323434
(50,52,52)
#222623
(34,38,35)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #B2A4BC

#B2A4BC
(178,164,188)
#B9ACC2
(185,172,194)
#C0B4C8
(192,180,200)
#C7BCCE
(199,188,206)
#CEC4D4
(206,196,212)
#D5CCDA
(213,204,218)
#DCD4E0
(220,212,224)
#E3DCE6
(227,220,230)
#EAE4EC
(234,228,236)
#F1ECF2
(241,236,242)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A4BC color. Also use rgb(178,164,188) instead hex code.

Text Font Color

.myTextColor { color: #B2A4BC; }

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

This text font color is #B2A4BC.

Background Color

.myBgColor { background-color: #B2A4BC; }

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

This div background color is #B2A4BC.

Border color

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

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

This div border color is #B2A4BC.

Opacity

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

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

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

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

This text has shadow with #B2A4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A4BC.

Preview

Color preview on black background

This text has color #B2A4BC on black background.


Color preview on white background

This text has color #B2A4BC on white background.


Black color preview on #B2A4BC background

This text has black color on #B2A4BC background.


White color preview on #B2A4BC background

This text has white color on #B2A4BC background.


Related colors

Complementary color

Complementary color for #hex is #4D5B43.


I love getcolorcode.com

Triadic colors

1 #BCB2A4 and #A4BCB2 with #B2A4BC are triadic colors.

2 #BCA4B2 and #A4B2BC with #B2A4BC are triadic colors.