COLOR #BBA5E7

HEX: #BBA5E7 RGB: (187,165,231)

Color info

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

RGB color model

#BBA5E7 color RGB value is (187,165,231).

RGB: (187,165,231) (73%, 65%, 91%)

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 231 of 255 = 91%

187
165
231

R + G + B ~ 76%. #BBA5E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 165 + 231 = 583 (100%)
R 187 of 583 ~ 32.08%
G 165 of 583 ~ 28.3%
B 231 of 583 ~ 39.62'%

%32.08
%28.3
%39.62

CMYK color model

#BBA5E7 color CMYK value is (19,29,0,9).

  • cyan value is 19.05%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (19,29,0,9) C19M29Y0K9 (19%,29%,0%,9%) (0.19/0.29/0.00/0.09) 

CMYK percentages

%19.05
%28.57
%0
%9.41

Codes

Color #BBA5E7 in popluar color models

BB A5 E7
RGB 187 165 231
HSL 260° 57.89% 77.65%
HSB/HSV 260° 28.57% 90.59%
CMYK 19.05% 28.57% 0.00%
9.41%

Color #BBA5E7 in popluar number systems.

HEX BB A5 E7
Decimal 187 165 231
Binary 10111011 10100101 11100111
Octal 273 245 347

Shades and tints

Shades of #BBA5E7

#BBA5E7
(187,165,231)
#AA96D2
(170,150,210)
#9987BD
(153,135,189)
#8878A8
(136,120,168)
#776993
(119,105,147)
#665A7E
(102,90,126)
#554B69
(85,75,105)
#443C54
(68,60,84)
#332D3F
(51,45,63)
#221E2A
(34,30,42)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #BBA5E7

#BBA5E7
(187,165,231)
#C1ADE9
(193,173,233)
#C7B5EB
(199,181,235)
#CDBDED
(205,189,237)
#D3C5EF
(211,197,239)
#D9CDF1
(217,205,241)
#DFD5F3
(223,213,243)
#E5DDF5
(229,221,245)
#EBE5F7
(235,229,247)
#F1EDF9
(241,237,249)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA5E7; }

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

This text font color is #BBA5E7.

Background Color

.myBgColor { background-color: #BBA5E7; }

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

This div background color is #BBA5E7.

Border color

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

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

This div border color is #BBA5E7.

Opacity

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

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

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

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

This text has shadow with #BBA5E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA5E7.

Preview

Color preview on black background

This text has color #BBA5E7 on black background.


Color preview on white background

This text has color #BBA5E7 on white background.


Black color preview on #BBA5E7 background

This text has black color on #BBA5E7 background.


White color preview on #BBA5E7 background

This text has white color on #BBA5E7 background.


Related colors

Complementary color

Complementary color for #hex is #445A18.


I love getcolorcode.com

Triadic colors

1 #E7BBA5 and #A5E7BB with #BBA5E7 are triadic colors.

2 #E7A5BB and #A5BBE7 with #BBA5E7 are triadic colors.