COLOR #BB9BAF

HEX: #BB9BAF RGB: (187,155,175)

Color info

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

RGB color model

#BB9BAF color RGB value is (187,155,175).

RGB: (187,155,175) (73%, 61%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 175 of 255 = 69%

187
155
175

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

Portions of RGB colors in percentages

R + G + B = 187 + 155 + 175 = 517 (100%)
R 187 of 517 ~ 36.17%
G 155 of 517 ~ 29.98%
B 175 of 517 ~ 33.85'%

%36.17
%29.98
%33.85

CMYK color model

#BB9BAF color CMYK value is (0,17,6,27).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 6.42%
  • key color value is 26.67%

CMYK: (0,17,6,27)
C0M17Y6K27 (0%, 17%, 6%, 27%)
(0.00 / 0.17 / 0.06 / 0.27)

CMYK percentages

%0
%17.11
%6.42
%26.67

Codes

Color #BB9BAF in popluar color models

BB 9B AF
RGB 187 155 175
HSL 323° 19.05% 67.06%
HSB/HSV 323° 17.11% 73.33%
CMYK 0.00% 17.11% 6.42%
26.67%

Color #BB9BAF in popluar number systems.

HEX BB 9B AF
Decimal 187 155 175
Binary 10111011 10011011 10101111
Octal 273 233 257

Shades and tints

Shades of #BB9BAF

#BB9BAF
(187,155,175)
#AA8DA0
(170,141,160)
#997F91
(153,127,145)
#887182
(136,113,130)
#776373
(119,99,115)
#665564
(102,85,100)
#554755
(85,71,85)
#443946
(68,57,70)
#332B37
(51,43,55)
#221D28
(34,29,40)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #BB9BAF

#BB9BAF
(187,155,175)
#C1A4B6
(193,164,182)
#C7ADBD
(199,173,189)
#CDB6C4
(205,182,196)
#D3BFCB
(211,191,203)
#D9C8D2
(217,200,210)
#DFD1D9
(223,209,217)
#E5DAE0
(229,218,224)
#EBE3E7
(235,227,231)
#F1ECEE
(241,236,238)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9BAF color. Also use rgb(187,155,175) instead hex code.

Text Font Color

.myTextColor { color: #BB9BAF; }

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

This text font color is #BB9BAF.

Background Color

.myBgColor { background-color: #BB9BAF; }

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

This div background color is #BB9BAF.

Border color

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

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

This div border color is #BB9BAF.

Opacity

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

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

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

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

This text has shadow with #BB9BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9BAF.

Preview

Color preview on black background

This text has color #BB9BAF on black background.


Color preview on white background

This text has color #BB9BAF on white background.


Black color preview on #BB9BAF background

This text has black color on #BB9BAF background.


White color preview on #BB9BAF background

This text has white color on #BB9BAF background.


Related colors

Complementary color

Complementary color for #hex is #446450.


I love getcolorcode.com

Triadic colors

1 #AFBB9B and #9BAFBB with #BB9BAF are triadic colors.

2 #AF9BBB and #9BBBAF with #BB9BAF are triadic colors.