COLOR #B990D2

HEX: #B990D2 RGB: (185,144,210)

Color info

#B990D2 contains mainly red and blue colors. Web safe color of #B990D2 is #CC99CC (or #C9C).

RGB color model

#B990D2 color RGB value is (185,144,210).

RGB: (185,144,210) (73%, 56%, 82%)

RGB channels and saturation

R 185 of 255 = 73%
G 144 of 255 = 56%
B 210 of 255 = 82%

185
144
210

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

Portions of RGB colors in percentages

R + G + B = 185 + 144 + 210 = 539 (100%)
R 185 of 539 ~ 34.32%
G 144 of 539 ~ 26.72%
B 210 of 539 ~ 38.96'%

%34.32
%26.72
%38.96

CMYK color model

#B990D2 color CMYK value is (12,31,0,18).

  • cyan value is 11.90%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (12,31,0,18)
C12M31Y0K18 (12%, 31%, 0%, 18%)
(0.12 / 0.31 / 0.00 / 0.18)

CMYK percentages

%11.9
%31.43
%0
%17.65

Codes

Color #B990D2 in popluar color models

B9 90 D2
RGB 185 144 210
HSL 277° 42.31% 69.41%
HSB/HSV 277° 31.43% 82.35%
CMYK 11.90% 31.43% 0.00%
17.65%

Color #B990D2 in popluar number systems.

HEX B9 90 D2
Decimal 185 144 210
Binary 10111001 10010000 11010010
Octal 271 220 322

Shades and tints

Shades of #B990D2

#B990D2
(185,144,210)
#A983BF
(169,131,191)
#9976AC
(153,118,172)
#896999
(137,105,153)
#795C86
(121,92,134)
#694F73
(105,79,115)
#594260
(89,66,96)
#49354D
(73,53,77)
#39283A
(57,40,58)
#291B27
(41,27,39)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #B990D2

#B990D2
(185,144,210)
#BF9AD6
(191,154,214)
#C5A4DA
(197,164,218)
#CBAEDE
(203,174,222)
#D1B8E2
(209,184,226)
#D7C2E6
(215,194,230)
#DDCCEA
(221,204,234)
#E3D6EE
(227,214,238)
#E9E0F2
(233,224,242)
#EFEAF6
(239,234,246)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B990D2 color. Also use rgb(185,144,210) instead hex code.

Text Font Color

.myTextColor { color: #B990D2; }

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

This text font color is #B990D2.

Background Color

.myBgColor { background-color: #B990D2; }

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

This div background color is #B990D2.

Border color

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

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

This div border color is #B990D2.

Opacity

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

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

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

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

This text has shadow with #B990D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B990D2.

Preview

Color preview on black background

This text has color #B990D2 on black background.


Color preview on white background

This text has color #B990D2 on white background.


Black color preview on #B990D2 background

This text has black color on #B990D2 background.


White color preview on #B990D2 background

This text has white color on #B990D2 background.


Related colors

Complementary color

Complementary color for #hex is #466F2D.


I love getcolorcode.com

Triadic colors

1 #D2B990 and #90D2B9 with #B990D2 are triadic colors.

2 #D290B9 and #90B9D2 with #B990D2 are triadic colors.