COLOR #BBA3E8

HEX: #BBA3E8
RGB: (187,163,232)

Color info

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

RGB color model

#BBA3E8 color RGB value is (187,163,232).

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

RGB channels and saturation

R 187 of 255 = 73%
G 163 of 255 = 64%
B 232 of 255 = 91%

187
163
232

R + G + B ~ 76%. #BBA3E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 163 + 232 = 582 (100%)
R 187 of 582 ~ 32.13%
G 163 of 582 ~ 28.01%
B 232 of 582 ~ 39.86%

%32.13
%28.01
%39.86

CMYK color model

#BBA3E8 color CMYK value is (19,30,0,9).

  • cyan value is 19.40%
  • magenta value is 29.74%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,30,0,9)
C19M30Y0K9 
(19%,30%,0%,9%)
(0.19/0.30/0.00/0.09)	

CMYK percentages

%19.4
%29.74
%0
%9.02

Codes

Color #BBA3E8 in popluar color models

BBA3E8
RGB187163232
HSL261°60.00%77.45%
HSB/HSV261°29.74%90.98%
CMYK19.40%29.74%0.00%
9.02%

Color #BBA3E8 in popluar number systems.

HEXBBA3E8
Decimal187163232
Binary101110111010001111101000
Octal273243350

Shades and tints

Shades of #BBA3E8

#BBA3E8
(187,163,232)
#AA95D3
(170,149,211)
#9987BE
(153,135,190)
#8879A9
(136,121,169)
#776B94
(119,107,148)
#665D7F
(102,93,127)
#554F6A
(85,79,106)
#444155
(68,65,85)
#333340
(51,51,64)
#22252B
(34,37,43)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #BBA3E8

#BBA3E8
(187,163,232)
#C1ABEA
(193,171,234)
#C7B3EC
(199,179,236)
#CDBBEE
(205,187,238)
#D3C3F0
(211,195,240)
#D9CBF2
(217,203,242)
#DFD3F4
(223,211,244)
#E5DBF6
(229,219,246)
#EBE3F8
(235,227,248)
#F1EBFA
(241,235,250)
#F7F3FC
(247,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA3E8; }

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

This text font color is #BBA3E8.


Background Color

.myBgColor { background-color: #BBA3E8; }

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

This div background color is #BBA3E8.


Border color

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

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

This div border color is #BBA3E8.


Opacity

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

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

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

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

This text has shadow with #BBA3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA3E8 on black background.


Color preview on white background

This text has color #BBA3E8 on white background.



Black color preview on #BBA3E8 background

This text has black color on #BBA3E8 background.


White color preview on #BBA3E8 background

This text has white color on #BBA3E8 background.