COLOR #BBA5AB

HEX: #BBA5AB RGB: (187,165,171)

Color info

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

RGB color model

#BBA5AB color RGB value is (187,165,171).

RGB: (187,165,171) (73%, 65%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 171 of 255 = 67%

187
165
171

R + G + B ~ 68%. #BBA5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 165 + 171 = 523 (100%)
R 187 of 523 ~ 35.76%
G 165 of 523 ~ 31.55%
B 171 of 523 ~ 32.7'%

%35.76
%31.55
%32.7

CMYK color model

#BBA5AB color CMYK value is (0,12,9,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 8.56%
  • key color value is 26.67%

CMYK: (0,12,9,27)
C0M12Y9K27 (0%, 12%, 9%, 27%)
(0.00 / 0.12 / 0.09 / 0.27)

CMYK percentages

%0
%11.76
%8.56
%26.67

Codes

Color #BBA5AB in popluar color models

BB A5 AB
RGB 187 165 171
HSL 344° 13.92% 69.02%
HSB/HSV 344° 11.76% 73.33%
CMYK 0.00% 11.76% 8.56%
26.67%

Color #BBA5AB in popluar number systems.

HEX BB A5 AB
Decimal 187 165 171
Binary 10111011 10100101 10101011
Octal 273 245 253

Shades and tints

Shades of #BBA5AB

#BBA5AB
(187,165,171)
#AA969C
(170,150,156)
#99878D
(153,135,141)
#88787E
(136,120,126)
#77696F
(119,105,111)
#665A60
(102,90,96)
#554B51
(85,75,81)
#443C42
(68,60,66)
#332D33
(51,45,51)
#221E24
(34,30,36)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #BBA5AB

#BBA5AB
(187,165,171)
#C1ADB2
(193,173,178)
#C7B5B9
(199,181,185)
#CDBDC0
(205,189,192)
#D3C5C7
(211,197,199)
#D9CDCE
(217,205,206)
#DFD5D5
(223,213,213)
#E5DDDC
(229,221,220)
#EBE5E3
(235,229,227)
#F1EDEA
(241,237,234)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA5AB color. Also use rgb(187,165,171) instead hex code.

Text Font Color

.myTextColor { color: #BBA5AB; }

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

This text font color is #BBA5AB.

Background Color

.myBgColor { background-color: #BBA5AB; }

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

This div background color is #BBA5AB.

Border color

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

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

This div border color is #BBA5AB.

Opacity

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

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

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

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

This text has shadow with #BBA5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA5AB.

Preview

Color preview on black background

This text has color #BBA5AB on black background.


Color preview on white background

This text has color #BBA5AB on white background.


Black color preview on #BBA5AB background

This text has black color on #BBA5AB background.


White color preview on #BBA5AB background

This text has white color on #BBA5AB background.


Related colors

Complementary color

Complementary color for #hex is #445A54.


I love getcolorcode.com

Triadic colors

1 #ABBBA5 and #A5ABBB with #BBA5AB are triadic colors.

2 #ABA5BB and #A5BBAB with #BBA5AB are triadic colors.