COLOR #BBA6FD

HEX: #BBA6FD RGB: (187,166,253)

Color info

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

RGB color model

#BBA6FD color RGB value is (187,166,253).

RGB: (187,166,253) (73%, 65%, 99%)

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 253 of 255 = 99%

187
166
253

R + G + B ~ 79%. #BBA6FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 166 + 253 = 606 (100%)
R 187 of 606 ~ 30.86%
G 166 of 606 ~ 27.39%
B 253 of 606 ~ 41.75'%

%30.86
%27.39
%41.75

CMYK color model

#BBA6FD color CMYK value is (26,34,0,1).

  • cyan value is 26.09%
  • magenta value is 34.39%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (26,34,0,1) C26M34Y0K1 (26%,34%,0%,1%) (0.26/0.34/0.00/0.01) 

CMYK percentages

%26.09
%34.39
%0
%0.78

Codes

Color #BBA6FD in popluar color models

BB A6 FD
RGB 187 166 253
HSL 254° 95.60% 82.16%
HSB/HSV 254° 34.39% 99.22%
CMYK 26.09% 34.39% 0.00%
0.78%

Color #BBA6FD in popluar number systems.

HEX BB A6 FD
Decimal 187 166 253
Binary 10111011 10100110 11111101
Octal 273 246 375

Shades and tints

Shades of #BBA6FD

#BBA6FD
(187,166,253)
#AA97E6
(170,151,230)
#9988CF
(153,136,207)
#8879B8
(136,121,184)
#776AA1
(119,106,161)
#665B8A
(102,91,138)
#554C73
(85,76,115)
#443D5C
(68,61,92)
#332E45
(51,46,69)
#221F2E
(34,31,46)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #BBA6FD

#BBA6FD
(187,166,253)
#C1AEFD
(193,174,253)
#C7B6FD
(199,182,253)
#CDBEFD
(205,190,253)
#D3C6FD
(211,198,253)
#D9CEFD
(217,206,253)
#DFD6FD
(223,214,253)
#E5DEFD
(229,222,253)
#EBE6FD
(235,230,253)
#F1EEFD
(241,238,253)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA6FD color. Also use rgb(187,166,253) instead hex code.

Text Font Color

.myTextColor { color: #BBA6FD; }

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

This text font color is #BBA6FD.

Background Color

.myBgColor { background-color: #BBA6FD; }

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

This div background color is #BBA6FD.

Border color

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

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

This div border color is #BBA6FD.

Opacity

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

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

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

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

This text has shadow with #BBA6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA6FD.

Preview

Color preview on black background

This text has color #BBA6FD on black background.


Color preview on white background

This text has color #BBA6FD on white background.


Black color preview on #BBA6FD background

This text has black color on #BBA6FD background.


White color preview on #BBA6FD background

This text has white color on #BBA6FD background.


Related colors

Complementary color

Complementary color for #hex is #445902.


I love getcolorcode.com

Triadic colors

1 #FDBBA6 and #A6FDBB with #BBA6FD are triadic colors.

2 #FDA6BB and #A6BBFD with #BBA6FD are triadic colors.