COLOR #BD90B5

HEX: #BD90B5 RGB: (189,144,181)

Color info

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

RGB color model

#BD90B5 color RGB value is (189,144,181).

RGB: (189,144,181) (74%, 56%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 144 of 255 = 56%
B 181 of 255 = 71%

189
144
181

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

Portions of RGB colors in percentages

R + G + B = 189 + 144 + 181 = 514 (100%)
R 189 of 514 ~ 36.77%
G 144 of 514 ~ 28.02%
B 181 of 514 ~ 35.21'%

%36.77
%28.02
%35.21

CMYK color model

#BD90B5 color CMYK value is (0,24,4,26).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 4.23%
  • key color value is 25.88%

CMYK: (0,24,4,26)
C0M24Y4K26 (0%, 24%, 4%, 26%)
(0.00 / 0.24 / 0.04 / 0.26)

CMYK percentages

%0
%23.81
%4.23
%25.88

Codes

Color #BD90B5 in popluar color models

BD 90 B5
RGB 189 144 181
HSL 311° 25.42% 65.29%
HSB/HSV 311° 23.81% 74.12%
CMYK 0.00% 23.81% 4.23%
25.88%

Color #BD90B5 in popluar number systems.

HEX BD 90 B5
Decimal 189 144 181
Binary 10111101 10010000 10110101
Octal 275 220 265

Shades and tints

Shades of #BD90B5

#BD90B5
(189,144,181)
#AC83A5
(172,131,165)
#9B7695
(155,118,149)
#8A6985
(138,105,133)
#795C75
(121,92,117)
#684F65
(104,79,101)
#574255
(87,66,85)
#463545
(70,53,69)
#352835
(53,40,53)
#241B25
(36,27,37)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #BD90B5

#BD90B5
(189,144,181)
#C39ABB
(195,154,187)
#C9A4C1
(201,164,193)
#CFAEC7
(207,174,199)
#D5B8CD
(213,184,205)
#DBC2D3
(219,194,211)
#E1CCD9
(225,204,217)
#E7D6DF
(231,214,223)
#EDE0E5
(237,224,229)
#F3EAEB
(243,234,235)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD90B5 color. Also use rgb(189,144,181) instead hex code.

Text Font Color

.myTextColor { color: #BD90B5; }

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

This text font color is #BD90B5.

Background Color

.myBgColor { background-color: #BD90B5; }

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

This div background color is #BD90B5.

Border color

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

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

This div border color is #BD90B5.

Opacity

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

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

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

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

This text has shadow with #BD90B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD90B5.

Preview

Color preview on black background

This text has color #BD90B5 on black background.


Color preview on white background

This text has color #BD90B5 on white background.


Black color preview on #BD90B5 background

This text has black color on #BD90B5 background.


White color preview on #BD90B5 background

This text has white color on #BD90B5 background.


Related colors

Complementary color

Complementary color for #hex is #426F4A.


I love getcolorcode.com

Triadic colors

1 #B5BD90 and #90B5BD with #BD90B5 are triadic colors.

2 #B590BD and #90BDB5 with #BD90B5 are triadic colors.