COLOR #BB809D

HEX: #BB809D RGB: (187,128,157)

Color info

#BB809D contains red, green and blue colors in about the same proportion. Web safe color of #BB809D is #CC6699 (or #C69).

RGB color model

#BB809D color RGB value is (187,128,157).

RGB: (187,128,157) (73%, 50%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 128 of 255 = 50%
B 157 of 255 = 62%

187
128
157

R + G + B ~ 62%. #BB809D is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 128 + 157 = 472 (100%)
R 187 of 472 ~ 39.62%
G 128 of 472 ~ 27.12%
B 157 of 472 ~ 33.26'%

%39.62
%27.12
%33.26

CMYK color model

#BB809D color CMYK value is (0,32,16,27).

  • cyan value is 0.00%
  • magenta value is 31.55%
  • yellow value is 16.04%
  • key color value is 26.67%

CMYK: (0,32,16,27)
C0M32Y16K27 (0%, 32%, 16%, 27%)
(0.00 / 0.32 / 0.16 / 0.27)

CMYK percentages

%0
%31.55
%16.04
%26.67

Codes

Color #BB809D in popluar color models

BB 80 9D
RGB 187 128 157
HSL 331° 30.26% 61.76%
HSB/HSV 331° 31.55% 73.33%
CMYK 0.00% 31.55% 16.04%
26.67%

Color #BB809D in popluar number systems.

HEX BB 80 9D
Decimal 187 128 157
Binary 10111011 10000000 10011101
Octal 273 200 235

Shades and tints

Shades of #BB809D

#BB809D
(187,128,157)
#AA758F
(170,117,143)
#996A81
(153,106,129)
#885F73
(136,95,115)
#775465
(119,84,101)
#664957
(102,73,87)
#553E49
(85,62,73)
#44333B
(68,51,59)
#33282D
(51,40,45)
#221D1F
(34,29,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #BB809D

#BB809D
(187,128,157)
#C18BA5
(193,139,165)
#C796AD
(199,150,173)
#CDA1B5
(205,161,181)
#D3ACBD
(211,172,189)
#D9B7C5
(217,183,197)
#DFC2CD
(223,194,205)
#E5CDD5
(229,205,213)
#EBD8DD
(235,216,221)
#F1E3E5
(241,227,229)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB809D color. Also use rgb(187,128,157) instead hex code.

Text Font Color

.myTextColor { color: #BB809D; }

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

This text font color is #BB809D.

Background Color

.myBgColor { background-color: #BB809D; }

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

This div background color is #BB809D.

Border color

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

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

This div border color is #BB809D.

Opacity

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

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

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

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

This text has shadow with #BB809D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB809D.

Preview

Color preview on black background

This text has color #BB809D on black background.


Color preview on white background

This text has color #BB809D on white background.


Black color preview on #BB809D background

This text has black color on #BB809D background.


White color preview on #BB809D background

This text has white color on #BB809D background.


Related colors

Complementary color

Complementary color for #hex is #447F62.


I love getcolorcode.com

Triadic colors

1 #9DBB80 and #809DBB with #BB809D are triadic colors.

2 #9D80BB and #80BB9D with #BB809D are triadic colors.