COLOR #BBA7E7

HEX: #BBA7E7 RGB: (187,167,231)

Color info

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

RGB color model

#BBA7E7 color RGB value is (187,167,231).

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

RGB channels and saturation

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

187
167
231

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

Portions of RGB colors in percentages

R + G + B = 187 + 167 + 231 = 585 (100%)
R 187 of 585 ~ 31.97%
G 167 of 585 ~ 28.55%
B 231 of 585 ~ 39.49'%

%31.97
%28.55
%39.49

CMYK color model

#BBA7E7 color CMYK value is (19,28,0,9).

  • cyan value is 19.05%
  • magenta value is 27.71%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (19,28,0,9) C19M28Y0K9 (19%,28%,0%,9%) (0.19/0.28/0.00/0.09) 

CMYK percentages

%19.05
%27.71
%0
%9.41

Codes

Color #BBA7E7 in popluar color models

BB A7 E7
RGB 187 167 231
HSL 259° 57.14% 78.04%
HSB/HSV 259° 27.71% 90.59%
CMYK 19.05% 27.71% 0.00%
9.41%

Color #BBA7E7 in popluar number systems.

HEX BB A7 E7
Decimal 187 167 231
Binary 10111011 10100111 11100111
Octal 273 247 347

Shades and tints

Shades of #BBA7E7

#BBA7E7
(187,167,231)
#AA98D2
(170,152,210)
#9989BD
(153,137,189)
#887AA8
(136,122,168)
#776B93
(119,107,147)
#665C7E
(102,92,126)
#554D69
(85,77,105)
#443E54
(68,62,84)
#332F3F
(51,47,63)
#22202A
(34,32,42)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #BBA7E7

#BBA7E7
(187,167,231)
#C1AFE9
(193,175,233)
#C7B7EB
(199,183,235)
#CDBFED
(205,191,237)
#D3C7EF
(211,199,239)
#D9CFF1
(217,207,241)
#DFD7F3
(223,215,243)
#E5DFF5
(229,223,245)
#EBE7F7
(235,231,247)
#F1EFF9
(241,239,249)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA7E7; }

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

This text font color is #BBA7E7.

Background Color

.myBgColor { background-color: #BBA7E7; }

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

This div background color is #BBA7E7.

Border color

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

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

This div border color is #BBA7E7.

Opacity

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

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

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

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

This text has shadow with #BBA7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA7E7.

Preview

Color preview on black background

This text has color #BBA7E7 on black background.


Color preview on white background

This text has color #BBA7E7 on white background.


Black color preview on #BBA7E7 background

This text has black color on #BBA7E7 background.


White color preview on #BBA7E7 background

This text has white color on #BBA7E7 background.


Related colors

Complementary color

Complementary color for #hex is #445818.


I love getcolorcode.com

Triadic colors

1 #E7BBA7 and #A7E7BB with #BBA7E7 are triadic colors.

2 #E7A7BB and #A7BBE7 with #BBA7E7 are triadic colors.