COLOR #BD99C3

HEX: #BD99C3 RGB: (189,153,195)

Color info

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

RGB color model

#BD99C3 color RGB value is (189,153,195).

RGB: (189,153,195) (74%, 60%, 76%)

RGB channels and saturation

R 189 of 255 = 74%
G 153 of 255 = 60%
B 195 of 255 = 76%

189
153
195

R + G + B ~ 70%. #BD99C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 153 + 195 = 537 (100%)
R 189 of 537 ~ 35.2%
G 153 of 537 ~ 28.49%
B 195 of 537 ~ 36.31'%

%35.2
%28.49
%36.31

CMYK color model

#BD99C3 color CMYK value is (3,22,0,24).

  • cyan value is 3.08%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (3,22,0,24) C3M22Y0K24 (3%,22%,0%,24%) (0.03/0.22/0.00/0.24) 

CMYK percentages

%3.08
%21.54
%0
%23.53

Codes

Color #BD99C3 in popluar color models

BD 99 C3
RGB 189 153 195
HSL 291° 25.93% 68.24%
HSB/HSV 291° 21.54% 76.47%
CMYK 3.08% 21.54% 0.00%
23.53%

Color #BD99C3 in popluar number systems.

HEX BD 99 C3
Decimal 189 153 195
Binary 10111101 10011001 11000011
Octal 275 231 303

Shades and tints

Shades of #BD99C3

#BD99C3
(189,153,195)
#AC8CB2
(172,140,178)
#9B7FA1
(155,127,161)
#8A7290
(138,114,144)
#79657F
(121,101,127)
#68586E
(104,88,110)
#574B5D
(87,75,93)
#463E4C
(70,62,76)
#35313B
(53,49,59)
#24242A
(36,36,42)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #BD99C3

#BD99C3
(189,153,195)
#C3A2C8
(195,162,200)
#C9ABCD
(201,171,205)
#CFB4D2
(207,180,210)
#D5BDD7
(213,189,215)
#DBC6DC
(219,198,220)
#E1CFE1
(225,207,225)
#E7D8E6
(231,216,230)
#EDE1EB
(237,225,235)
#F3EAF0
(243,234,240)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD99C3; }

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

This text font color is #BD99C3.

Background Color

.myBgColor { background-color: #BD99C3; }

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

This div background color is #BD99C3.

Border color

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

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

This div border color is #BD99C3.

Opacity

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

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

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

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

This text has shadow with #BD99C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD99C3.

Preview

Color preview on black background

This text has color #BD99C3 on black background.


Color preview on white background

This text has color #BD99C3 on white background.


Black color preview on #BD99C3 background

This text has black color on #BD99C3 background.


White color preview on #BD99C3 background

This text has white color on #BD99C3 background.


Related colors

Complementary color

Complementary color for #hex is #42663C.


I love getcolorcode.com

Triadic colors

1 #C3BD99 and #99C3BD with #BD99C3 are triadic colors.

2 #C399BD and #99BDC3 with #BD99C3 are triadic colors.