COLOR #B890CA

HEX: #B890CA RGB: (184,144,202)

Color info

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

RGB color model

#B890CA color RGB value is (184,144,202).

RGB: (184,144,202) (72%, 56%, 79%)

RGB channels and saturation

R 184 of 255 = 72%
G 144 of 255 = 56%
B 202 of 255 = 79%

184
144
202

R + G + B ~ 69%. #B890CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 144 + 202 = 530 (100%)
R 184 of 530 ~ 34.72%
G 144 of 530 ~ 27.17%
B 202 of 530 ~ 38.11'%

%34.72
%27.17
%38.11

CMYK color model

#B890CA color CMYK value is (9,29,0,21).

  • cyan value is 8.91%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (9,29,0,21)
C9M29Y0K21 (9%, 29%, 0%, 21%)
(0.09 / 0.29 / 0.00 / 0.21)

CMYK percentages

%8.91
%28.71
%0
%20.78

Codes

Color #B890CA in popluar color models

B8 90 CA
RGB 184 144 202
HSL 281° 35.37% 67.84%
HSB/HSV 281° 28.71% 79.22%
CMYK 8.91% 28.71% 0.00%
20.78%

Color #B890CA in popluar number systems.

HEX B8 90 CA
Decimal 184 144 202
Binary 10111000 10010000 11001010
Octal 270 220 312

Shades and tints

Shades of #B890CA

#B890CA
(184,144,202)
#A883B8
(168,131,184)
#9876A6
(152,118,166)
#886994
(136,105,148)
#785C82
(120,92,130)
#684F70
(104,79,112)
#58425E
(88,66,94)
#48354C
(72,53,76)
#38283A
(56,40,58)
#281B28
(40,27,40)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #B890CA

#B890CA
(184,144,202)
#BE9ACE
(190,154,206)
#C4A4D2
(196,164,210)
#CAAED6
(202,174,214)
#D0B8DA
(208,184,218)
#D6C2DE
(214,194,222)
#DCCCE2
(220,204,226)
#E2D6E6
(226,214,230)
#E8E0EA
(232,224,234)
#EEEAEE
(238,234,238)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B890CA color. Also use rgb(184,144,202) instead hex code.

Text Font Color

.myTextColor { color: #B890CA; }

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

This text font color is #B890CA.

Background Color

.myBgColor { background-color: #B890CA; }

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

This div background color is #B890CA.

Border color

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

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

This div border color is #B890CA.

Opacity

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

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

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

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

This text has shadow with #B890CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B890CA.

Preview

Color preview on black background

This text has color #B890CA on black background.


Color preview on white background

This text has color #B890CA on white background.


Black color preview on #B890CA background

This text has black color on #B890CA background.


White color preview on #B890CA background

This text has white color on #B890CA background.


Related colors

Complementary color

Complementary color for #hex is #476F35.


I love getcolorcode.com

Triadic colors

1 #CAB890 and #90CAB8 with #B890CA are triadic colors.

2 #CA90B8 and #90B8CA with #B890CA are triadic colors.