COLOR #BF99D5

HEX: #BF99D5 RGB: (191,153,213)

Color info

#BF99D5 contains mainly red and blue colors. Web safe color of #BF99D5 is #CC99CC (or #C9C).

RGB color model

#BF99D5 color RGB value is (191,153,213).

RGB: (191,153,213) (75%, 60%, 84%)

RGB channels and saturation

R 191 of 255 = 75%
G 153 of 255 = 60%
B 213 of 255 = 84%

191
153
213

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

Portions of RGB colors in percentages

R + G + B = 191 + 153 + 213 = 557 (100%)
R 191 of 557 ~ 34.29%
G 153 of 557 ~ 27.47%
B 213 of 557 ~ 38.24'%

%34.29
%27.47
%38.24

CMYK color model

#BF99D5 color CMYK value is (10,28,0,16).

  • cyan value is 10.33%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (10,28,0,16) C10M28Y0K16 (10%,28%,0%,16%) (0.10/0.28/0.00/0.16) 

CMYK percentages

%10.33
%28.17
%0
%16.47

Codes

Color #BF99D5 in popluar color models

BF 99 D5
RGB 191 153 213
HSL 278° 41.67% 71.76%
HSB/HSV 278° 28.17% 83.53%
CMYK 10.33% 28.17% 0.00%
16.47%

Color #BF99D5 in popluar number systems.

HEX BF 99 D5
Decimal 191 153 213
Binary 10111111 10011001 11010101
Octal 277 231 325

Shades and tints

Shades of #BF99D5

#BF99D5
(191,153,213)
#AE8CC2
(174,140,194)
#9D7FAF
(157,127,175)
#8C729C
(140,114,156)
#7B6589
(123,101,137)
#6A5876
(106,88,118)
#594B63
(89,75,99)
#483E50
(72,62,80)
#37313D
(55,49,61)
#26242A
(38,36,42)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #BF99D5

#BF99D5
(191,153,213)
#C4A2D8
(196,162,216)
#C9ABDB
(201,171,219)
#CEB4DE
(206,180,222)
#D3BDE1
(211,189,225)
#D8C6E4
(216,198,228)
#DDCFE7
(221,207,231)
#E2D8EA
(226,216,234)
#E7E1ED
(231,225,237)
#ECEAF0
(236,234,240)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF99D5 color. Also use rgb(191,153,213) instead hex code.

Text Font Color

.myTextColor { color: #BF99D5; }

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

This text font color is #BF99D5.

Background Color

.myBgColor { background-color: #BF99D5; }

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

This div background color is #BF99D5.

Border color

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

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

This div border color is #BF99D5.

Opacity

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

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

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

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

This text has shadow with #BF99D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF99D5.

Preview

Color preview on black background

This text has color #BF99D5 on black background.


Color preview on white background

This text has color #BF99D5 on white background.


Black color preview on #BF99D5 background

This text has black color on #BF99D5 background.


White color preview on #BF99D5 background

This text has white color on #BF99D5 background.


Related colors

Complementary color

Complementary color for #hex is #40662A.


I love getcolorcode.com

Triadic colors

1 #D5BF99 and #99D5BF with #BF99D5 are triadic colors.

2 #D599BF and #99BFD5 with #BF99D5 are triadic colors.