COLOR #BD99B8

HEX: #BD99B8 RGB: (189,153,184)

Color info

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

RGB color model

#BD99B8 color RGB value is (189,153,184).

RGB: (189,153,184) (74%, 60%, 72%)

RGB channels and saturation

R 189 of 255 = 74%
G 153 of 255 = 60%
B 184 of 255 = 72%

189
153
184

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

Portions of RGB colors in percentages

R + G + B = 189 + 153 + 184 = 526 (100%)
R 189 of 526 ~ 35.93%
G 153 of 526 ~ 29.09%
B 184 of 526 ~ 34.98'%

%35.93
%29.09
%34.98

CMYK color model

#BD99B8 color CMYK value is (0,19,3,26).

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

CMYK: (0,19,3,26)
C0M19Y3K26 (0%, 19%, 3%, 26%)
(0.00 / 0.19 / 0.03 / 0.26)

CMYK percentages

%0
%19.05
%2.65
%25.88

Codes

Color #BD99B8 in popluar color models

BD 99 B8
RGB 189 153 184
HSL 308° 21.43% 67.06%
HSB/HSV 308° 19.05% 74.12%
CMYK 0.00% 19.05% 2.65%
25.88%

Color #BD99B8 in popluar number systems.

HEX BD 99 B8
Decimal 189 153 184
Binary 10111101 10011001 10111000
Octal 275 231 270

Shades and tints

Shades of #BD99B8

#BD99B8
(189,153,184)
#AC8CA8
(172,140,168)
#9B7F98
(155,127,152)
#8A7288
(138,114,136)
#796578
(121,101,120)
#685868
(104,88,104)
#574B58
(87,75,88)
#463E48
(70,62,72)
#353138
(53,49,56)
#242428
(36,36,40)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BD99B8

#BD99B8
(189,153,184)
#C3A2BE
(195,162,190)
#C9ABC4
(201,171,196)
#CFB4CA
(207,180,202)
#D5BDD0
(213,189,208)
#DBC6D6
(219,198,214)
#E1CFDC
(225,207,220)
#E7D8E2
(231,216,226)
#EDE1E8
(237,225,232)
#F3EAEE
(243,234,238)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD99B8; }

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

This text font color is #BD99B8.

Background Color

.myBgColor { background-color: #BD99B8; }

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

This div background color is #BD99B8.

Border color

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

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

This div border color is #BD99B8.

Opacity

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

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

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

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

This text has shadow with #BD99B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD99B8.

Preview

Color preview on black background

This text has color #BD99B8 on black background.


Color preview on white background

This text has color #BD99B8 on white background.


Black color preview on #BD99B8 background

This text has black color on #BD99B8 background.


White color preview on #BD99B8 background

This text has white color on #BD99B8 background.


Related colors

Complementary color

Complementary color for #hex is #426647.


I love getcolorcode.com

Triadic colors

1 #B8BD99 and #99B8BD with #BD99B8 are triadic colors.

2 #B899BD and #99BDB8 with #BD99B8 are triadic colors.