COLOR #BF9ABB

HEX: #BF9ABB RGB: (191,154,187)

Color info

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

RGB color model

#BF9ABB color RGB value is (191,154,187).

RGB: (191,154,187) (75%, 60%, 73%)

RGB channels and saturation

R 191 of 255 = 75%
G 154 of 255 = 60%
B 187 of 255 = 73%

191
154
187

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

Portions of RGB colors in percentages

R + G + B = 191 + 154 + 187 = 532 (100%)
R 191 of 532 ~ 35.9%
G 154 of 532 ~ 28.95%
B 187 of 532 ~ 35.15'%

%35.9
%28.95
%35.15

CMYK color model

#BF9ABB color CMYK value is (0,19,2,25).

  • cyan value is 0.00%
  • magenta value is 19.37%
  • yellow value is 2.09%
  • key color value is 25.10%

CMYK: (0,19,2,25)
C0M19Y2K25 (0%, 19%, 2%, 25%)
(0.00 / 0.19 / 0.02 / 0.25)

CMYK percentages

%0
%19.37
%2.09
%25.1

Codes

Color #BF9ABB in popluar color models

BF 9A BB
RGB 191 154 187
HSL 306° 22.42% 67.65%
HSB/HSV 306° 19.37% 74.90%
CMYK 0.00% 19.37% 2.09%
25.10%

Color #BF9ABB in popluar number systems.

HEX BF 9A BB
Decimal 191 154 187
Binary 10111111 10011010 10111011
Octal 277 232 273

Shades and tints

Shades of #BF9ABB

#BF9ABB
(191,154,187)
#AE8CAA
(174,140,170)
#9D7E99
(157,126,153)
#8C7088
(140,112,136)
#7B6277
(123,98,119)
#6A5466
(106,84,102)
#594655
(89,70,85)
#483844
(72,56,68)
#372A33
(55,42,51)
#261C22
(38,28,34)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #BF9ABB

#BF9ABB
(191,154,187)
#C4A3C1
(196,163,193)
#C9ACC7
(201,172,199)
#CEB5CD
(206,181,205)
#D3BED3
(211,190,211)
#D8C7D9
(216,199,217)
#DDD0DF
(221,208,223)
#E2D9E5
(226,217,229)
#E7E2EB
(231,226,235)
#ECEBF1
(236,235,241)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9ABB color. Also use rgb(191,154,187) instead hex code.

Text Font Color

.myTextColor { color: #BF9ABB; }

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

This text font color is #BF9ABB.

Background Color

.myBgColor { background-color: #BF9ABB; }

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

This div background color is #BF9ABB.

Border color

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

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

This div border color is #BF9ABB.

Opacity

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

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

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

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

This text has shadow with #BF9ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF9ABB.

Preview

Color preview on black background

This text has color #BF9ABB on black background.


Color preview on white background

This text has color #BF9ABB on white background.


Black color preview on #BF9ABB background

This text has black color on #BF9ABB background.


White color preview on #BF9ABB background

This text has white color on #BF9ABB background.


Related colors

Complementary color

Complementary color for #hex is #406544.


I love getcolorcode.com

Triadic colors

1 #BBBF9A and #9ABBBF with #BF9ABB are triadic colors.

2 #BB9ABF and #9ABFBB with #BF9ABB are triadic colors.