COLOR #BFAFDA

HEX: #BFAFDA RGB: (191,175,218)

Color info

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

RGB color model

#BFAFDA color RGB value is (191,175,218).

RGB: (191,175,218) (75%, 69%, 85%)

RGB channels and saturation

R 191 of 255 = 75%
G 175 of 255 = 69%
B 218 of 255 = 85%

191
175
218

R + G + B ~ 76%. #BFAFDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 175 + 218 = 584 (100%)
R 191 of 584 ~ 32.71%
G 175 of 584 ~ 29.97%
B 218 of 584 ~ 37.33'%

%32.71
%29.97
%37.33

CMYK color model

#BFAFDA color CMYK value is (12,20,0,15).

  • cyan value is 12.39%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (12,20,0,15)
C12M20Y0K15 (12%, 20%, 0%, 15%)
(0.12 / 0.20 / 0.00 / 0.15)

CMYK percentages

%12.39
%19.72
%0
%14.51

Codes

Color #BFAFDA in popluar color models

BF AF DA
RGB 191 175 218
HSL 262° 36.75% 77.06%
HSB/HSV 262° 19.72% 85.49%
CMYK 12.39% 19.72% 0.00%
14.51%

Color #BFAFDA in popluar number systems.

HEX BF AF DA
Decimal 191 175 218
Binary 10111111 10101111 11011010
Octal 277 257 332

Shades and tints

Shades of #BFAFDA

#BFAFDA
(191,175,218)
#AEA0C7
(174,160,199)
#9D91B4
(157,145,180)
#8C82A1
(140,130,161)
#7B738E
(123,115,142)
#6A647B
(106,100,123)
#595568
(89,85,104)
#484655
(72,70,85)
#373742
(55,55,66)
#26282F
(38,40,47)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #BFAFDA

#BFAFDA
(191,175,218)
#C4B6DD
(196,182,221)
#C9BDE0
(201,189,224)
#CEC4E3
(206,196,227)
#D3CBE6
(211,203,230)
#D8D2E9
(216,210,233)
#DDD9EC
(221,217,236)
#E2E0EF
(226,224,239)
#E7E7F2
(231,231,242)
#ECEEF5
(236,238,245)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAFDA color. Also use rgb(191,175,218) instead hex code.

Text Font Color

.myTextColor { color: #BFAFDA; }

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

This text font color is #BFAFDA.

Background Color

.myBgColor { background-color: #BFAFDA; }

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

This div background color is #BFAFDA.

Border color

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

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

This div border color is #BFAFDA.

Opacity

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

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

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

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

This text has shadow with #BFAFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFAFDA.

Preview

Color preview on black background

This text has color #BFAFDA on black background.


Color preview on white background

This text has color #BFAFDA on white background.


Black color preview on #BFAFDA background

This text has black color on #BFAFDA background.


White color preview on #BFAFDA background

This text has white color on #BFAFDA background.


Related colors

Complementary color

Complementary color for #hex is #405025.


I love getcolorcode.com

Triadic colors

1 #DABFAF and #AFDABF with #BFAFDA are triadic colors.

2 #DAAFBF and #AFBFDA with #BFAFDA are triadic colors.