COLOR #BD99AE

HEX: #BD99AE RGB: (189,153,174)

Color info

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

RGB color model

#BD99AE color RGB value is (189,153,174).

RGB: (189,153,174) (74%, 60%, 68%)

RGB channels and saturation

R 189 of 255 = 74%
G 153 of 255 = 60%
B 174 of 255 = 68%

189
153
174

R + G + B ~ 67%. #BD99AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 153 + 174 = 516 (100%)
R 189 of 516 ~ 36.63%
G 153 of 516 ~ 29.65%
B 174 of 516 ~ 33.72'%

%36.63
%29.65
%33.72

CMYK color model

#BD99AE color CMYK value is (0,19,8,26).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK: (0,19,8,26) C0M19Y8K26 (0%,19%,8%,26%) (0.00/0.19/0.08/0.26) 

CMYK percentages

%0
%19.05
%7.94
%25.88

Codes

Color #BD99AE in popluar color models

BD 99 AE
RGB 189 153 174
HSL 325° 21.43% 67.06%
HSB/HSV 325° 19.05% 74.12%
CMYK 0.00% 19.05% 7.94%
25.88%

Color #BD99AE in popluar number systems.

HEX BD 99 AE
Decimal 189 153 174
Binary 10111101 10011001 10101110
Octal 275 231 256

Shades and tints

Shades of #BD99AE

#BD99AE
(189,153,174)
#AC8C9F
(172,140,159)
#9B7F90
(155,127,144)
#8A7281
(138,114,129)
#796572
(121,101,114)
#685863
(104,88,99)
#574B54
(87,75,84)
#463E45
(70,62,69)
#353136
(53,49,54)
#242427
(36,36,39)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BD99AE

#BD99AE
(189,153,174)
#C3A2B5
(195,162,181)
#C9ABBC
(201,171,188)
#CFB4C3
(207,180,195)
#D5BDCA
(213,189,202)
#DBC6D1
(219,198,209)
#E1CFD8
(225,207,216)
#E7D8DF
(231,216,223)
#EDE1E6
(237,225,230)
#F3EAED
(243,234,237)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD99AE; }

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

This text font color is #BD99AE.

Background Color

.myBgColor { background-color: #BD99AE; }

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

This div background color is #BD99AE.

Border color

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

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

This div border color is #BD99AE.

Opacity

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

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

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

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

This text has shadow with #BD99AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD99AE.

Preview

Color preview on black background

This text has color #BD99AE on black background.


Color preview on white background

This text has color #BD99AE on white background.


Black color preview on #BD99AE background

This text has black color on #BD99AE background.


White color preview on #BD99AE background

This text has white color on #BD99AE background.


Related colors

Complementary color

Complementary color for #hex is #426651.


I love getcolorcode.com

Triadic colors

1 #AEBD99 and #99AEBD with #BD99AE are triadic colors.

2 #AE99BD and #99BDAE with #BD99AE are triadic colors.