COLOR #BB8CB6

HEX: #BB8CB6
RGB: (187,140,182)

Color info

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

RGB color model

#BB8CB6 color RGB value is (187,140,182).

  • red value is 187;
  • green value is 140;
  • blue value is 182.
RGB:
(187,140,182)
(73%,55%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 140 of 255 = 55%
B 182 of 255 = 71%

187
140
182

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

Portions of RGB colors in percentages

R + G + B =
187 + 140 + 182 = 509 (100%)
R 187 of 509 ~ 36.74%
G 140 of 509 ~ 27.5%
B 182 of 509 ~ 35.76%

%36.74
%27.5
%35.76

CMYK color model

#BB8CB6 color CMYK value is (0,25,3,27).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 2.67%
  • key color value is 26.67%
CMYK:
(0,25,3,27)
C0M25Y3K27 
(0%,25%,3%,27%)
(0.00/0.25/0.03/0.27)	

CMYK percentages

%0
%25.13
%2.67
%26.67

Codes

Color #BB8CB6 in popluar color models

BB8CB6
RGB187140182
HSL306°25.68%64.12%
HSB/HSV306°25.13%73.33%
CMYK0.00%25.13%2.67%
26.67%

Color #BB8CB6 in popluar number systems.

HEXBB8CB6
Decimal187140182
Binary101110111000110010110110
Octal273214266

Shades and tints

Shades of #BB8CB6

#BB8CB6
(187,140,182)
#AA80A6
(170,128,166)
#997496
(153,116,150)
#886886
(136,104,134)
#775C76
(119,92,118)
#665066
(102,80,102)
#554456
(85,68,86)
#443846
(68,56,70)
#332C36
(51,44,54)
#222026
(34,32,38)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #BB8CB6

#BB8CB6
(187,140,182)
#C196BC
(193,150,188)
#C7A0C2
(199,160,194)
#CDAAC8
(205,170,200)
#D3B4CE
(211,180,206)
#D9BED4
(217,190,212)
#DFC8DA
(223,200,218)
#E5D2E0
(229,210,224)
#EBDCE6
(235,220,230)
#F1E6EC
(241,230,236)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8CB6 color. Also use rgb(187,140,182) instead hex code.

Text Font Color

.myTextColor { color: #BB8CB6; }

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

This text font color is #BB8CB6.


Background Color

.myBgColor { background-color: #BB8CB6; }

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

This div background color is #BB8CB6.


Border color

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

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

This div border color is #BB8CB6.


Opacity

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

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

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

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

This text has shadow with #BB8CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8CB6 on black background.


Color preview on white background

This text has color #BB8CB6 on white background.



Black color preview on #BB8CB6 background

This text has black color on #BB8CB6 background.


White color preview on #BB8CB6 background

This text has white color on #BB8CB6 background.