COLOR #BBACD5

HEX: #BBACD5
RGB: (187,172,213)

Color info

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

RGB color model

#BBACD5 color RGB value is (187,172,213).

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

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 213 of 255 = 84%

187
172
213

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

Portions of RGB colors in percentages

R + G + B =
187 + 172 + 213 = 572 (100%)
R 187 of 572 ~ 32.69%
G 172 of 572 ~ 30.07%
B 213 of 572 ~ 37.24%

%32.69
%30.07
%37.24

CMYK color model

#BBACD5 color CMYK value is (12,19,0,16).

  • cyan value is 12.21%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(12,19,0,16)
C12M19Y0K16 
(12%,19%,0%,16%)
(0.12/0.19/0.00/0.16)	

CMYK percentages

%12.21
%19.25
%0
%16.47

Codes

Color #BBACD5 in popluar color models

BBACD5
RGB187172213
HSL262°32.80%75.49%
HSB/HSV262°19.25%83.53%
CMYK12.21%19.25%0.00%
16.47%

Color #BBACD5 in popluar number systems.

HEXBBACD5
Decimal187172213
Binary101110111010110011010101
Octal273254325

Shades and tints

Shades of #BBACD5

#BBACD5
(187,172,213)
#AA9DC2
(170,157,194)
#998EAF
(153,142,175)
#887F9C
(136,127,156)
#777089
(119,112,137)
#666176
(102,97,118)
#555263
(85,82,99)
#444350
(68,67,80)
#33343D
(51,52,61)
#22252A
(34,37,42)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBACD5

#BBACD5
(187,172,213)
#C1B3D8
(193,179,216)
#C7BADB
(199,186,219)
#CDC1DE
(205,193,222)
#D3C8E1
(211,200,225)
#D9CFE4
(217,207,228)
#DFD6E7
(223,214,231)
#E5DDEA
(229,221,234)
#EBE4ED
(235,228,237)
#F1EBF0
(241,235,240)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACD5; }

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

This text font color is #BBACD5.


Background Color

.myBgColor { background-color: #BBACD5; }

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

This div background color is #BBACD5.


Border color

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

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

This div border color is #BBACD5.


Opacity

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

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

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

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

This text has shadow with #BBACD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBACD5 on black background.


Color preview on white background

This text has color #BBACD5 on white background.



Black color preview on #BBACD5 background

This text has black color on #BBACD5 background.


White color preview on #BBACD5 background

This text has white color on #BBACD5 background.