COLOR #BBA3F6

HEX: #BBA3F6
RGB: (187,163,246)

Color info

#BBA3F6 contains mainly red and blue colors. Web safe color of #BBA3F6 is #CC99FF (or #C9F).

RGB color model

#BBA3F6 color RGB value is (187,163,246).

  • red value is 187;
  • green value is 163;
  • blue value is 246.
RGB:
(187,163,246)
(73%,64%,96%)

RGB channels and saturation

R 187 of 255 = 73%
G 163 of 255 = 64%
B 246 of 255 = 96%

187
163
246

R + G + B ~ 78%. #BBA3F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 163 + 246 = 596 (100%)
R 187 of 596 ~ 31.38%
G 163 of 596 ~ 27.35%
B 246 of 596 ~ 41.28%

%31.38
%27.35
%41.28

CMYK color model

#BBA3F6 color CMYK value is (24,34,0,4).

  • cyan value is 23.98%
  • magenta value is 33.74%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,34,0,4)
C24M34Y0K4 
(24%,34%,0%,4%)
(0.24/0.34/0.00/0.04)	

CMYK percentages

%23.98
%33.74
%0
%3.53

Codes

Color #BBA3F6 in popluar color models

BBA3F6
RGB187163246
HSL257°82.18%80.20%
HSB/HSV257°33.74%96.47%
CMYK23.98%33.74%0.00%
3.53%

Color #BBA3F6 in popluar number systems.

HEXBBA3F6
Decimal187163246
Binary101110111010001111110110
Octal273243366

Shades and tints

Shades of #BBA3F6

#BBA3F6
(187,163,246)
#AA95E0
(170,149,224)
#9987CA
(153,135,202)
#8879B4
(136,121,180)
#776B9E
(119,107,158)
#665D88
(102,93,136)
#554F72
(85,79,114)
#44415C
(68,65,92)
#333346
(51,51,70)
#222530
(34,37,48)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #BBA3F6

#BBA3F6
(187,163,246)
#C1ABF6
(193,171,246)
#C7B3F6
(199,179,246)
#CDBBF6
(205,187,246)
#D3C3F6
(211,195,246)
#D9CBF6
(217,203,246)
#DFD3F6
(223,211,246)
#E5DBF6
(229,219,246)
#EBE3F6
(235,227,246)
#F1EBF6
(241,235,246)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA3F6 color. Also use rgb(187,163,246) instead hex code.

Text Font Color

.myTextColor { color: #BBA3F6; }

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

This text font color is #BBA3F6.


Background Color

.myBgColor { background-color: #BBA3F6; }

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

This div background color is #BBA3F6.


Border color

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

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

This div border color is #BBA3F6.


Opacity

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

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

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

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

This text has shadow with #BBA3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA3F6 on black background.


Color preview on white background

This text has color #BBA3F6 on white background.



Black color preview on #BBA3F6 background

This text has black color on #BBA3F6 background.


White color preview on #BBA3F6 background

This text has white color on #BBA3F6 background.