COLOR #BB8FB2

HEX: #BB8FB2
RGB: (187,143,178)

Color info

#BB8FB2 contains red, green and blue colors in about the same proportion. Web safe color of #BB8FB2 is #CC9999 (or #C99).

RGB color model

#BB8FB2 color RGB value is (187,143,178).

  • red value is 187;
  • green value is 143;
  • blue value is 178.
RGB:
(187,143,178)
(73%,56%,70%)

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 178 of 255 = 70%

187
143
178

R + G + B ~ 66%. #BB8FB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 143 + 178 = 508 (100%)
R 187 of 508 ~ 36.81%
G 143 of 508 ~ 28.15%
B 178 of 508 ~ 35.04%

%36.81
%28.15
%35.04

CMYK color model

#BB8FB2 color CMYK value is (0,24,5,27).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 4.81%
  • key color value is 26.67%
CMYK:
(0,24,5,27)
C0M24Y5K27 
(0%,24%,5%,27%)
(0.00/0.24/0.05/0.27)	

CMYK percentages

%0
%23.53
%4.81
%26.67

Codes

Color #BB8FB2 in popluar color models

BB8FB2
RGB187143178
HSL312°24.44%64.71%
HSB/HSV312°23.53%73.33%
CMYK0.00%23.53%4.81%
26.67%

Color #BB8FB2 in popluar number systems.

HEXBB8FB2
Decimal187143178
Binary101110111000111110110010
Octal273217262

Shades and tints

Shades of #BB8FB2

#BB8FB2
(187,143,178)
#AA82A2
(170,130,162)
#997592
(153,117,146)
#886882
(136,104,130)
#775B72
(119,91,114)
#664E62
(102,78,98)
#554152
(85,65,82)
#443442
(68,52,66)
#332732
(51,39,50)
#221A22
(34,26,34)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #BB8FB2

#BB8FB2
(187,143,178)
#C199B9
(193,153,185)
#C7A3C0
(199,163,192)
#CDADC7
(205,173,199)
#D3B7CE
(211,183,206)
#D9C1D5
(217,193,213)
#DFCBDC
(223,203,220)
#E5D5E3
(229,213,227)
#EBDFEA
(235,223,234)
#F1E9F1
(241,233,241)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8FB2 color. Also use rgb(187,143,178) instead hex code.

Text Font Color

.myTextColor { color: #BB8FB2; }

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

This text font color is #BB8FB2.


Background Color

.myBgColor { background-color: #BB8FB2; }

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

This div background color is #BB8FB2.


Border color

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

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

This div border color is #BB8FB2.


Opacity

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

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

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

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

This text has shadow with #BB8FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8FB2 on black background.


Color preview on white background

This text has color #BB8FB2 on white background.



Black color preview on #BB8FB2 background

This text has black color on #BB8FB2 background.


White color preview on #BB8FB2 background

This text has white color on #BB8FB2 background.