COLOR #BB6DA9

HEX: #BB6DA9 RGB: (187,109,169)

Color info

#BB6DA9 contains mainly red and blue colors. Web safe color of #BB6DA9 is #CC6699 (or #C69).

RGB color model

#BB6DA9 color RGB value is (187,109,169).

RGB: (187,109,169) (73%, 43%, 66%)

RGB channels and saturation

R 187 of 255 = 73%
G 109 of 255 = 43%
B 169 of 255 = 66%

187
109
169

R + G + B ~ 61%. #BB6DA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 109 + 169 = 465 (100%)
R 187 of 465 ~ 40.22%
G 109 of 465 ~ 23.44%
B 169 of 465 ~ 36.34'%

%40.22
%23.44
%36.34

CMYK color model

#BB6DA9 color CMYK value is (0,42,10,27).

  • cyan value is 0.00%
  • magenta value is 41.71%
  • yellow value is 9.63%
  • key color value is 26.67%

CMYK: (0,42,10,27)
C0M42Y10K27 (0%, 42%, 10%, 27%)
(0.00 / 0.42 / 0.10 / 0.27)

CMYK percentages

%0
%41.71
%9.63
%26.67

Codes

Color #BB6DA9 in popluar color models

BB 6D A9
RGB 187 109 169
HSL 314° 36.45% 58.04%
HSB/HSV 314° 41.71% 73.33%
CMYK 0.00% 41.71% 9.63%
26.67%

Color #BB6DA9 in popluar number systems.

HEX BB 6D A9
Decimal 187 109 169
Binary 10111011 1101101 10101001
Octal 273 155 251

Shades and tints

Shades of #BB6DA9

#BB6DA9
(187,109,169)
#AA649A
(170,100,154)
#995B8B
(153,91,139)
#88527C
(136,82,124)
#77496D
(119,73,109)
#66405E
(102,64,94)
#55374F
(85,55,79)
#442E40
(68,46,64)
#332531
(51,37,49)
#221C22
(34,28,34)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #BB6DA9

#BB6DA9
(187,109,169)
#C17AB0
(193,122,176)
#C787B7
(199,135,183)
#CD94BE
(205,148,190)
#D3A1C5
(211,161,197)
#D9AECC
(217,174,204)
#DFBBD3
(223,187,211)
#E5C8DA
(229,200,218)
#EBD5E1
(235,213,225)
#F1E2E8
(241,226,232)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6DA9 color. Also use rgb(187,109,169) instead hex code.

Text Font Color

.myTextColor { color: #BB6DA9; }

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

This text font color is #BB6DA9.

Background Color

.myBgColor { background-color: #BB6DA9; }

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

This div background color is #BB6DA9.

Border color

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

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

This div border color is #BB6DA9.

Opacity

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

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

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

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

This text has shadow with #BB6DA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6DA9.

Preview

Color preview on black background

This text has color #BB6DA9 on black background.


Color preview on white background

This text has color #BB6DA9 on white background.


Black color preview on #BB6DA9 background

This text has black color on #BB6DA9 background.


White color preview on #BB6DA9 background

This text has white color on #BB6DA9 background.


Related colors

Complementary color

Complementary color for #hex is #449256.


I love getcolorcode.com

Triadic colors

1 #A9BB6D and #6DA9BB with #BB6DA9 are triadic colors.

2 #A96DBB and #6DBBA9 with #BB6DA9 are triadic colors.