COLOR #BBA5EE

HEX: #BBA5EE
RGB: (187,165,238)

Color info

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

RGB color model

#BBA5EE color RGB value is (187,165,238).

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

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 238 of 255 = 93%

187
165
238

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

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 238 = 590 (100%)
R 187 of 590 ~ 31.69%
G 165 of 590 ~ 27.97%
B 238 of 590 ~ 40.34%

%31.69
%27.97
%40.34

CMYK color model

#BBA5EE color CMYK value is (21,31,0,7).

  • cyan value is 21.43%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,31,0,7)
C21M31Y0K7 
(21%,31%,0%,7%)
(0.21/0.31/0.00/0.07)	

CMYK percentages

%21.43
%30.67
%0
%6.67

Codes

Color #BBA5EE in popluar color models

BBA5EE
RGB187165238
HSL258°68.22%79.02%
HSB/HSV258°30.67%93.33%
CMYK21.43%30.67%0.00%
6.67%

Color #BBA5EE in popluar number systems.

HEXBBA5EE
Decimal187165238
Binary101110111010010111101110
Octal273245356

Shades and tints

Shades of #BBA5EE

#BBA5EE
(187,165,238)
#AA96D9
(170,150,217)
#9987C4
(153,135,196)
#8878AF
(136,120,175)
#77699A
(119,105,154)
#665A85
(102,90,133)
#554B70
(85,75,112)
#443C5B
(68,60,91)
#332D46
(51,45,70)
#221E31
(34,30,49)
#110F1C
(17,15,28)
#000000
(0,0,0)

Tints of #BBA5EE

#BBA5EE
(187,165,238)
#C1ADEF
(193,173,239)
#C7B5F0
(199,181,240)
#CDBDF1
(205,189,241)
#D3C5F2
(211,197,242)
#D9CDF3
(217,205,243)
#DFD5F4
(223,213,244)
#E5DDF5
(229,221,245)
#EBE5F6
(235,229,246)
#F1EDF7
(241,237,247)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA5EE; }

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

This text font color is #BBA5EE.


Background Color

.myBgColor { background-color: #BBA5EE; }

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

This div background color is #BBA5EE.


Border color

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

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

This div border color is #BBA5EE.


Opacity

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

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

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

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

This text has shadow with #BBA5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA5EE on black background.


Color preview on white background

This text has color #BBA5EE on white background.



Black color preview on #BBA5EE background

This text has black color on #BBA5EE background.


White color preview on #BBA5EE background

This text has white color on #BBA5EE background.