COLOR #B892BE

HEX: #B892BE RGB: (184,146,190)

Color info

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

RGB color model

#B892BE color RGB value is (184,146,190).

RGB: (184,146,190) (72%, 57%, 75%)

RGB channels and saturation

R 184 of 255 = 72%
G 146 of 255 = 57%
B 190 of 255 = 75%

184
146
190

R + G + B ~ 68%. #B892BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 146 + 190 = 520 (100%)
R 184 of 520 ~ 35.38%
G 146 of 520 ~ 28.08%
B 190 of 520 ~ 36.54'%

%35.38
%28.08
%36.54

CMYK color model

#B892BE color CMYK value is (3,23,0,25).

  • cyan value is 3.16%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (3,23,0,25)
C3M23Y0K25 (3%, 23%, 0%, 25%)
(0.03 / 0.23 / 0.00 / 0.25)

CMYK percentages

%3.16
%23.16
%0
%25.49

Codes

Color #B892BE in popluar color models

B8 92 BE
RGB 184 146 190
HSL 292° 25.29% 65.88%
HSB/HSV 292° 23.16% 74.51%
CMYK 3.16% 23.16% 0.00%
25.49%

Color #B892BE in popluar number systems.

HEX B8 92 BE
Decimal 184 146 190
Binary 10111000 10010010 10111110
Octal 270 222 276

Shades and tints

Shades of #B892BE

#B892BE
(184,146,190)
#A885AD
(168,133,173)
#98789C
(152,120,156)
#886B8B
(136,107,139)
#785E7A
(120,94,122)
#685169
(104,81,105)
#584458
(88,68,88)
#483747
(72,55,71)
#382A36
(56,42,54)
#281D25
(40,29,37)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #B892BE

#B892BE
(184,146,190)
#BE9BC3
(190,155,195)
#C4A4C8
(196,164,200)
#CAADCD
(202,173,205)
#D0B6D2
(208,182,210)
#D6BFD7
(214,191,215)
#DCC8DC
(220,200,220)
#E2D1E1
(226,209,225)
#E8DAE6
(232,218,230)
#EEE3EB
(238,227,235)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B892BE color. Also use rgb(184,146,190) instead hex code.

Text Font Color

.myTextColor { color: #B892BE; }

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

This text font color is #B892BE.

Background Color

.myBgColor { background-color: #B892BE; }

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

This div background color is #B892BE.

Border color

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

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

This div border color is #B892BE.

Opacity

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

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

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

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

This text has shadow with #B892BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B892BE.

Preview

Color preview on black background

This text has color #B892BE on black background.


Color preview on white background

This text has color #B892BE on white background.


Black color preview on #B892BE background

This text has black color on #B892BE background.


White color preview on #B892BE background

This text has white color on #B892BE background.


Related colors

Complementary color

Complementary color for #hex is #476D41.


I love getcolorcode.com

Triadic colors

1 #BEB892 and #92BEB8 with #B892BE are triadic colors.

2 #BE92B8 and #92B8BE with #B892BE are triadic colors.