COLOR #BB97AB

HEX: #BB97AB RGB: (187,151,171)

Color info

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

RGB color model

#BB97AB color RGB value is (187,151,171).

RGB: (187,151,171) (73%, 59%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 151 of 255 = 59%
B 171 of 255 = 67%

187
151
171

R + G + B ~ 66%. #BB97AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 151 + 171 = 509 (100%)
R 187 of 509 ~ 36.74%
G 151 of 509 ~ 29.67%
B 171 of 509 ~ 33.6'%

%36.74
%29.67
%33.6

CMYK color model

#BB97AB color CMYK value is (0,19,9,27).

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

CMYK: (0,19,9,27)
C0M19Y9K27 (0%, 19%, 9%, 27%)
(0.00 / 0.19 / 0.09 / 0.27)

CMYK percentages

%0
%19.25
%8.56
%26.67

Codes

Color #BB97AB in popluar color models

BB 97 AB
RGB 187 151 171
HSL 327° 20.93% 66.27%
HSB/HSV 327° 19.25% 73.33%
CMYK 0.00% 19.25% 8.56%
26.67%

Color #BB97AB in popluar number systems.

HEX BB 97 AB
Decimal 187 151 171
Binary 10111011 10010111 10101011
Octal 273 227 253

Shades and tints

Shades of #BB97AB

#BB97AB
(187,151,171)
#AA8A9C
(170,138,156)
#997D8D
(153,125,141)
#88707E
(136,112,126)
#77636F
(119,99,111)
#665660
(102,86,96)
#554951
(85,73,81)
#443C42
(68,60,66)
#332F33
(51,47,51)
#222224
(34,34,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #BB97AB

#BB97AB
(187,151,171)
#C1A0B2
(193,160,178)
#C7A9B9
(199,169,185)
#CDB2C0
(205,178,192)
#D3BBC7
(211,187,199)
#D9C4CE
(217,196,206)
#DFCDD5
(223,205,213)
#E5D6DC
(229,214,220)
#EBDFE3
(235,223,227)
#F1E8EA
(241,232,234)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB97AB; }

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

This text font color is #BB97AB.

Background Color

.myBgColor { background-color: #BB97AB; }

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

This div background color is #BB97AB.

Border color

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

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

This div border color is #BB97AB.

Opacity

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

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

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

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

This text has shadow with #BB97AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB97AB.

Preview

Color preview on black background

This text has color #BB97AB on black background.


Color preview on white background

This text has color #BB97AB on white background.


Black color preview on #BB97AB background

This text has black color on #BB97AB background.


White color preview on #BB97AB background

This text has white color on #BB97AB background.


Related colors

Complementary color

Complementary color for #hex is #446854.


I love getcolorcode.com

Triadic colors

1 #ABBB97 and #97ABBB with #BB97AB are triadic colors.

2 #AB97BB and #97BBAB with #BB97AB are triadic colors.