COLOR #B490AC

HEX: #B490AC RGB: (180,144,172)

Color info

#B490AC contains red, green and blue colors in about the same proportion. Web safe color of #B490AC is #CC9999 (or #C99).

RGB color model

#B490AC color RGB value is (180,144,172).

RGB: (180,144,172) (71%, 56%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 172 of 255 = 67%

180
144
172

R + G + B ~ 65%. #B490AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 144 + 172 = 496 (100%)
R 180 of 496 ~ 36.29%
G 144 of 496 ~ 29.03%
B 172 of 496 ~ 34.68'%

%36.29
%29.03
%34.68

CMYK color model

#B490AC color CMYK value is (0,20,4,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK: (0,20,4,29) C0M20Y4K29 (0%,20%,4%,29%) (0.00/0.20/0.04/0.29) 

CMYK percentages

%0
%20
%4.44
%29.41

Codes

Color #B490AC in popluar color models

B4 90 AC
RGB 180 144 172
HSL 313° 19.35% 63.53%
HSB/HSV 313° 20.00% 70.59%
CMYK 0.00% 20.00% 4.44%
29.41%

Color #B490AC in popluar number systems.

HEX B4 90 AC
Decimal 180 144 172
Binary 10110100 10010000 10101100
Octal 264 220 254

Shades and tints

Shades of #B490AC

#B490AC
(180,144,172)
#A4839D
(164,131,157)
#94768E
(148,118,142)
#84697F
(132,105,127)
#745C70
(116,92,112)
#644F61
(100,79,97)
#544252
(84,66,82)
#443543
(68,53,67)
#342834
(52,40,52)
#241B25
(36,27,37)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #B490AC

#B490AC
(180,144,172)
#BA9AB3
(186,154,179)
#C0A4BA
(192,164,186)
#C6AEC1
(198,174,193)
#CCB8C8
(204,184,200)
#D2C2CF
(210,194,207)
#D8CCD6
(216,204,214)
#DED6DD
(222,214,221)
#E4E0E4
(228,224,228)
#EAEAEB
(234,234,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B490AC color. Also use rgb(180,144,172) instead hex code.

Text Font Color

.myTextColor { color: #B490AC; }

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

This text font color is #B490AC.

Background Color

.myBgColor { background-color: #B490AC; }

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

This div background color is #B490AC.

Border color

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

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

This div border color is #B490AC.

Opacity

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

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

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

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

This text has shadow with #B490AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B490AC.

Preview

Color preview on black background

This text has color #B490AC on black background.


Color preview on white background

This text has color #B490AC on white background.


Black color preview on #B490AC background

This text has black color on #B490AC background.


White color preview on #B490AC background

This text has white color on #B490AC background.


Related colors

Complementary color

Complementary color for #hex is #4B6F53.


I love getcolorcode.com

Triadic colors

1 #ACB490 and #90ACB4 with #B490AC are triadic colors.

2 #AC90B4 and #90B4AC with #B490AC are triadic colors.