COLOR #BBA3BC

HEX: #BBA3BC RGB: (187,163,188)

Color info

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

RGB color model

#BBA3BC color RGB value is (187,163,188).

RGB: (187,163,188) (73%, 64%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 163 of 255 = 64%
B 188 of 255 = 74%

187
163
188

R + G + B ~ 70%. #BBA3BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 163 + 188 = 538 (100%)
R 187 of 538 ~ 34.76%
G 163 of 538 ~ 30.3%
B 188 of 538 ~ 34.94'%

%34.76
%30.3
%34.94

CMYK color model

#BBA3BC color CMYK value is (1,13,0,26).

  • cyan value is 0.53%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (1,13,0,26) C1M13Y0K26 (1%,13%,0%,26%) (0.01/0.13/0.00/0.26) 

CMYK percentages

%0.53
%13.3
%0
%26.27

Codes

Color #BBA3BC in popluar color models

BB A3 BC
RGB 187 163 188
HSL 298° 15.72% 68.82%
HSB/HSV 298° 13.30% 73.73%
CMYK 0.53% 13.30% 0.00%
26.27%

Color #BBA3BC in popluar number systems.

HEX BB A3 BC
Decimal 187 163 188
Binary 10111011 10100011 10111100
Octal 273 243 274

Shades and tints

Shades of #BBA3BC

#BBA3BC
(187,163,188)
#AA95AB
(170,149,171)
#99879A
(153,135,154)
#887989
(136,121,137)
#776B78
(119,107,120)
#665D67
(102,93,103)
#554F56
(85,79,86)
#444145
(68,65,69)
#333334
(51,51,52)
#222523
(34,37,35)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #BBA3BC

#BBA3BC
(187,163,188)
#C1ABC2
(193,171,194)
#C7B3C8
(199,179,200)
#CDBBCE
(205,187,206)
#D3C3D4
(211,195,212)
#D9CBDA
(217,203,218)
#DFD3E0
(223,211,224)
#E5DBE6
(229,219,230)
#EBE3EC
(235,227,236)
#F1EBF2
(241,235,242)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA3BC color. Also use rgb(187,163,188) instead hex code.

Text Font Color

.myTextColor { color: #BBA3BC; }

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

This text font color is #BBA3BC.

Background Color

.myBgColor { background-color: #BBA3BC; }

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

This div background color is #BBA3BC.

Border color

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

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

This div border color is #BBA3BC.

Opacity

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

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

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

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

This text has shadow with #BBA3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA3BC.

Preview

Color preview on black background

This text has color #BBA3BC on black background.


Color preview on white background

This text has color #BBA3BC on white background.


Black color preview on #BBA3BC background

This text has black color on #BBA3BC background.


White color preview on #BBA3BC background

This text has white color on #BBA3BC background.


Related colors

Complementary color

Complementary color for #hex is #445C43.


I love getcolorcode.com

Triadic colors

1 #BCBBA3 and #A3BCBB with #BBA3BC are triadic colors.

2 #BCA3BB and #A3BBBC with #BBA3BC are triadic colors.