COLOR #BB92B5

HEX: #BB92B5
RGB: (187,146,181)

Color info

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

RGB color model

#BB92B5 color RGB value is (187,146,181).

  • red value is 187;
  • green value is 146;
  • blue value is 181.
RGB:
(187,146,181)
(73%,57%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 146 of 255 = 57%
B 181 of 255 = 71%

187
146
181

R + G + B ~ 67%. #BB92B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 146 + 181 = 514 (100%)
R 187 of 514 ~ 36.38%
G 146 of 514 ~ 28.4%
B 181 of 514 ~ 35.21%

%36.38
%28.4
%35.21

CMYK color model

#BB92B5 color CMYK value is (0,22,3,27).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 3.21%
  • key color value is 26.67%
CMYK:
(0,22,3,27)
C0M22Y3K27 
(0%,22%,3%,27%)
(0.00/0.22/0.03/0.27)	

CMYK percentages

%0
%21.93
%3.21
%26.67

Codes

Color #BB92B5 in popluar color models

BB92B5
RGB187146181
HSL309°23.16%65.29%
HSB/HSV309°21.93%73.33%
CMYK0.00%21.93%3.21%
26.67%

Color #BB92B5 in popluar number systems.

HEXBB92B5
Decimal187146181
Binary101110111001001010110101
Octal273222265

Shades and tints

Shades of #BB92B5

#BB92B5
(187,146,181)
#AA85A5
(170,133,165)
#997895
(153,120,149)
#886B85
(136,107,133)
#775E75
(119,94,117)
#665165
(102,81,101)
#554455
(85,68,85)
#443745
(68,55,69)
#332A35
(51,42,53)
#221D25
(34,29,37)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #BB92B5

#BB92B5
(187,146,181)
#C19BBB
(193,155,187)
#C7A4C1
(199,164,193)
#CDADC7
(205,173,199)
#D3B6CD
(211,182,205)
#D9BFD3
(217,191,211)
#DFC8D9
(223,200,217)
#E5D1DF
(229,209,223)
#EBDAE5
(235,218,229)
#F1E3EB
(241,227,235)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB92B5; }

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

This text font color is #BB92B5.


Background Color

.myBgColor { background-color: #BB92B5; }

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

This div background color is #BB92B5.


Border color

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

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

This div border color is #BB92B5.


Opacity

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

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

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

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

This text has shadow with #BB92B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB92B5 on black background.


Color preview on white background

This text has color #BB92B5 on white background.



Black color preview on #BB92B5 background

This text has black color on #BB92B5 background.


White color preview on #BB92B5 background

This text has white color on #BB92B5 background.