COLOR #B4A2C2

HEX: #B4A2C2 RGB: (180,162,194)

Color info

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

RGB color model

#B4A2C2 color RGB value is (180,162,194).

RGB: (180,162,194) (71%, 64%, 76%)

RGB channels and saturation

R 180 of 255 = 71%
G 162 of 255 = 64%
B 194 of 255 = 76%

180
162
194

R + G + B ~ 70%. #B4A2C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 162 + 194 = 536 (100%)
R 180 of 536 ~ 33.58%
G 162 of 536 ~ 30.22%
B 194 of 536 ~ 36.19'%

%33.58
%30.22
%36.19

CMYK color model

#B4A2C2 color CMYK value is (7,16,0,24).

  • cyan value is 7.22%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (7,16,0,24)
C7M16Y0K24 (7%, 16%, 0%, 24%)
(0.07 / 0.16 / 0.00 / 0.24)

CMYK percentages

%7.22
%16.49
%0
%23.92

Codes

Color #B4A2C2 in popluar color models

B4 A2 C2
RGB 180 162 194
HSL 274° 20.78% 69.80%
HSB/HSV 274° 16.49% 76.08%
CMYK 7.22% 16.49% 0.00%
23.92%

Color #B4A2C2 in popluar number systems.

HEX B4 A2 C2
Decimal 180 162 194
Binary 10110100 10100010 11000010
Octal 264 242 302

Shades and tints

Shades of #B4A2C2

#B4A2C2
(180,162,194)
#A494B1
(164,148,177)
#9486A0
(148,134,160)
#84788F
(132,120,143)
#746A7E
(116,106,126)
#645C6D
(100,92,109)
#544E5C
(84,78,92)
#44404B
(68,64,75)
#34323A
(52,50,58)
#242429
(36,36,41)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #B4A2C2

#B4A2C2
(180,162,194)
#BAAAC7
(186,170,199)
#C0B2CC
(192,178,204)
#C6BAD1
(198,186,209)
#CCC2D6
(204,194,214)
#D2CADB
(210,202,219)
#D8D2E0
(216,210,224)
#DEDAE5
(222,218,229)
#E4E2EA
(228,226,234)
#EAEAEF
(234,234,239)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A2C2 color. Also use rgb(180,162,194) instead hex code.

Text Font Color

.myTextColor { color: #B4A2C2; }

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

This text font color is #B4A2C2.

Background Color

.myBgColor { background-color: #B4A2C2; }

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

This div background color is #B4A2C2.

Border color

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

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

This div border color is #B4A2C2.

Opacity

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

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

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

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

This text has shadow with #B4A2C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A2C2.

Preview

Color preview on black background

This text has color #B4A2C2 on black background.


Color preview on white background

This text has color #B4A2C2 on white background.


Black color preview on #B4A2C2 background

This text has black color on #B4A2C2 background.


White color preview on #B4A2C2 background

This text has white color on #B4A2C2 background.


Related colors

Complementary color

Complementary color for #hex is #4B5D3D.


I love getcolorcode.com

Triadic colors

1 #C2B4A2 and #A2C2B4 with #B4A2C2 are triadic colors.

2 #C2A2B4 and #A2B4C2 with #B4A2C2 are triadic colors.