COLOR #BD99BB

HEX: #BD99BB RGB: (189,153,187)

Color info

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

RGB color model

#BD99BB color RGB value is (189,153,187).

RGB: (189,153,187) (74%, 60%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 153 of 255 = 60%
B 187 of 255 = 73%

189
153
187

R + G + B ~ 69%. #BD99BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 153 + 187 = 529 (100%)
R 189 of 529 ~ 35.73%
G 153 of 529 ~ 28.92%
B 187 of 529 ~ 35.35'%

%35.73
%28.92
%35.35

CMYK color model

#BD99BB color CMYK value is (0,19,1,26).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 1.06%
  • key color value is 25.88%

CMYK: (0,19,1,26)
C0M19Y1K26 (0%, 19%, 1%, 26%)
(0.00 / 0.19 / 0.01 / 0.26)

CMYK percentages

%0
%19.05
%1.06
%25.88

Codes

Color #BD99BB in popluar color models

BD 99 BB
RGB 189 153 187
HSL 303° 21.43% 67.06%
HSB/HSV 303° 19.05% 74.12%
CMYK 0.00% 19.05% 1.06%
25.88%

Color #BD99BB in popluar number systems.

HEX BD 99 BB
Decimal 189 153 187
Binary 10111101 10011001 10111011
Octal 275 231 273

Shades and tints

Shades of #BD99BB

#BD99BB
(189,153,187)
#AC8CAA
(172,140,170)
#9B7F99
(155,127,153)
#8A7288
(138,114,136)
#796577
(121,101,119)
#685866
(104,88,102)
#574B55
(87,75,85)
#463E44
(70,62,68)
#353133
(53,49,51)
#242422
(36,36,34)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #BD99BB

#BD99BB
(189,153,187)
#C3A2C1
(195,162,193)
#C9ABC7
(201,171,199)
#CFB4CD
(207,180,205)
#D5BDD3
(213,189,211)
#DBC6D9
(219,198,217)
#E1CFDF
(225,207,223)
#E7D8E5
(231,216,229)
#EDE1EB
(237,225,235)
#F3EAF1
(243,234,241)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD99BB color. Also use rgb(189,153,187) instead hex code.

Text Font Color

.myTextColor { color: #BD99BB; }

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

This text font color is #BD99BB.

Background Color

.myBgColor { background-color: #BD99BB; }

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

This div background color is #BD99BB.

Border color

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

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

This div border color is #BD99BB.

Opacity

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

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

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

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

This text has shadow with #BD99BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD99BB.

Preview

Color preview on black background

This text has color #BD99BB on black background.


Color preview on white background

This text has color #BD99BB on white background.


Black color preview on #BD99BB background

This text has black color on #BD99BB background.


White color preview on #BD99BB background

This text has white color on #BD99BB background.


Related colors

Complementary color

Complementary color for #hex is #426644.


I love getcolorcode.com

Triadic colors

1 #BBBD99 and #99BBBD with #BD99BB are triadic colors.

2 #BB99BD and #99BDBB with #BD99BB are triadic colors.