COLOR #BB8CA8

HEX: #BB8CA8
RGB: (187,140,168)

Color info

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

RGB color model

#BB8CA8 color RGB value is (187,140,168).

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

RGB channels and saturation

R 187 of 255 = 73%
G 140 of 255 = 55%
B 168 of 255 = 66%

187
140
168

R + G + B ~ 65%. #BB8CA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 140 + 168 = 495 (100%)
R 187 of 495 ~ 37.78%
G 140 of 495 ~ 28.28%
B 168 of 495 ~ 33.94%

%37.78
%28.28
%33.94

CMYK color model

#BB8CA8 color CMYK value is (0,25,10,27).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 10.16%
  • key color value is 26.67%
CMYK:
(0,25,10,27)
C0M25Y10K27 
(0%,25%,10%,27%)
(0.00/0.25/0.10/0.27)	

CMYK percentages

%0
%25.13
%10.16
%26.67

Codes

Color #BB8CA8 in popluar color models

BB8CA8
RGB187140168
HSL324°25.68%64.12%
HSB/HSV324°25.13%73.33%
CMYK0.00%25.13%10.16%
26.67%

Color #BB8CA8 in popluar number systems.

HEXBB8CA8
Decimal187140168
Binary101110111000110010101000
Octal273214250

Shades and tints

Shades of #BB8CA8

#BB8CA8
(187,140,168)
#AA8099
(170,128,153)
#99748A
(153,116,138)
#88687B
(136,104,123)
#775C6C
(119,92,108)
#66505D
(102,80,93)
#55444E
(85,68,78)
#44383F
(68,56,63)
#332C30
(51,44,48)
#222021
(34,32,33)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BB8CA8

#BB8CA8
(187,140,168)
#C196AF
(193,150,175)
#C7A0B6
(199,160,182)
#CDAABD
(205,170,189)
#D3B4C4
(211,180,196)
#D9BECB
(217,190,203)
#DFC8D2
(223,200,210)
#E5D2D9
(229,210,217)
#EBDCE0
(235,220,224)
#F1E6E7
(241,230,231)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8CA8; }

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

This text font color is #BB8CA8.


Background Color

.myBgColor { background-color: #BB8CA8; }

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

This div background color is #BB8CA8.


Border color

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

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

This div border color is #BB8CA8.


Opacity

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

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

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

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

This text has shadow with #BB8CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8CA8 on black background.


Color preview on white background

This text has color #BB8CA8 on white background.



Black color preview on #BB8CA8 background

This text has black color on #BB8CA8 background.


White color preview on #BB8CA8 background

This text has white color on #BB8CA8 background.