COLOR #BBACDE

HEX: #BBACDE RGB: (187,172,222)

Color info

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

RGB color model

#BBACDE color RGB value is (187,172,222).

RGB: (187,172,222) (73%, 67%, 87%)

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 222 of 255 = 87%

187
172
222

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

Portions of RGB colors in percentages

R + G + B = 187 + 172 + 222 = 581 (100%)
R 187 of 581 ~ 32.19%
G 172 of 581 ~ 29.6%
B 222 of 581 ~ 38.21'%

%32.19
%29.6
%38.21

CMYK color model

#BBACDE color CMYK value is (16,23,0,13).

  • cyan value is 15.77%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (16,23,0,13)
C16M23Y0K13 (16%, 23%, 0%, 13%)
(0.16 / 0.23 / 0.00 / 0.13)

CMYK percentages

%15.77
%22.52
%0
%12.94

Codes

Color #BBACDE in popluar color models

BB AC DE
RGB 187 172 222
HSL 258° 43.10% 77.25%
HSB/HSV 258° 22.52% 87.06%
CMYK 15.77% 22.52% 0.00%
12.94%

Color #BBACDE in popluar number systems.

HEX BB AC DE
Decimal 187 172 222
Binary 10111011 10101100 11011110
Octal 273 254 336

Shades and tints

Shades of #BBACDE

#BBACDE
(187,172,222)
#AA9DCA
(170,157,202)
#998EB6
(153,142,182)
#887FA2
(136,127,162)
#77708E
(119,112,142)
#66617A
(102,97,122)
#555266
(85,82,102)
#444352
(68,67,82)
#33343E
(51,52,62)
#22252A
(34,37,42)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #BBACDE

#BBACDE
(187,172,222)
#C1B3E1
(193,179,225)
#C7BAE4
(199,186,228)
#CDC1E7
(205,193,231)
#D3C8EA
(211,200,234)
#D9CFED
(217,207,237)
#DFD6F0
(223,214,240)
#E5DDF3
(229,221,243)
#EBE4F6
(235,228,246)
#F1EBF9
(241,235,249)
#F7F2FC
(247,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACDE; }

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

This text font color is #BBACDE.

Background Color

.myBgColor { background-color: #BBACDE; }

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

This div background color is #BBACDE.

Border color

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

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

This div border color is #BBACDE.

Opacity

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

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

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

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

This text has shadow with #BBACDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBACDE.

Preview

Color preview on black background

This text has color #BBACDE on black background.


Color preview on white background

This text has color #BBACDE on white background.


Black color preview on #BBACDE background

This text has black color on #BBACDE background.


White color preview on #BBACDE background

This text has white color on #BBACDE background.


Related colors

Complementary color

Complementary color for #hex is #445321.


I love getcolorcode.com

Triadic colors

1 #DEBBAC and #ACDEBB with #BBACDE are triadic colors.

2 #DEACBB and #ACBBDE with #BBACDE are triadic colors.