COLOR #BFABC4

HEX: #BFABC4 RGB: (191,171,196)

Color info

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

RGB color model

#BFABC4 color RGB value is (191,171,196).

RGB: (191,171,196) (75%, 67%, 77%)

RGB channels and saturation

R 191 of 255 = 75%
G 171 of 255 = 67%
B 196 of 255 = 77%

191
171
196

R + G + B ~ 73%. #BFABC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 171 + 196 = 558 (100%)
R 191 of 558 ~ 34.23%
G 171 of 558 ~ 30.65%
B 196 of 558 ~ 35.13'%

%34.23
%30.65
%35.13

CMYK color model

#BFABC4 color CMYK value is (3,13,0,23).

  • cyan value is 2.55%
  • magenta value is 12.76%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (3,13,0,23)
C3M13Y0K23 (3%, 13%, 0%, 23%)
(0.03 / 0.13 / 0.00 / 0.23)

CMYK percentages

%2.55
%12.76
%0
%23.14

Codes

Color #BFABC4 in popluar color models

BF AB C4
RGB 191 171 196
HSL 288° 17.48% 71.96%
HSB/HSV 288° 12.76% 76.86%
CMYK 2.55% 12.76% 0.00%
23.14%

Color #BFABC4 in popluar number systems.

HEX BF AB C4
Decimal 191 171 196
Binary 10111111 10101011 11000100
Octal 277 253 304

Shades and tints

Shades of #BFABC4

#BFABC4
(191,171,196)
#AE9CB3
(174,156,179)
#9D8DA2
(157,141,162)
#8C7E91
(140,126,145)
#7B6F80
(123,111,128)
#6A606F
(106,96,111)
#59515E
(89,81,94)
#48424D
(72,66,77)
#37333C
(55,51,60)
#26242B
(38,36,43)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #BFABC4

#BFABC4
(191,171,196)
#C4B2C9
(196,178,201)
#C9B9CE
(201,185,206)
#CEC0D3
(206,192,211)
#D3C7D8
(211,199,216)
#D8CEDD
(216,206,221)
#DDD5E2
(221,213,226)
#E2DCE7
(226,220,231)
#E7E3EC
(231,227,236)
#ECEAF1
(236,234,241)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFABC4; }

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

This text font color is #BFABC4.

Background Color

.myBgColor { background-color: #BFABC4; }

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

This div background color is #BFABC4.

Border color

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

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

This div border color is #BFABC4.

Opacity

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

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

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

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

This text has shadow with #BFABC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFABC4.

Preview

Color preview on black background

This text has color #BFABC4 on black background.


Color preview on white background

This text has color #BFABC4 on white background.


Black color preview on #BFABC4 background

This text has black color on #BFABC4 background.


White color preview on #BFABC4 background

This text has white color on #BFABC4 background.


Related colors

Complementary color

Complementary color for #hex is #40543B.


I love getcolorcode.com

Triadic colors

1 #C4BFAB and #ABC4BF with #BFABC4 are triadic colors.

2 #C4ABBF and #ABBFC4 with #BFABC4 are triadic colors.