COLOR #BBA5F6

HEX: #BBA5F6
RGB: (187,165,246)

Color info

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

RGB color model

#BBA5F6 color RGB value is (187,165,246).

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

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 246 of 255 = 96%

187
165
246

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

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 246 = 598 (100%)
R 187 of 598 ~ 31.27%
G 165 of 598 ~ 27.59%
B 246 of 598 ~ 41.14%

%31.27
%27.59
%41.14

CMYK color model

#BBA5F6 color CMYK value is (24,33,0,4).

  • cyan value is 23.98%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,33,0,4)
C24M33Y0K4 
(24%,33%,0%,4%)
(0.24/0.33/0.00/0.04)	

CMYK percentages

%23.98
%32.93
%0
%3.53

Codes

Color #BBA5F6 in popluar color models

BBA5F6
RGB187165246
HSL256°81.82%80.59%
HSB/HSV256°32.93%96.47%
CMYK23.98%32.93%0.00%
3.53%

Color #BBA5F6 in popluar number systems.

HEXBBA5F6
Decimal187165246
Binary101110111010010111110110
Octal273245366

Shades and tints

Shades of #BBA5F6

#BBA5F6
(187,165,246)
#AA96E0
(170,150,224)
#9987CA
(153,135,202)
#8878B4
(136,120,180)
#77699E
(119,105,158)
#665A88
(102,90,136)
#554B72
(85,75,114)
#443C5C
(68,60,92)
#332D46
(51,45,70)
#221E30
(34,30,48)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #BBA5F6

#BBA5F6
(187,165,246)
#C1ADF6
(193,173,246)
#C7B5F6
(199,181,246)
#CDBDF6
(205,189,246)
#D3C5F6
(211,197,246)
#D9CDF6
(217,205,246)
#DFD5F6
(223,213,246)
#E5DDF6
(229,221,246)
#EBE5F6
(235,229,246)
#F1EDF6
(241,237,246)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA5F6; }

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

This text font color is #BBA5F6.


Background Color

.myBgColor { background-color: #BBA5F6; }

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

This div background color is #BBA5F6.


Border color

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

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

This div border color is #BBA5F6.


Opacity

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

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

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

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

This text has shadow with #BBA5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA5F6 on black background.


Color preview on white background

This text has color #BBA5F6 on white background.



Black color preview on #BBA5F6 background

This text has black color on #BBA5F6 background.


White color preview on #BBA5F6 background

This text has white color on #BBA5F6 background.