COLOR #B288A8

HEX: #B288A8 RGB: (178,136,168)

Color info

#B288A8 contains red, green and blue colors in about the same proportion. Web safe color of #B288A8 is #999999 (or #999).

RGB color model

#B288A8 color RGB value is (178,136,168).

RGB: (178,136,168) (70%, 53%, 66%)

RGB channels and saturation

R 178 of 255 = 70%
G 136 of 255 = 53%
B 168 of 255 = 66%

178
136
168

R + G + B ~ 63%. #B288A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 136 + 168 = 482 (100%)
R 178 of 482 ~ 36.93%
G 136 of 482 ~ 28.22%
B 168 of 482 ~ 34.85'%

%36.93
%28.22
%34.85

CMYK color model

#B288A8 color CMYK value is (0,24,6,30).

  • cyan value is 0.00%
  • magenta value is 23.60%
  • yellow value is 5.62%
  • key color value is 30.20%

CMYK: (0,24,6,30)
C0M24Y6K30 (0%, 24%, 6%, 30%)
(0.00 / 0.24 / 0.06 / 0.30)

CMYK percentages

%0
%23.6
%5.62
%30.2

Codes

Color #B288A8 in popluar color models

B2 88 A8
RGB 178 136 168
HSL 314° 21.43% 61.57%
HSB/HSV 314° 23.60% 69.80%
CMYK 0.00% 23.60% 5.62%
30.20%

Color #B288A8 in popluar number systems.

HEX B2 88 A8
Decimal 178 136 168
Binary 10110010 10001000 10101000
Octal 262 210 250

Shades and tints

Shades of #B288A8

#B288A8
(178,136,168)
#A27C99
(162,124,153)
#92708A
(146,112,138)
#82647B
(130,100,123)
#72586C
(114,88,108)
#624C5D
(98,76,93)
#52404E
(82,64,78)
#42343F
(66,52,63)
#322830
(50,40,48)
#221C21
(34,28,33)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #B288A8

#B288A8
(178,136,168)
#B992AF
(185,146,175)
#C09CB6
(192,156,182)
#C7A6BD
(199,166,189)
#CEB0C4
(206,176,196)
#D5BACB
(213,186,203)
#DCC4D2
(220,196,210)
#E3CED9
(227,206,217)
#EAD8E0
(234,216,224)
#F1E2E7
(241,226,231)
#F8ECEE
(248,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B288A8 color. Also use rgb(178,136,168) instead hex code.

Text Font Color

.myTextColor { color: #B288A8; }

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

This text font color is #B288A8.

Background Color

.myBgColor { background-color: #B288A8; }

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

This div background color is #B288A8.

Border color

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

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

This div border color is #B288A8.

Opacity

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

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

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

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

This text has shadow with #B288A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B288A8.

Preview

Color preview on black background

This text has color #B288A8 on black background.


Color preview on white background

This text has color #B288A8 on white background.


Black color preview on #B288A8 background

This text has black color on #B288A8 background.


White color preview on #B288A8 background

This text has white color on #B288A8 background.


Related colors

Complementary color

Complementary color for #hex is #4D7757.


I love getcolorcode.com

Triadic colors

1 #A8B288 and #88A8B2 with #B288A8 are triadic colors.

2 #A888B2 and #88B2A8 with #B288A8 are triadic colors.