COLOR #B199BF

HEX: #B199BF RGB: (177,153,191)

Color info

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

RGB color model

#B199BF color RGB value is (177,153,191).

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

RGB channels and saturation

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

177
153
191

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

Portions of RGB colors in percentages

R + G + B = 177 + 153 + 191 = 521 (100%)
R 177 of 521 ~ 33.97%
G 153 of 521 ~ 29.37%
B 191 of 521 ~ 36.66'%

%33.97
%29.37
%36.66

CMYK color model

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

  • cyan value is 7.33%
  • magenta value is 19.90%
  • 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
%19.9
%0
%25.1

Codes

Color #B199BF in popluar color models

B1 99 BF
RGB 177 153 191
HSL 278° 22.89% 67.45%
HSB/HSV 278° 19.90% 74.90%
CMYK 7.33% 19.90% 0.00%
25.10%

Color #B199BF in popluar number systems.

HEX B1 99 BF
Decimal 177 153 191
Binary 10110001 10011001 10111111
Octal 261 231 277

Shades and tints

Shades of #B199BF

#B199BF
(177,153,191)
#A18CAE
(161,140,174)
#917F9D
(145,127,157)
#81728C
(129,114,140)
#71657B
(113,101,123)
#61586A
(97,88,106)
#514B59
(81,75,89)
#413E48
(65,62,72)
#313137
(49,49,55)
#212426
(33,36,38)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #B199BF

#B199BF
(177,153,191)
#B8A2C4
(184,162,196)
#BFABC9
(191,171,201)
#C6B4CE
(198,180,206)
#CDBDD3
(205,189,211)
#D4C6D8
(212,198,216)
#DBCFDD
(219,207,221)
#E2D8E2
(226,216,226)
#E9E1E7
(233,225,231)
#F0EAEC
(240,234,236)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B199BF; }

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

This text font color is #B199BF.

Background Color

.myBgColor { background-color: #B199BF; }

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

This div background color is #B199BF.

Border color

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

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

This div border color is #B199BF.

Opacity

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

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

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

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

This text has shadow with #B199BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B199BF.

Preview

Color preview on black background

This text has color #B199BF on black background.


Color preview on white background

This text has color #B199BF on white background.


Black color preview on #B199BF background

This text has black color on #B199BF background.


White color preview on #B199BF background

This text has white color on #B199BF background.


Related colors

Complementary color

Complementary color for #hex is #4E6640.


I love getcolorcode.com

Triadic colors

1 #BFB199 and #99BFB1 with #B199BF are triadic colors.

2 #BF99B1 and #99B1BF with #B199BF are triadic colors.