COLOR #BBAAE7

HEX: #BBAAE7
RGB: (187,170,231)

Color info

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

RGB color model

#BBAAE7 color RGB value is (187,170,231).

  • red value is 187;
  • green value is 170;
  • blue value is 231.
RGB:
(187,170,231)
(73%,67%,91%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 231 of 255 = 91%

187
170
231

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

Portions of RGB colors in percentages

R + G + B =
187 + 170 + 231 = 588 (100%)
R 187 of 588 ~ 31.8%
G 170 of 588 ~ 28.91%
B 231 of 588 ~ 39.29%

%31.8
%28.91
%39.29

CMYK color model

#BBAAE7 color CMYK value is (19,26,0,9).

  • cyan value is 19.05%
  • magenta value is 26.41%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(19,26,0,9)
C19M26Y0K9 
(19%,26%,0%,9%)
(0.19/0.26/0.00/0.09)	

CMYK percentages

%19.05
%26.41
%0
%9.41

Codes

Color #BBAAE7 in popluar color models

BBAAE7
RGB187170231
HSL257°55.96%78.63%
HSB/HSV257°26.41%90.59%
CMYK19.05%26.41%0.00%
9.41%

Color #BBAAE7 in popluar number systems.

HEXBBAAE7
Decimal187170231
Binary101110111010101011100111
Octal273252347

Shades and tints

Shades of #BBAAE7

#BBAAE7
(187,170,231)
#AA9BD2
(170,155,210)
#998CBD
(153,140,189)
#887DA8
(136,125,168)
#776E93
(119,110,147)
#665F7E
(102,95,126)
#555069
(85,80,105)
#444154
(68,65,84)
#33323F
(51,50,63)
#22232A
(34,35,42)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #BBAAE7

#BBAAE7
(187,170,231)
#C1B1E9
(193,177,233)
#C7B8EB
(199,184,235)
#CDBFED
(205,191,237)
#D3C6EF
(211,198,239)
#D9CDF1
(217,205,241)
#DFD4F3
(223,212,243)
#E5DBF5
(229,219,245)
#EBE2F7
(235,226,247)
#F1E9F9
(241,233,249)
#F7F0FB
(247,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAAE7 color. Also use rgb(187,170,231) instead hex code.

Text Font Color

.myTextColor { color: #BBAAE7; }

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

This text font color is #BBAAE7.


Background Color

.myBgColor { background-color: #BBAAE7; }

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

This div background color is #BBAAE7.


Border color

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

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

This div border color is #BBAAE7.


Opacity

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

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

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

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

This text has shadow with #BBAAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAAE7 on black background.


Color preview on white background

This text has color #BBAAE7 on white background.



Black color preview on #BBAAE7 background

This text has black color on #BBAAE7 background.


White color preview on #BBAAE7 background

This text has white color on #BBAAE7 background.