COLOR #B99ABC

HEX: #B99ABC RGB: (185,154,188)

Color info

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

RGB color model

#B99ABC color RGB value is (185,154,188).

RGB: (185,154,188) (73%, 60%, 74%)

RGB channels and saturation

R 185 of 255 = 73%
G 154 of 255 = 60%
B 188 of 255 = 74%

185
154
188

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

Portions of RGB colors in percentages

R + G + B = 185 + 154 + 188 = 527 (100%)
R 185 of 527 ~ 35.1%
G 154 of 527 ~ 29.22%
B 188 of 527 ~ 35.67'%

%35.1
%29.22
%35.67

CMYK color model

#B99ABC color CMYK value is (2,18,0,26).

  • cyan value is 1.60%
  • magenta value is 18.09%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (2,18,0,26)
C2M18Y0K26 (2%, 18%, 0%, 26%)
(0.02 / 0.18 / 0.00 / 0.26)

CMYK percentages

%1.6
%18.09
%0
%26.27

Codes

Color #B99ABC in popluar color models

B9 9A BC
RGB 185 154 188
HSL 295° 20.24% 67.06%
HSB/HSV 295° 18.09% 73.73%
CMYK 1.60% 18.09% 0.00%
26.27%

Color #B99ABC in popluar number systems.

HEX B9 9A BC
Decimal 185 154 188
Binary 10111001 10011010 10111100
Octal 271 232 274

Shades and tints

Shades of #B99ABC

#B99ABC
(185,154,188)
#A98CAB
(169,140,171)
#997E9A
(153,126,154)
#897089
(137,112,137)
#796278
(121,98,120)
#695467
(105,84,103)
#594656
(89,70,86)
#493845
(73,56,69)
#392A34
(57,42,52)
#291C23
(41,28,35)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #B99ABC

#B99ABC
(185,154,188)
#BFA3C2
(191,163,194)
#C5ACC8
(197,172,200)
#CBB5CE
(203,181,206)
#D1BED4
(209,190,212)
#D7C7DA
(215,199,218)
#DDD0E0
(221,208,224)
#E3D9E6
(227,217,230)
#E9E2EC
(233,226,236)
#EFEBF2
(239,235,242)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99ABC color. Also use rgb(185,154,188) instead hex code.

Text Font Color

.myTextColor { color: #B99ABC; }

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

This text font color is #B99ABC.

Background Color

.myBgColor { background-color: #B99ABC; }

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

This div background color is #B99ABC.

Border color

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

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

This div border color is #B99ABC.

Opacity

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

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

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

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

This text has shadow with #B99ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99ABC.

Preview

Color preview on black background

This text has color #B99ABC on black background.


Color preview on white background

This text has color #B99ABC on white background.


Black color preview on #B99ABC background

This text has black color on #B99ABC background.


White color preview on #B99ABC background

This text has white color on #B99ABC background.


Related colors

Complementary color

Complementary color for #hex is #466543.


I love getcolorcode.com

Triadic colors

1 #BCB99A and #9ABCB9 with #B99ABC are triadic colors.

2 #BC9AB9 and #9AB9BC with #B99ABC are triadic colors.