COLOR #BB9FD7

HEX: #BB9FD7 RGB: (187,159,215)

Color info

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

RGB color model

#BB9FD7 color RGB value is (187,159,215).

RGB: (187,159,215) (73%, 62%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 159 of 255 = 62%
B 215 of 255 = 84%

187
159
215

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

Portions of RGB colors in percentages

R + G + B = 187 + 159 + 215 = 561 (100%)
R 187 of 561 ~ 33.33%
G 159 of 561 ~ 28.34%
B 215 of 561 ~ 38.32'%

%33.33
%28.34
%38.32

CMYK color model

#BB9FD7 color CMYK value is (13,26,0,16).

  • cyan value is 13.02%
  • magenta value is 26.05%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (13,26,0,16)
C13M26Y0K16 (13%, 26%, 0%, 16%)
(0.13 / 0.26 / 0.00 / 0.16)

CMYK percentages

%13.02
%26.05
%0
%15.69

Codes

Color #BB9FD7 in popluar color models

BB 9F D7
RGB 187 159 215
HSL 270° 41.18% 73.33%
HSB/HSV 270° 26.05% 84.31%
CMYK 13.02% 26.05% 0.00%
15.69%

Color #BB9FD7 in popluar number systems.

HEX BB 9F D7
Decimal 187 159 215
Binary 10111011 10011111 11010111
Octal 273 237 327

Shades and tints

Shades of #BB9FD7

#BB9FD7
(187,159,215)
#AA91C4
(170,145,196)
#9983B1
(153,131,177)
#88759E
(136,117,158)
#77678B
(119,103,139)
#665978
(102,89,120)
#554B65
(85,75,101)
#443D52
(68,61,82)
#332F3F
(51,47,63)
#22212C
(34,33,44)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #BB9FD7

#BB9FD7
(187,159,215)
#C1A7DA
(193,167,218)
#C7AFDD
(199,175,221)
#CDB7E0
(205,183,224)
#D3BFE3
(211,191,227)
#D9C7E6
(217,199,230)
#DFCFE9
(223,207,233)
#E5D7EC
(229,215,236)
#EBDFEF
(235,223,239)
#F1E7F2
(241,231,242)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9FD7 color. Also use rgb(187,159,215) instead hex code.

Text Font Color

.myTextColor { color: #BB9FD7; }

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

This text font color is #BB9FD7.

Background Color

.myBgColor { background-color: #BB9FD7; }

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

This div background color is #BB9FD7.

Border color

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

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

This div border color is #BB9FD7.

Opacity

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

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

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

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

This text has shadow with #BB9FD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9FD7.

Preview

Color preview on black background

This text has color #BB9FD7 on black background.


Color preview on white background

This text has color #BB9FD7 on white background.


Black color preview on #BB9FD7 background

This text has black color on #BB9FD7 background.


White color preview on #BB9FD7 background

This text has white color on #BB9FD7 background.


Related colors

Complementary color

Complementary color for #hex is #446028.


I love getcolorcode.com

Triadic colors

1 #D7BB9F and #9FD7BB with #BB9FD7 are triadic colors.

2 #D79FBB and #9FBBD7 with #BB9FD7 are triadic colors.