COLOR #BB92C1

HEX: #BB92C1 RGB: (187,146,193)

Color info

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

RGB color model

#BB92C1 color RGB value is (187,146,193).

RGB: (187,146,193) (73%, 57%, 76%)

RGB channels and saturation

R 187 of 255 = 73%
G 146 of 255 = 57%
B 193 of 255 = 76%

187
146
193

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

Portions of RGB colors in percentages

R + G + B = 187 + 146 + 193 = 526 (100%)
R 187 of 526 ~ 35.55%
G 146 of 526 ~ 27.76%
B 193 of 526 ~ 36.69'%

%35.55
%27.76
%36.69

CMYK color model

#BB92C1 color CMYK value is (3,24,0,24).

  • cyan value is 3.11%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (3,24,0,24)
C3M24Y0K24 (3%, 24%, 0%, 24%)
(0.03 / 0.24 / 0.00 / 0.24)

CMYK percentages

%3.11
%24.35
%0
%24.31

Codes

Color #BB92C1 in popluar color models

BB 92 C1
RGB 187 146 193
HSL 292° 27.49% 66.47%
HSB/HSV 292° 24.35% 75.69%
CMYK 3.11% 24.35% 0.00%
24.31%

Color #BB92C1 in popluar number systems.

HEX BB 92 C1
Decimal 187 146 193
Binary 10111011 10010010 11000001
Octal 273 222 301

Shades and tints

Shades of #BB92C1

#BB92C1
(187,146,193)
#AA85B0
(170,133,176)
#99789F
(153,120,159)
#886B8E
(136,107,142)
#775E7D
(119,94,125)
#66516C
(102,81,108)
#55445B
(85,68,91)
#44374A
(68,55,74)
#332A39
(51,42,57)
#221D28
(34,29,40)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #BB92C1

#BB92C1
(187,146,193)
#C19BC6
(193,155,198)
#C7A4CB
(199,164,203)
#CDADD0
(205,173,208)
#D3B6D5
(211,182,213)
#D9BFDA
(217,191,218)
#DFC8DF
(223,200,223)
#E5D1E4
(229,209,228)
#EBDAE9
(235,218,233)
#F1E3EE
(241,227,238)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB92C1 color. Also use rgb(187,146,193) instead hex code.

Text Font Color

.myTextColor { color: #BB92C1; }

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

This text font color is #BB92C1.

Background Color

.myBgColor { background-color: #BB92C1; }

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

This div background color is #BB92C1.

Border color

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

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

This div border color is #BB92C1.

Opacity

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

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

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

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

This text has shadow with #BB92C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB92C1.

Preview

Color preview on black background

This text has color #BB92C1 on black background.


Color preview on white background

This text has color #BB92C1 on white background.


Black color preview on #BB92C1 background

This text has black color on #BB92C1 background.


White color preview on #BB92C1 background

This text has white color on #BB92C1 background.


Related colors

Complementary color

Complementary color for #hex is #446D3E.


I love getcolorcode.com

Triadic colors

1 #C1BB92 and #92C1BB with #BB92C1 are triadic colors.

2 #C192BB and #92BBC1 with #BB92C1 are triadic colors.