COLOR #BFABD0

HEX: #BFABD0 RGB: (191,171,208)

Color info

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

RGB color model

#BFABD0 color RGB value is (191,171,208).

RGB: (191,171,208) (75%, 67%, 82%)

RGB channels and saturation

R 191 of 255 = 75%
G 171 of 255 = 67%
B 208 of 255 = 82%

191
171
208

R + G + B ~ 75%. #BFABD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 171 + 208 = 570 (100%)
R 191 of 570 ~ 33.51%
G 171 of 570 ~ 30%
B 208 of 570 ~ 36.49'%

%33.51
%30
%36.49

CMYK color model

#BFABD0 color CMYK value is (8,18,0,18).

  • cyan value is 8.17%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (8,18,0,18) C8M18Y0K18 (8%,18%,0%,18%) (0.08/0.18/0.00/0.18) 

CMYK percentages

%8.17
%17.79
%0
%18.43

Codes

Color #BFABD0 in popluar color models

BF AB D0
RGB 191 171 208
HSL 272° 28.24% 74.31%
HSB/HSV 272° 17.79% 81.57%
CMYK 8.17% 17.79% 0.00%
18.43%

Color #BFABD0 in popluar number systems.

HEX BF AB D0
Decimal 191 171 208
Binary 10111111 10101011 11010000
Octal 277 253 320

Shades and tints

Shades of #BFABD0

#BFABD0
(191,171,208)
#AE9CBE
(174,156,190)
#9D8DAC
(157,141,172)
#8C7E9A
(140,126,154)
#7B6F88
(123,111,136)
#6A6076
(106,96,118)
#595164
(89,81,100)
#484252
(72,66,82)
#373340
(55,51,64)
#26242E
(38,36,46)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #BFABD0

#BFABD0
(191,171,208)
#C4B2D4
(196,178,212)
#C9B9D8
(201,185,216)
#CEC0DC
(206,192,220)
#D3C7E0
(211,199,224)
#D8CEE4
(216,206,228)
#DDD5E8
(221,213,232)
#E2DCEC
(226,220,236)
#E7E3F0
(231,227,240)
#ECEAF4
(236,234,244)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFABD0; }

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

This text font color is #BFABD0.

Background Color

.myBgColor { background-color: #BFABD0; }

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

This div background color is #BFABD0.

Border color

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

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

This div border color is #BFABD0.

Opacity

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

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

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

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

This text has shadow with #BFABD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFABD0.

Preview

Color preview on black background

This text has color #BFABD0 on black background.


Color preview on white background

This text has color #BFABD0 on white background.


Black color preview on #BFABD0 background

This text has black color on #BFABD0 background.


White color preview on #BFABD0 background

This text has white color on #BFABD0 background.


Related colors

Complementary color

Complementary color for #hex is #40542F.


I love getcolorcode.com

Triadic colors

1 #D0BFAB and #ABD0BF with #BFABD0 are triadic colors.

2 #D0ABBF and #ABBFD0 with #BFABD0 are triadic colors.