COLOR #B488AA

HEX: #B488AA RGB: (180,136,170)

Color info

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

RGB color model

#B488AA color RGB value is (180,136,170).

RGB: (180,136,170) (71%, 53%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 170 of 255 = 67%

180
136
170

R + G + B ~ 64%. #B488AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 136 + 170 = 486 (100%)
R 180 of 486 ~ 37.04%
G 136 of 486 ~ 27.98%
B 170 of 486 ~ 34.98'%

%37.04
%27.98
%34.98

CMYK color model

#B488AA color CMYK value is (0,24,6,29).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 5.56%
  • key color value is 29.41%

CMYK: (0,24,6,29)
C0M24Y6K29 (0%, 24%, 6%, 29%)
(0.00 / 0.24 / 0.06 / 0.29)

CMYK percentages

%0
%24.44
%5.56
%29.41

Codes

Color #B488AA in popluar color models

B4 88 AA
RGB 180 136 170
HSL 314° 22.68% 61.96%
HSB/HSV 314° 24.44% 70.59%
CMYK 0.00% 24.44% 5.56%
29.41%

Color #B488AA in popluar number systems.

HEX B4 88 AA
Decimal 180 136 170
Binary 10110100 10001000 10101010
Octal 264 210 252

Shades and tints

Shades of #B488AA

#B488AA
(180,136,170)
#A47C9B
(164,124,155)
#94708C
(148,112,140)
#84647D
(132,100,125)
#74586E
(116,88,110)
#644C5F
(100,76,95)
#544050
(84,64,80)
#443441
(68,52,65)
#342832
(52,40,50)
#241C23
(36,28,35)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #B488AA

#B488AA
(180,136,170)
#BA92B1
(186,146,177)
#C09CB8
(192,156,184)
#C6A6BF
(198,166,191)
#CCB0C6
(204,176,198)
#D2BACD
(210,186,205)
#D8C4D4
(216,196,212)
#DECEDB
(222,206,219)
#E4D8E2
(228,216,226)
#EAE2E9
(234,226,233)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B488AA color. Also use rgb(180,136,170) instead hex code.

Text Font Color

.myTextColor { color: #B488AA; }

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

This text font color is #B488AA.

Background Color

.myBgColor { background-color: #B488AA; }

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

This div background color is #B488AA.

Border color

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

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

This div border color is #B488AA.

Opacity

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

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

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

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

This text has shadow with #B488AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B488AA.

Preview

Color preview on black background

This text has color #B488AA on black background.


Color preview on white background

This text has color #B488AA on white background.


Black color preview on #B488AA background

This text has black color on #B488AA background.


White color preview on #B488AA background

This text has white color on #B488AA background.


Related colors

Complementary color

Complementary color for #hex is #4B7755.


I love getcolorcode.com

Triadic colors

1 #AAB488 and #88AAB4 with #B488AA are triadic colors.

2 #AA88B4 and #88B4AA with #B488AA are triadic colors.