COLOR #BBACCC

HEX: #BBACCC RGB: (187,172,204)

Color info

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

RGB color model

#BBACCC color RGB value is (187,172,204).

RGB: (187,172,204) (73%, 67%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 204 of 255 = 80%

187
172
204

R + G + B ~ 73%. #BBACCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 172 + 204 = 563 (100%)
R 187 of 563 ~ 33.21%
G 172 of 563 ~ 30.55%
B 204 of 563 ~ 36.23'%

%33.21
%30.55
%36.23

CMYK color model

#BBACCC color CMYK value is (8,16,0,20).

  • cyan value is 8.33%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (8,16,0,20)
C8M16Y0K20 (8%, 16%, 0%, 20%)
(0.08 / 0.16 / 0.00 / 0.20)

CMYK percentages

%8.33
%15.69
%0
%20

Codes

Color #BBACCC in popluar color models

BB AC CC
RGB 187 172 204
HSL 268° 23.88% 73.73%
HSB/HSV 268° 15.69% 80.00%
CMYK 8.33% 15.69% 0.00%
20.00%

Color #BBACCC in popluar number systems.

HEX BB AC CC
Decimal 187 172 204
Binary 10111011 10101100 11001100
Octal 273 254 314

Shades and tints

Shades of #BBACCC

#BBACCC
(187,172,204)
#AA9DBA
(170,157,186)
#998EA8
(153,142,168)
#887F96
(136,127,150)
#777084
(119,112,132)
#666172
(102,97,114)
#555260
(85,82,96)
#44434E
(68,67,78)
#33343C
(51,52,60)
#22252A
(34,37,42)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #BBACCC

#BBACCC
(187,172,204)
#C1B3D0
(193,179,208)
#C7BAD4
(199,186,212)
#CDC1D8
(205,193,216)
#D3C8DC
(211,200,220)
#D9CFE0
(217,207,224)
#DFD6E4
(223,214,228)
#E5DDE8
(229,221,232)
#EBE4EC
(235,228,236)
#F1EBF0
(241,235,240)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACCC; }

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

This text font color is #BBACCC.

Background Color

.myBgColor { background-color: #BBACCC; }

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

This div background color is #BBACCC.

Border color

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

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

This div border color is #BBACCC.

Opacity

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

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

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

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

This text has shadow with #BBACCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBACCC.

Preview

Color preview on black background

This text has color #BBACCC on black background.


Color preview on white background

This text has color #BBACCC on white background.


Black color preview on #BBACCC background

This text has black color on #BBACCC background.


White color preview on #BBACCC background

This text has white color on #BBACCC background.


Related colors

Complementary color

Complementary color for #hex is #445333.


I love getcolorcode.com

Triadic colors

1 #CCBBAC and #ACCCBB with #BBACCC are triadic colors.

2 #CCACBB and #ACBBCC with #BBACCC are triadic colors.