COLOR #BBA0BC

HEX: #BBA0BC RGB: (187,160,188)

Color info

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

RGB color model

#BBA0BC color RGB value is (187,160,188).

RGB: (187,160,188) (73%, 63%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 160 of 255 = 63%
B 188 of 255 = 74%

187
160
188

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

Portions of RGB colors in percentages

R + G + B = 187 + 160 + 188 = 535 (100%)
R 187 of 535 ~ 34.95%
G 160 of 535 ~ 29.91%
B 188 of 535 ~ 35.14'%

%34.95
%29.91
%35.14

CMYK color model

#BBA0BC color CMYK value is (1,15,0,26).

  • cyan value is 0.53%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (1,15,0,26)
C1M15Y0K26 (1%, 15%, 0%, 26%)
(0.01 / 0.15 / 0.00 / 0.26)

CMYK percentages

%0.53
%14.89
%0
%26.27

Codes

Color #BBA0BC in popluar color models

BB A0 BC
RGB 187 160 188
HSL 298° 17.28% 68.24%
HSB/HSV 298° 14.89% 73.73%
CMYK 0.53% 14.89% 0.00%
26.27%

Color #BBA0BC in popluar number systems.

HEX BB A0 BC
Decimal 187 160 188
Binary 10111011 10100000 10111100
Octal 273 240 274

Shades and tints

Shades of #BBA0BC

#BBA0BC
(187,160,188)
#AA92AB
(170,146,171)
#99849A
(153,132,154)
#887689
(136,118,137)
#776878
(119,104,120)
#665A67
(102,90,103)
#554C56
(85,76,86)
#443E45
(68,62,69)
#333034
(51,48,52)
#222223
(34,34,35)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BBA0BC

#BBA0BC
(187,160,188)
#C1A8C2
(193,168,194)
#C7B0C8
(199,176,200)
#CDB8CE
(205,184,206)
#D3C0D4
(211,192,212)
#D9C8DA
(217,200,218)
#DFD0E0
(223,208,224)
#E5D8E6
(229,216,230)
#EBE0EC
(235,224,236)
#F1E8F2
(241,232,242)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA0BC; }

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

This text font color is #BBA0BC.

Background Color

.myBgColor { background-color: #BBA0BC; }

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

This div background color is #BBA0BC.

Border color

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

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

This div border color is #BBA0BC.

Opacity

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

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

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

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

This text has shadow with #BBA0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA0BC.

Preview

Color preview on black background

This text has color #BBA0BC on black background.


Color preview on white background

This text has color #BBA0BC on white background.


Black color preview on #BBA0BC background

This text has black color on #BBA0BC background.


White color preview on #BBA0BC background

This text has white color on #BBA0BC background.


Related colors

Complementary color

Complementary color for #hex is #445F43.


I love getcolorcode.com

Triadic colors

1 #BCBBA0 and #A0BCBB with #BBA0BC are triadic colors.

2 #BCA0BB and #A0BBBC with #BBA0BC are triadic colors.