COLOR #BBA7D8

HEX: #BBA7D8 RGB: (187,167,216)

Color info

#BBA7D8 contains red, green and blue colors in about the same proportion. Web safe color of #BBA7D8 is #CC99CC (or #C9C).

RGB color model

#BBA7D8 color RGB value is (187,167,216).

RGB: (187,167,216) (73%, 65%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 167 of 255 = 65%
B 216 of 255 = 85%

187
167
216

R + G + B ~ 74%. #BBA7D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 167 + 216 = 570 (100%)
R 187 of 570 ~ 32.81%
G 167 of 570 ~ 29.3%
B 216 of 570 ~ 37.89'%

%32.81
%29.3
%37.89

CMYK color model

#BBA7D8 color CMYK value is (13,23,0,15).

  • cyan value is 13.43%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (13,23,0,15)
C13M23Y0K15 (13%, 23%, 0%, 15%)
(0.13 / 0.23 / 0.00 / 0.15)

CMYK percentages

%13.43
%22.69
%0
%15.29

Codes

Color #BBA7D8 in popluar color models

BB A7 D8
RGB 187 167 216
HSL 264° 38.58% 75.10%
HSB/HSV 264° 22.69% 84.71%
CMYK 13.43% 22.69% 0.00%
15.29%

Color #BBA7D8 in popluar number systems.

HEX BB A7 D8
Decimal 187 167 216
Binary 10111011 10100111 11011000
Octal 273 247 330

Shades and tints

Shades of #BBA7D8

#BBA7D8
(187,167,216)
#AA98C5
(170,152,197)
#9989B2
(153,137,178)
#887A9F
(136,122,159)
#776B8C
(119,107,140)
#665C79
(102,92,121)
#554D66
(85,77,102)
#443E53
(68,62,83)
#332F40
(51,47,64)
#22202D
(34,32,45)
#11111A
(17,17,26)
#000000
(0,0,0)

Tints of #BBA7D8

#BBA7D8
(187,167,216)
#C1AFDB
(193,175,219)
#C7B7DE
(199,183,222)
#CDBFE1
(205,191,225)
#D3C7E4
(211,199,228)
#D9CFE7
(217,207,231)
#DFD7EA
(223,215,234)
#E5DFED
(229,223,237)
#EBE7F0
(235,231,240)
#F1EFF3
(241,239,243)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA7D8; }

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

This text font color is #BBA7D8.

Background Color

.myBgColor { background-color: #BBA7D8; }

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

This div background color is #BBA7D8.

Border color

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

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

This div border color is #BBA7D8.

Opacity

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

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

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

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

This text has shadow with #BBA7D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA7D8.

Preview

Color preview on black background

This text has color #BBA7D8 on black background.


Color preview on white background

This text has color #BBA7D8 on white background.


Black color preview on #BBA7D8 background

This text has black color on #BBA7D8 background.


White color preview on #BBA7D8 background

This text has white color on #BBA7D8 background.


Related colors

Complementary color

Complementary color for #hex is #445827.


I love getcolorcode.com

Triadic colors

1 #D8BBA7 and #A7D8BB with #BBA7D8 are triadic colors.

2 #D8A7BB and #A7BBD8 with #BBA7D8 are triadic colors.