COLOR #B898BC

HEX: #B898BC RGB: (184,152,188)

Color info

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

RGB color model

#B898BC color RGB value is (184,152,188).

RGB: (184,152,188) (72%, 60%, 74%)

RGB channels and saturation

R 184 of 255 = 72%
G 152 of 255 = 60%
B 188 of 255 = 74%

184
152
188

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

Portions of RGB colors in percentages

R + G + B = 184 + 152 + 188 = 524 (100%)
R 184 of 524 ~ 35.11%
G 152 of 524 ~ 29.01%
B 188 of 524 ~ 35.88'%

%35.11
%29.01
%35.88

CMYK color model

#B898BC color CMYK value is (2,19,0,26).

  • cyan value is 2.13%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (2,19,0,26) C2M19Y0K26 (2%,19%,0%,26%) (0.02/0.19/0.00/0.26) 

CMYK percentages

%2.13
%19.15
%0
%26.27

Codes

Color #B898BC in popluar color models

B8 98 BC
RGB 184 152 188
HSL 293° 21.18% 66.67%
HSB/HSV 293° 19.15% 73.73%
CMYK 2.13% 19.15% 0.00%
26.27%

Color #B898BC in popluar number systems.

HEX B8 98 BC
Decimal 184 152 188
Binary 10111000 10011000 10111100
Octal 270 230 274

Shades and tints

Shades of #B898BC

#B898BC
(184,152,188)
#A88BAB
(168,139,171)
#987E9A
(152,126,154)
#887189
(136,113,137)
#786478
(120,100,120)
#685767
(104,87,103)
#584A56
(88,74,86)
#483D45
(72,61,69)
#383034
(56,48,52)
#282323
(40,35,35)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #B898BC

#B898BC
(184,152,188)
#BEA1C2
(190,161,194)
#C4AAC8
(196,170,200)
#CAB3CE
(202,179,206)
#D0BCD4
(208,188,212)
#D6C5DA
(214,197,218)
#DCCEE0
(220,206,224)
#E2D7E6
(226,215,230)
#E8E0EC
(232,224,236)
#EEE9F2
(238,233,242)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B898BC color. Also use rgb(184,152,188) instead hex code.

Text Font Color

.myTextColor { color: #B898BC; }

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

This text font color is #B898BC.

Background Color

.myBgColor { background-color: #B898BC; }

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

This div background color is #B898BC.

Border color

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

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

This div border color is #B898BC.

Opacity

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

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

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

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

This text has shadow with #B898BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B898BC.

Preview

Color preview on black background

This text has color #B898BC on black background.


Color preview on white background

This text has color #B898BC on white background.


Black color preview on #B898BC background

This text has black color on #B898BC background.


White color preview on #B898BC background

This text has white color on #B898BC background.


Related colors

Complementary color

Complementary color for #hex is #476743.


I love getcolorcode.com

Triadic colors

1 #BCB898 and #98BCB8 with #B898BC are triadic colors.

2 #BC98B8 and #98B8BC with #B898BC are triadic colors.