COLOR #BBA0A4

HEX: #BBA0A4 RGB: (187,160,164)

Color info

#BBA0A4 contains red, green and blue colors in about the same proportion. Web safe color of #BBA0A4 is #CC9999 (or #C99).

RGB color model

#BBA0A4 color RGB value is (187,160,164).

RGB: (187,160,164) (73%, 63%, 64%)

RGB channels and saturation

R 187 of 255 = 73%
G 160 of 255 = 63%
B 164 of 255 = 64%

187
160
164

R + G + B ~ 67%. #BBA0A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 160 + 164 = 511 (100%)
R 187 of 511 ~ 36.59%
G 160 of 511 ~ 31.31%
B 164 of 511 ~ 32.09'%

%36.59
%31.31
%32.09

CMYK color model

#BBA0A4 color CMYK value is (0,14,12,27).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 12.30%
  • key color value is 26.67%

CMYK: (0,14,12,27)
C0M14Y12K27 (0%, 14%, 12%, 27%)
(0.00 / 0.14 / 0.12 / 0.27)

CMYK percentages

%0
%14.44
%12.3
%26.67

Codes

Color #BBA0A4 in popluar color models

BB A0 A4
RGB 187 160 164
HSL 351° 16.56% 68.04%
HSB/HSV 351° 14.44% 73.33%
CMYK 0.00% 14.44% 12.30%
26.67%

Color #BBA0A4 in popluar number systems.

HEX BB A0 A4
Decimal 187 160 164
Binary 10111011 10100000 10100100
Octal 273 240 244

Shades and tints

Shades of #BBA0A4

#BBA0A4
(187,160,164)
#AA9296
(170,146,150)
#998488
(153,132,136)
#88767A
(136,118,122)
#77686C
(119,104,108)
#665A5E
(102,90,94)
#554C50
(85,76,80)
#443E42
(68,62,66)
#333034
(51,48,52)
#222226
(34,34,38)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #BBA0A4

#BBA0A4
(187,160,164)
#C1A8AC
(193,168,172)
#C7B0B4
(199,176,180)
#CDB8BC
(205,184,188)
#D3C0C4
(211,192,196)
#D9C8CC
(217,200,204)
#DFD0D4
(223,208,212)
#E5D8DC
(229,216,220)
#EBE0E4
(235,224,228)
#F1E8EC
(241,232,236)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA0A4; }

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

This text font color is #BBA0A4.

Background Color

.myBgColor { background-color: #BBA0A4; }

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

This div background color is #BBA0A4.

Border color

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

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

This div border color is #BBA0A4.

Opacity

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

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

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

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

This text has shadow with #BBA0A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA0A4.

Preview

Color preview on black background

This text has color #BBA0A4 on black background.


Color preview on white background

This text has color #BBA0A4 on white background.


Black color preview on #BBA0A4 background

This text has black color on #BBA0A4 background.


White color preview on #BBA0A4 background

This text has white color on #BBA0A4 background.


Related colors

Complementary color

Complementary color for #hex is #445F5B.


I love getcolorcode.com

Triadic colors

1 #A4BBA0 and #A0A4BB with #BBA0A4 are triadic colors.

2 #A4A0BB and #A0BBA4 with #BBA0A4 are triadic colors.