COLOR #BBAAF7

HEX: #BBAAF7 RGB: (187,170,247)

Color info

#BBAAF7 contains mainly blue color. Web safe color of #BBAAF7 is #CC99FF (or #C9F).

RGB color model

#BBAAF7 color RGB value is (187,170,247).

RGB: (187,170,247) (73%, 67%, 97%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 247 of 255 = 97%

187
170
247

R + G + B ~ 79%. #BBAAF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 170 + 247 = 604 (100%)
R 187 of 604 ~ 30.96%
G 170 of 604 ~ 28.15%
B 247 of 604 ~ 40.89'%

%30.96
%28.15
%40.89

CMYK color model

#BBAAF7 color CMYK value is (24,31,0,3).

  • cyan value is 24.29%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (24,31,0,3)
C24M31Y0K3 (24%, 31%, 0%, 3%)
(0.24 / 0.31 / 0.00 / 0.03)

CMYK percentages

%24.29
%31.17
%0
%3.14

Codes

Color #BBAAF7 in popluar color models

BB AA F7
RGB 187 170 247
HSL 253° 82.80% 81.76%
HSB/HSV 253° 31.17% 96.86%
CMYK 24.29% 31.17% 0.00%
3.14%

Color #BBAAF7 in popluar number systems.

HEX BB AA F7
Decimal 187 170 247
Binary 10111011 10101010 11110111
Octal 273 252 367

Shades and tints

Shades of #BBAAF7

#BBAAF7
(187,170,247)
#AA9BE1
(170,155,225)
#998CCB
(153,140,203)
#887DB5
(136,125,181)
#776E9F
(119,110,159)
#665F89
(102,95,137)
#555073
(85,80,115)
#44415D
(68,65,93)
#333247
(51,50,71)
#222331
(34,35,49)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #BBAAF7

#BBAAF7
(187,170,247)
#C1B1F7
(193,177,247)
#C7B8F7
(199,184,247)
#CDBFF7
(205,191,247)
#D3C6F7
(211,198,247)
#D9CDF7
(217,205,247)
#DFD4F7
(223,212,247)
#E5DBF7
(229,219,247)
#EBE2F7
(235,226,247)
#F1E9F7
(241,233,247)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAAF7; }

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

This text font color is #BBAAF7.

Background Color

.myBgColor { background-color: #BBAAF7; }

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

This div background color is #BBAAF7.

Border color

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

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

This div border color is #BBAAF7.

Opacity

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

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

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

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

This text has shadow with #BBAAF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAAF7.

Preview

Color preview on black background

This text has color #BBAAF7 on black background.


Color preview on white background

This text has color #BBAAF7 on white background.


Black color preview on #BBAAF7 background

This text has black color on #BBAAF7 background.


White color preview on #BBAAF7 background

This text has white color on #BBAAF7 background.


Related colors

Complementary color

Complementary color for #hex is #445508.


I love getcolorcode.com

Triadic colors

1 #F7BBAA and #AAF7BB with #BBAAF7 are triadic colors.

2 #F7AABB and #AABBF7 with #BBAAF7 are triadic colors.