COLOR #BBACC0

HEX: #BBACC0
RGB: (187,172,192)

Color info

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

RGB color model

#BBACC0 color RGB value is (187,172,192).

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

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 192 of 255 = 75%

187
172
192

R + G + B ~ 72%. #BBACC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 172 + 192 = 551 (100%)
R 187 of 551 ~ 33.94%
G 172 of 551 ~ 31.22%
B 192 of 551 ~ 34.85%

%33.94
%31.22
%34.85

CMYK color model

#BBACC0 color CMYK value is (3,10,0,25).

  • cyan value is 2.60%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(3,10,0,25)
C3M10Y0K25 
(3%,10%,0%,25%)
(0.03/0.10/0.00/0.25)	

CMYK percentages

%2.6
%10.42
%0
%24.71

Codes

Color #BBACC0 in popluar color models

BBACC0
RGB187172192
HSL285°13.70%71.37%
HSB/HSV285°10.42%75.29%
CMYK2.60%10.42%0.00%
24.71%

Color #BBACC0 in popluar number systems.

HEXBBACC0
Decimal187172192
Binary101110111010110011000000
Octal273254300

Shades and tints

Shades of #BBACC0

#BBACC0
(187,172,192)
#AA9DAF
(170,157,175)
#998E9E
(153,142,158)
#887F8D
(136,127,141)
#77707C
(119,112,124)
#66616B
(102,97,107)
#55525A
(85,82,90)
#444349
(68,67,73)
#333438
(51,52,56)
#222527
(34,37,39)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #BBACC0

#BBACC0
(187,172,192)
#C1B3C5
(193,179,197)
#C7BACA
(199,186,202)
#CDC1CF
(205,193,207)
#D3C8D4
(211,200,212)
#D9CFD9
(217,207,217)
#DFD6DE
(223,214,222)
#E5DDE3
(229,221,227)
#EBE4E8
(235,228,232)
#F1EBED
(241,235,237)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACC0; }

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

This text font color is #BBACC0.


Background Color

.myBgColor { background-color: #BBACC0; }

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

This div background color is #BBACC0.


Border color

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

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

This div border color is #BBACC0.


Opacity

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

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

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

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

This text has shadow with #BBACC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBACC0 on black background.


Color preview on white background

This text has color #BBACC0 on white background.



Black color preview on #BBACC0 background

This text has black color on #BBACC0 background.


White color preview on #BBACC0 background

This text has white color on #BBACC0 background.