COLOR #BBACCF

HEX: #BBACCF RGB: (187,172,207)

Color info

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

RGB color model

#BBACCF color RGB value is (187,172,207).

RGB: (187,172,207) (73%, 67%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 207 of 255 = 81%

187
172
207

R + G + B ~ 74%. #BBACCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 172 + 207 = 566 (100%)
R 187 of 566 ~ 33.04%
G 172 of 566 ~ 30.39%
B 207 of 566 ~ 36.57'%

%33.04
%30.39
%36.57

CMYK color model

#BBACCF color CMYK value is (10,17,0,19).

  • cyan value is 9.66%
  • magenta value is 16.91%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (10,17,0,19)
C10M17Y0K19 (10%, 17%, 0%, 19%)
(0.10 / 0.17 / 0.00 / 0.19)

CMYK percentages

%9.66
%16.91
%0
%18.82

Codes

Color #BBACCF in popluar color models

BB AC CF
RGB 187 172 207
HSL 266° 26.72% 74.31%
HSB/HSV 266° 16.91% 81.18%
CMYK 9.66% 16.91% 0.00%
18.82%

Color #BBACCF in popluar number systems.

HEX BB AC CF
Decimal 187 172 207
Binary 10111011 10101100 11001111
Octal 273 254 317

Shades and tints

Shades of #BBACCF

#BBACCF
(187,172,207)
#AA9DBD
(170,157,189)
#998EAB
(153,142,171)
#887F99
(136,127,153)
#777087
(119,112,135)
#666175
(102,97,117)
#555263
(85,82,99)
#444351
(68,67,81)
#33343F
(51,52,63)
#22252D
(34,37,45)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #BBACCF

#BBACCF
(187,172,207)
#C1B3D3
(193,179,211)
#C7BAD7
(199,186,215)
#CDC1DB
(205,193,219)
#D3C8DF
(211,200,223)
#D9CFE3
(217,207,227)
#DFD6E7
(223,214,231)
#E5DDEB
(229,221,235)
#EBE4EF
(235,228,239)
#F1EBF3
(241,235,243)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACCF; }

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

This text font color is #BBACCF.

Background Color

.myBgColor { background-color: #BBACCF; }

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

This div background color is #BBACCF.

Border color

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

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

This div border color is #BBACCF.

Opacity

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

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

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

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

This text has shadow with #BBACCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBACCF.

Preview

Color preview on black background

This text has color #BBACCF on black background.


Color preview on white background

This text has color #BBACCF on white background.


Black color preview on #BBACCF background

This text has black color on #BBACCF background.


White color preview on #BBACCF background

This text has white color on #BBACCF background.


Related colors

Complementary color

Complementary color for #hex is #445330.


I love getcolorcode.com

Triadic colors

1 #CFBBAC and #ACCFBB with #BBACCF are triadic colors.

2 #CFACBB and #ACBBCF with #BBACCF are triadic colors.