COLOR #B199CE

HEX: #B199CE RGB: (177,153,206)

Color info

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

RGB color model

#B199CE color RGB value is (177,153,206).

RGB: (177,153,206) (69%, 60%, 81%)

RGB channels and saturation

R 177 of 255 = 69%
G 153 of 255 = 60%
B 206 of 255 = 81%

177
153
206

R + G + B ~ 70%. #B199CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 153 + 206 = 536 (100%)
R 177 of 536 ~ 33.02%
G 153 of 536 ~ 28.54%
B 206 of 536 ~ 38.43'%

%33.02
%28.54
%38.43

CMYK color model

#B199CE color CMYK value is (14,26,0,19).

  • cyan value is 14.08%
  • magenta value is 25.73%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (14,26,0,19) C14M26Y0K19 (14%,26%,0%,19%) (0.14/0.26/0.00/0.19) 

CMYK percentages

%14.08
%25.73
%0
%19.22

Codes

Color #B199CE in popluar color models

B1 99 CE
RGB 177 153 206
HSL 267° 35.10% 70.39%
HSB/HSV 267° 25.73% 80.78%
CMYK 14.08% 25.73% 0.00%
19.22%

Color #B199CE in popluar number systems.

HEX B1 99 CE
Decimal 177 153 206
Binary 10110001 10011001 11001110
Octal 261 231 316

Shades and tints

Shades of #B199CE

#B199CE
(177,153,206)
#A18CBC
(161,140,188)
#917FAA
(145,127,170)
#817298
(129,114,152)
#716586
(113,101,134)
#615874
(97,88,116)
#514B62
(81,75,98)
#413E50
(65,62,80)
#31313E
(49,49,62)
#21242C
(33,36,44)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #B199CE

#B199CE
(177,153,206)
#B8A2D2
(184,162,210)
#BFABD6
(191,171,214)
#C6B4DA
(198,180,218)
#CDBDDE
(205,189,222)
#D4C6E2
(212,198,226)
#DBCFE6
(219,207,230)
#E2D8EA
(226,216,234)
#E9E1EE
(233,225,238)
#F0EAF2
(240,234,242)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B199CE; }

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

This text font color is #B199CE.

Background Color

.myBgColor { background-color: #B199CE; }

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

This div background color is #B199CE.

Border color

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

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

This div border color is #B199CE.

Opacity

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

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

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

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

This text has shadow with #B199CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B199CE.

Preview

Color preview on black background

This text has color #B199CE on black background.


Color preview on white background

This text has color #B199CE on white background.


Black color preview on #B199CE background

This text has black color on #B199CE background.


White color preview on #B199CE background

This text has white color on #B199CE background.


Related colors

Complementary color

Complementary color for #hex is #4E6631.


I love getcolorcode.com

Triadic colors

1 #CEB199 and #99CEB1 with #B199CE are triadic colors.

2 #CE99B1 and #99B1CE with #B199CE are triadic colors.