COLOR #BBA0EF

HEX: #BBA0EF
RGB: (187,160,239)

Color info

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

RGB color model

#BBA0EF color RGB value is (187,160,239).

  • red value is 187;
  • green value is 160;
  • blue value is 239.
RGB:
(187,160,239)
(73%,63%,94%)

RGB channels and saturation

R 187 of 255 = 73%
G 160 of 255 = 63%
B 239 of 255 = 94%

187
160
239

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

Portions of RGB colors in percentages

R + G + B =
187 + 160 + 239 = 586 (100%)
R 187 of 586 ~ 31.91%
G 160 of 586 ~ 27.3%
B 239 of 586 ~ 40.78%

%31.91
%27.3
%40.78

CMYK color model

#BBA0EF color CMYK value is (22,33,0,6).

  • cyan value is 21.76%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(22,33,0,6)
C22M33Y0K6 
(22%,33%,0%,6%)
(0.22/0.33/0.00/0.06)	

CMYK percentages

%21.76
%33.05
%0
%6.27

Codes

Color #BBA0EF in popluar color models

BBA0EF
RGB187160239
HSL261°71.17%78.24%
HSB/HSV261°33.05%93.73%
CMYK21.76%33.05%0.00%
6.27%

Color #BBA0EF in popluar number systems.

HEXBBA0EF
Decimal187160239
Binary101110111010000011101111
Octal273240357

Shades and tints

Shades of #BBA0EF

#BBA0EF
(187,160,239)
#AA92DA
(170,146,218)
#9984C5
(153,132,197)
#8876B0
(136,118,176)
#77689B
(119,104,155)
#665A86
(102,90,134)
#554C71
(85,76,113)
#443E5C
(68,62,92)
#333047
(51,48,71)
#222232
(34,34,50)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #BBA0EF

#BBA0EF
(187,160,239)
#C1A8F0
(193,168,240)
#C7B0F1
(199,176,241)
#CDB8F2
(205,184,242)
#D3C0F3
(211,192,243)
#D9C8F4
(217,200,244)
#DFD0F5
(223,208,245)
#E5D8F6
(229,216,246)
#EBE0F7
(235,224,247)
#F1E8F8
(241,232,248)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA0EF color. Also use rgb(187,160,239) instead hex code.

Text Font Color

.myTextColor { color: #BBA0EF; }

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

This text font color is #BBA0EF.


Background Color

.myBgColor { background-color: #BBA0EF; }

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

This div background color is #BBA0EF.


Border color

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

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

This div border color is #BBA0EF.


Opacity

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

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

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

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

This text has shadow with #BBA0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA0EF on black background.


Color preview on white background

This text has color #BBA0EF on white background.



Black color preview on #BBA0EF background

This text has black color on #BBA0EF background.


White color preview on #BBA0EF background

This text has white color on #BBA0EF background.