COLOR #B090B2

HEX: #B090B2 RGB: (176,144,178)

Color info

#B090B2 contains red, green and blue colors in about the same proportion. Web safe color of #B090B2 is #999999 (or #999).

RGB color model

#B090B2 color RGB value is (176,144,178).

RGB: (176,144,178) (69%, 56%, 70%)

RGB channels and saturation

R 176 of 255 = 69%
G 144 of 255 = 56%
B 178 of 255 = 70%

176
144
178

R + G + B ~ 65%. #B090B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 144 + 178 = 498 (100%)
R 176 of 498 ~ 35.34%
G 144 of 498 ~ 28.92%
B 178 of 498 ~ 35.74'%

%35.34
%28.92
%35.74

CMYK color model

#B090B2 color CMYK value is (1,19,0,30).

  • cyan value is 1.12%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK: (1,19,0,30) C1M19Y0K30 (1%,19%,0%,30%) (0.01/0.19/0.00/0.30) 

CMYK percentages

%1.12
%19.1
%0
%30.2

Codes

Color #B090B2 in popluar color models

B0 90 B2
RGB 176 144 178
HSL 296° 18.09% 63.14%
HSB/HSV 296° 19.10% 69.80%
CMYK 1.12% 19.10% 0.00%
30.20%

Color #B090B2 in popluar number systems.

HEX B0 90 B2
Decimal 176 144 178
Binary 10110000 10010000 10110010
Octal 260 220 262

Shades and tints

Shades of #B090B2

#B090B2
(176,144,178)
#A083A2
(160,131,162)
#907692
(144,118,146)
#806982
(128,105,130)
#705C72
(112,92,114)
#604F62
(96,79,98)
#504252
(80,66,82)
#403542
(64,53,66)
#302832
(48,40,50)
#201B22
(32,27,34)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #B090B2

#B090B2
(176,144,178)
#B79AB9
(183,154,185)
#BEA4C0
(190,164,192)
#C5AEC7
(197,174,199)
#CCB8CE
(204,184,206)
#D3C2D5
(211,194,213)
#DACCDC
(218,204,220)
#E1D6E3
(225,214,227)
#E8E0EA
(232,224,234)
#EFEAF1
(239,234,241)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B090B2 color. Also use rgb(176,144,178) instead hex code.

Text Font Color

.myTextColor { color: #B090B2; }

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

This text font color is #B090B2.

Background Color

.myBgColor { background-color: #B090B2; }

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

This div background color is #B090B2.

Border color

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

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

This div border color is #B090B2.

Opacity

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

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

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

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

This text has shadow with #B090B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B090B2.

Preview

Color preview on black background

This text has color #B090B2 on black background.


Color preview on white background

This text has color #B090B2 on white background.


Black color preview on #B090B2 background

This text has black color on #B090B2 background.


White color preview on #B090B2 background

This text has white color on #B090B2 background.


Related colors

Complementary color

Complementary color for #hex is #4F6F4D.


I love getcolorcode.com

Triadic colors

1 #B2B090 and #90B2B0 with #B090B2 are triadic colors.

2 #B290B0 and #90B0B2 with #B090B2 are triadic colors.