COLOR #BB9CFA

HEX: #BB9CFA RGB: (187,156,250)

Color info

#BB9CFA contains mainly blue color. Web safe color of #BB9CFA is #CC99FF (or #C9F).

RGB color model

#BB9CFA color RGB value is (187,156,250).

RGB: (187,156,250) (73%, 61%, 98%)

RGB channels and saturation

R 187 of 255 = 73%
G 156 of 255 = 61%
B 250 of 255 = 98%

187
156
250

R + G + B ~ 77%. #BB9CFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 156 + 250 = 593 (100%)
R 187 of 593 ~ 31.53%
G 156 of 593 ~ 26.31%
B 250 of 593 ~ 42.16'%

%31.53
%26.31
%42.16

CMYK color model

#BB9CFA color CMYK value is (25,38,0,2).

  • cyan value is 25.20%
  • magenta value is 37.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (25,38,0,2)
C25M38Y0K2 (25%, 38%, 0%, 2%)
(0.25 / 0.38 / 0.00 / 0.02)

CMYK percentages

%25.2
%37.6
%0
%1.96

Codes

Color #BB9CFA in popluar color models

BB 9C FA
RGB 187 156 250
HSL 260° 90.38% 79.61%
HSB/HSV 260° 37.60% 98.04%
CMYK 25.20% 37.60% 0.00%
1.96%

Color #BB9CFA in popluar number systems.

HEX BB 9C FA
Decimal 187 156 250
Binary 10111011 10011100 11111010
Octal 273 234 372

Shades and tints

Shades of #BB9CFA

#BB9CFA
(187,156,250)
#AA8EE4
(170,142,228)
#9980CE
(153,128,206)
#8872B8
(136,114,184)
#7764A2
(119,100,162)
#66568C
(102,86,140)
#554876
(85,72,118)
#443A60
(68,58,96)
#332C4A
(51,44,74)
#221E34
(34,30,52)
#11101E
(17,16,30)
#000000
(0,0,0)

Tints of #BB9CFA

#BB9CFA
(187,156,250)
#C1A5FA
(193,165,250)
#C7AEFA
(199,174,250)
#CDB7FA
(205,183,250)
#D3C0FA
(211,192,250)
#D9C9FA
(217,201,250)
#DFD2FA
(223,210,250)
#E5DBFA
(229,219,250)
#EBE4FA
(235,228,250)
#F1EDFA
(241,237,250)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9CFA color. Also use rgb(187,156,250) instead hex code.

Text Font Color

.myTextColor { color: #BB9CFA; }

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

This text font color is #BB9CFA.

Background Color

.myBgColor { background-color: #BB9CFA; }

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

This div background color is #BB9CFA.

Border color

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

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

This div border color is #BB9CFA.

Opacity

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

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

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

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

This text has shadow with #BB9CFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9CFA.

Preview

Color preview on black background

This text has color #BB9CFA on black background.


Color preview on white background

This text has color #BB9CFA on white background.


Black color preview on #BB9CFA background

This text has black color on #BB9CFA background.


White color preview on #BB9CFA background

This text has white color on #BB9CFA background.


Related colors

Complementary color

Complementary color for #hex is #446305.


I love getcolorcode.com

Triadic colors

1 #FABB9C and #9CFABB with #BB9CFA are triadic colors.

2 #FA9CBB and #9CBBFA with #BB9CFA are triadic colors.