COLOR #BB97B4

HEX: #BB97B4 RGB: (187,151,180)

Color info

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

RGB color model

#BB97B4 color RGB value is (187,151,180).

RGB: (187,151,180) (73%, 59%, 71%)

RGB channels and saturation

R 187 of 255 = 73%
G 151 of 255 = 59%
B 180 of 255 = 71%

187
151
180

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

Portions of RGB colors in percentages

R + G + B = 187 + 151 + 180 = 518 (100%)
R 187 of 518 ~ 36.1%
G 151 of 518 ~ 29.15%
B 180 of 518 ~ 34.75'%

%36.1
%29.15
%34.75

CMYK color model

#BB97B4 color CMYK value is (0,19,4,27).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 3.74%
  • key color value is 26.67%
CMYK: (0,19,4,27) C0M19Y4K27 (0%,19%,4%,27%) (0.00/0.19/0.04/0.27) 

CMYK percentages

%0
%19.25
%3.74
%26.67

Codes

Color #BB97B4 in popluar color models

BB 97 B4
RGB 187 151 180
HSL 312° 20.93% 66.27%
HSB/HSV 312° 19.25% 73.33%
CMYK 0.00% 19.25% 3.74%
26.67%

Color #BB97B4 in popluar number systems.

HEX BB 97 B4
Decimal 187 151 180
Binary 10111011 10010111 10110100
Octal 273 227 264

Shades and tints

Shades of #BB97B4

#BB97B4
(187,151,180)
#AA8AA4
(170,138,164)
#997D94
(153,125,148)
#887084
(136,112,132)
#776374
(119,99,116)
#665664
(102,86,100)
#554954
(85,73,84)
#443C44
(68,60,68)
#332F34
(51,47,52)
#222224
(34,34,36)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #BB97B4

#BB97B4
(187,151,180)
#C1A0BA
(193,160,186)
#C7A9C0
(199,169,192)
#CDB2C6
(205,178,198)
#D3BBCC
(211,187,204)
#D9C4D2
(217,196,210)
#DFCDD8
(223,205,216)
#E5D6DE
(229,214,222)
#EBDFE4
(235,223,228)
#F1E8EA
(241,232,234)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB97B4; }

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

This text font color is #BB97B4.

Background Color

.myBgColor { background-color: #BB97B4; }

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

This div background color is #BB97B4.

Border color

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

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

This div border color is #BB97B4.

Opacity

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

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

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

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

This text has shadow with #BB97B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB97B4.

Preview

Color preview on black background

This text has color #BB97B4 on black background.


Color preview on white background

This text has color #BB97B4 on white background.


Black color preview on #BB97B4 background

This text has black color on #BB97B4 background.


White color preview on #BB97B4 background

This text has white color on #BB97B4 background.


Related colors

Complementary color

Complementary color for #hex is #44684B.


I love getcolorcode.com

Triadic colors

1 #B4BB97 and #97B4BB with #BB97B4 are triadic colors.

2 #B497BB and #97BBB4 with #BB97B4 are triadic colors.