COLOR #BBA2E1

HEX: #BBA2E1 RGB: (187,162,225)

Color info

#BBA2E1 contains mainly red and blue colors. Web safe color of #BBA2E1 is #CC99CC (or #C9C).

RGB color model

#BBA2E1 color RGB value is (187,162,225).

RGB: (187,162,225) (73%, 64%, 88%)

RGB channels and saturation

R 187 of 255 = 73%
G 162 of 255 = 64%
B 225 of 255 = 88%

187
162
225

R + G + B ~ 75%. #BBA2E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 162 + 225 = 574 (100%)
R 187 of 574 ~ 32.58%
G 162 of 574 ~ 28.22%
B 225 of 574 ~ 39.2'%

%32.58
%28.22
%39.2

CMYK color model

#BBA2E1 color CMYK value is (17,28,0,12).

  • cyan value is 16.89%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (17,28,0,12)
C17M28Y0K12 (17%, 28%, 0%, 12%)
(0.17 / 0.28 / 0.00 / 0.12)

CMYK percentages

%16.89
%28
%0
%11.76

Codes

Color #BBA2E1 in popluar color models

BB A2 E1
RGB 187 162 225
HSL 264° 51.22% 75.88%
HSB/HSV 264° 28.00% 88.24%
CMYK 16.89% 28.00% 0.00%
11.76%

Color #BBA2E1 in popluar number systems.

HEX BB A2 E1
Decimal 187 162 225
Binary 10111011 10100010 11100001
Octal 273 242 341

Shades and tints

Shades of #BBA2E1

#BBA2E1
(187,162,225)
#AA94CD
(170,148,205)
#9986B9
(153,134,185)
#8878A5
(136,120,165)
#776A91
(119,106,145)
#665C7D
(102,92,125)
#554E69
(85,78,105)
#444055
(68,64,85)
#333241
(51,50,65)
#22242D
(34,36,45)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #BBA2E1

#BBA2E1
(187,162,225)
#C1AAE3
(193,170,227)
#C7B2E5
(199,178,229)
#CDBAE7
(205,186,231)
#D3C2E9
(211,194,233)
#D9CAEB
(217,202,235)
#DFD2ED
(223,210,237)
#E5DAEF
(229,218,239)
#EBE2F1
(235,226,241)
#F1EAF3
(241,234,243)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA2E1 color. Also use rgb(187,162,225) instead hex code.

Text Font Color

.myTextColor { color: #BBA2E1; }

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

This text font color is #BBA2E1.

Background Color

.myBgColor { background-color: #BBA2E1; }

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

This div background color is #BBA2E1.

Border color

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

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

This div border color is #BBA2E1.

Opacity

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

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

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

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

This text has shadow with #BBA2E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA2E1.

Preview

Color preview on black background

This text has color #BBA2E1 on black background.


Color preview on white background

This text has color #BBA2E1 on white background.


Black color preview on #BBA2E1 background

This text has black color on #BBA2E1 background.


White color preview on #BBA2E1 background

This text has white color on #BBA2E1 background.


Related colors

Complementary color

Complementary color for #hex is #445D1E.


I love getcolorcode.com

Triadic colors

1 #E1BBA2 and #A2E1BB with #BBA2E1 are triadic colors.

2 #E1A2BB and #A2BBE1 with #BBA2E1 are triadic colors.