COLOR #BBACDD

HEX: #BBACDD
RGB: (187,172,221)

Color info

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

RGB color model

#BBACDD color RGB value is (187,172,221).

  • red value is 187;
  • green value is 172;
  • blue value is 221.
RGB:
(187,172,221)
(73%,67%,87%)

RGB channels and saturation

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

187
172
221

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

Portions of RGB colors in percentages

R + G + B =
187 + 172 + 221 = 580 (100%)
R 187 of 580 ~ 32.24%
G 172 of 580 ~ 29.66%
B 221 of 580 ~ 38.1%

%32.24
%29.66
%38.1

CMYK color model

#BBACDD color CMYK value is (15,22,0,13).

  • cyan value is 15.38%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,22,0,13)
C15M22Y0K13 
(15%,22%,0%,13%)
(0.15/0.22/0.00/0.13)	

CMYK percentages

%15.38
%22.17
%0
%13.33

Codes

Color #BBACDD in popluar color models

BBACDD
RGB187172221
HSL258°41.88%77.06%
HSB/HSV258°22.17%86.67%
CMYK15.38%22.17%0.00%
13.33%

Color #BBACDD in popluar number systems.

HEXBBACDD
Decimal187172221
Binary101110111010110011011101
Octal273254335

Shades and tints

Shades of #BBACDD

#BBACDD
(187,172,221)
#AA9DC9
(170,157,201)
#998EB5
(153,142,181)
#887FA1
(136,127,161)
#77708D
(119,112,141)
#666179
(102,97,121)
#555265
(85,82,101)
#444351
(68,67,81)
#33343D
(51,52,61)
#222529
(34,37,41)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #BBACDD

#BBACDD
(187,172,221)
#C1B3E0
(193,179,224)
#C7BAE3
(199,186,227)
#CDC1E6
(205,193,230)
#D3C8E9
(211,200,233)
#D9CFEC
(217,207,236)
#DFD6EF
(223,214,239)
#E5DDF2
(229,221,242)
#EBE4F5
(235,228,245)
#F1EBF8
(241,235,248)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACDD; }

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

This text font color is #BBACDD.


Background Color

.myBgColor { background-color: #BBACDD; }

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

This div background color is #BBACDD.


Border color

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

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

This div border color is #BBACDD.


Opacity

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

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

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

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

This text has shadow with #BBACDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBACDD on black background.


Color preview on white background

This text has color #BBACDD on white background.



Black color preview on #BBACDD background

This text has black color on #BBACDD background.


White color preview on #BBACDD background

This text has white color on #BBACDD background.