COLOR #BF84AB

HEX: #BF84AB RGB: (191,132,171)

Color info

#BF84AB contains red, green and blue colors in about the same proportion. Web safe color of #BF84AB is #CC9999 (or #C99).

RGB color model

#BF84AB color RGB value is (191,132,171).

RGB: (191,132,171) (75%, 52%, 67%)

RGB channels and saturation

R 191 of 255 = 75%
G 132 of 255 = 52%
B 171 of 255 = 67%

191
132
171

R + G + B ~ 65%. #BF84AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 132 + 171 = 494 (100%)
R 191 of 494 ~ 38.66%
G 132 of 494 ~ 26.72%
B 171 of 494 ~ 34.62'%

%38.66
%26.72
%34.62

CMYK color model

#BF84AB color CMYK value is (0,31,10,25).

  • cyan value is 0.00%
  • magenta value is 30.89%
  • yellow value is 10.47%
  • key color value is 25.10%
CMYK: (0,31,10,25) C0M31Y10K25 (0%,31%,10%,25%) (0.00/0.31/0.10/0.25) 

CMYK percentages

%0
%30.89
%10.47
%25.1

Codes

Color #BF84AB in popluar color models

BF 84 AB
RGB 191 132 171
HSL 320° 31.55% 63.33%
HSB/HSV 320° 30.89% 74.90%
CMYK 0.00% 30.89% 10.47%
25.10%

Color #BF84AB in popluar number systems.

HEX BF 84 AB
Decimal 191 132 171
Binary 10111111 10000100 10101011
Octal 277 204 253

Shades and tints

Shades of #BF84AB

#BF84AB
(191,132,171)
#AE789C
(174,120,156)
#9D6C8D
(157,108,141)
#8C607E
(140,96,126)
#7B546F
(123,84,111)
#6A4860
(106,72,96)
#593C51
(89,60,81)
#483042
(72,48,66)
#372433
(55,36,51)
#261824
(38,24,36)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #BF84AB

#BF84AB
(191,132,171)
#C48FB2
(196,143,178)
#C99AB9
(201,154,185)
#CEA5C0
(206,165,192)
#D3B0C7
(211,176,199)
#D8BBCE
(216,187,206)
#DDC6D5
(221,198,213)
#E2D1DC
(226,209,220)
#E7DCE3
(231,220,227)
#ECE7EA
(236,231,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF84AB color. Also use rgb(191,132,171) instead hex code.

Text Font Color

.myTextColor { color: #BF84AB; }

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

This text font color is #BF84AB.

Background Color

.myBgColor { background-color: #BF84AB; }

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

This div background color is #BF84AB.

Border color

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

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

This div border color is #BF84AB.

Opacity

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

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

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

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

This text has shadow with #BF84AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF84AB.

Preview

Color preview on black background

This text has color #BF84AB on black background.


Color preview on white background

This text has color #BF84AB on white background.


Black color preview on #BF84AB background

This text has black color on #BF84AB background.


White color preview on #BF84AB background

This text has white color on #BF84AB background.


Related colors

Complementary color

Complementary color for #hex is #407B54.


I love getcolorcode.com

Triadic colors

1 #ABBF84 and #84ABBF with #BF84AB are triadic colors.

2 #AB84BF and #84BFAB with #BF84AB are triadic colors.