COLOR #BBA7DE

HEX: #BBA7DE
RGB: (187,167,222)

Color info

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

RGB color model

#BBA7DE color RGB value is (187,167,222).

  • red value is 187;
  • green value is 167;
  • blue value is 222.
RGB:
(187,167,222)
(73%,65%,87%)

RGB channels and saturation

R 187 of 255 = 73%
G 167 of 255 = 65%
B 222 of 255 = 87%

187
167
222

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

Portions of RGB colors in percentages

R + G + B =
187 + 167 + 222 = 576 (100%)
R 187 of 576 ~ 32.47%
G 167 of 576 ~ 28.99%
B 222 of 576 ~ 38.54%

%32.47
%28.99
%38.54

CMYK color model

#BBA7DE color CMYK value is (16,25,0,13).

  • cyan value is 15.77%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(16,25,0,13)
C16M25Y0K13 
(16%,25%,0%,13%)
(0.16/0.25/0.00/0.13)	

CMYK percentages

%15.77
%24.77
%0
%12.94

Codes

Color #BBA7DE in popluar color models

BBA7DE
RGB187167222
HSL262°45.45%76.27%
HSB/HSV262°24.77%87.06%
CMYK15.77%24.77%0.00%
12.94%

Color #BBA7DE in popluar number systems.

HEXBBA7DE
Decimal187167222
Binary101110111010011111011110
Octal273247336

Shades and tints

Shades of #BBA7DE

#BBA7DE
(187,167,222)
#AA98CA
(170,152,202)
#9989B6
(153,137,182)
#887AA2
(136,122,162)
#776B8E
(119,107,142)
#665C7A
(102,92,122)
#554D66
(85,77,102)
#443E52
(68,62,82)
#332F3E
(51,47,62)
#22202A
(34,32,42)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #BBA7DE

#BBA7DE
(187,167,222)
#C1AFE1
(193,175,225)
#C7B7E4
(199,183,228)
#CDBFE7
(205,191,231)
#D3C7EA
(211,199,234)
#D9CFED
(217,207,237)
#DFD7F0
(223,215,240)
#E5DFF3
(229,223,243)
#EBE7F6
(235,231,246)
#F1EFF9
(241,239,249)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA7DE; }

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

This text font color is #BBA7DE.


Background Color

.myBgColor { background-color: #BBA7DE; }

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

This div background color is #BBA7DE.


Border color

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

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

This div border color is #BBA7DE.


Opacity

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

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

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

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

This text has shadow with #BBA7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA7DE on black background.


Color preview on white background

This text has color #BBA7DE on white background.



Black color preview on #BBA7DE background

This text has black color on #BBA7DE background.


White color preview on #BBA7DE background

This text has white color on #BBA7DE background.