COLOR #B198BF

HEX: #B198BF RGB: (177,152,191)

Color info

#B198BF contains red, green and blue colors in about the same proportion. Web safe color of #B198BF is #9999CC (or #99C).

RGB color model

#B198BF color RGB value is (177,152,191).

RGB: (177,152,191) (69%, 60%, 75%)

RGB channels and saturation

R 177 of 255 = 69%
G 152 of 255 = 60%
B 191 of 255 = 75%

177
152
191

R + G + B ~ 68%. #B198BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 152 + 191 = 520 (100%)
R 177 of 520 ~ 34.04%
G 152 of 520 ~ 29.23%
B 191 of 520 ~ 36.73'%

%34.04
%29.23
%36.73

CMYK color model

#B198BF color CMYK value is (7,20,0,25).

  • cyan value is 7.33%
  • magenta value is 20.42%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (7,20,0,25) C7M20Y0K25 (7%,20%,0%,25%) (0.07/0.20/0.00/0.25) 

CMYK percentages

%7.33
%20.42
%0
%25.1

Codes

Color #B198BF in popluar color models

B1 98 BF
RGB 177 152 191
HSL 278° 23.35% 67.25%
HSB/HSV 278° 20.42% 74.90%
CMYK 7.33% 20.42% 0.00%
25.10%

Color #B198BF in popluar number systems.

HEX B1 98 BF
Decimal 177 152 191
Binary 10110001 10011000 10111111
Octal 261 230 277

Shades and tints

Shades of #B198BF

#B198BF
(177,152,191)
#A18BAE
(161,139,174)
#917E9D
(145,126,157)
#81718C
(129,113,140)
#71647B
(113,100,123)
#61576A
(97,87,106)
#514A59
(81,74,89)
#413D48
(65,61,72)
#313037
(49,48,55)
#212326
(33,35,38)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #B198BF

#B198BF
(177,152,191)
#B8A1C4
(184,161,196)
#BFAAC9
(191,170,201)
#C6B3CE
(198,179,206)
#CDBCD3
(205,188,211)
#D4C5D8
(212,197,216)
#DBCEDD
(219,206,221)
#E2D7E2
(226,215,226)
#E9E0E7
(233,224,231)
#F0E9EC
(240,233,236)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B198BF color. Also use rgb(177,152,191) instead hex code.

Text Font Color

.myTextColor { color: #B198BF; }

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

This text font color is #B198BF.

Background Color

.myBgColor { background-color: #B198BF; }

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

This div background color is #B198BF.

Border color

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

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

This div border color is #B198BF.

Opacity

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

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

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

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

This text has shadow with #B198BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B198BF.

Preview

Color preview on black background

This text has color #B198BF on black background.


Color preview on white background

This text has color #B198BF on white background.


Black color preview on #B198BF background

This text has black color on #B198BF background.


White color preview on #B198BF background

This text has white color on #B198BF background.


Related colors

Complementary color

Complementary color for #hex is #4E6740.


I love getcolorcode.com

Triadic colors

1 #BFB198 and #98BFB1 with #B198BF are triadic colors.

2 #BF98B1 and #98B1BF with #B198BF are triadic colors.