COLOR #BB88AE

HEX: #BB88AE
RGB: (187,136,174)

Color info

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

RGB color model

#BB88AE color RGB value is (187,136,174).

  • red value is 187;
  • green value is 136;
  • blue value is 174.
RGB:
(187,136,174)
(73%,53%,68%)

RGB channels and saturation

R 187 of 255 = 73%
G 136 of 255 = 53%
B 174 of 255 = 68%

187
136
174

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

Portions of RGB colors in percentages

R + G + B =
187 + 136 + 174 = 497 (100%)
R 187 of 497 ~ 37.63%
G 136 of 497 ~ 27.36%
B 174 of 497 ~ 35.01%

%37.63
%27.36
%35.01

CMYK color model

#BB88AE color CMYK value is (0,27,7,27).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 6.95%
  • key color value is 26.67%
CMYK:
(0,27,7,27)
C0M27Y7K27 
(0%,27%,7%,27%)
(0.00/0.27/0.07/0.27)	

CMYK percentages

%0
%27.27
%6.95
%26.67

Codes

Color #BB88AE in popluar color models

BB88AE
RGB187136174
HSL315°27.27%63.33%
HSB/HSV315°27.27%73.33%
CMYK0.00%27.27%6.95%
26.67%

Color #BB88AE in popluar number systems.

HEXBB88AE
Decimal187136174
Binary101110111000100010101110
Octal273210256

Shades and tints

Shades of #BB88AE

#BB88AE
(187,136,174)
#AA7C9F
(170,124,159)
#997090
(153,112,144)
#886481
(136,100,129)
#775872
(119,88,114)
#664C63
(102,76,99)
#554054
(85,64,84)
#443445
(68,52,69)
#332836
(51,40,54)
#221C27
(34,28,39)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #BB88AE

#BB88AE
(187,136,174)
#C192B5
(193,146,181)
#C79CBC
(199,156,188)
#CDA6C3
(205,166,195)
#D3B0CA
(211,176,202)
#D9BAD1
(217,186,209)
#DFC4D8
(223,196,216)
#E5CEDF
(229,206,223)
#EBD8E6
(235,216,230)
#F1E2ED
(241,226,237)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB88AE color. Also use rgb(187,136,174) instead hex code.

Text Font Color

.myTextColor { color: #BB88AE; }

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

This text font color is #BB88AE.


Background Color

.myBgColor { background-color: #BB88AE; }

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

This div background color is #BB88AE.


Border color

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

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

This div border color is #BB88AE.


Opacity

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

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

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

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

This text has shadow with #BB88AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB88AE on black background.


Color preview on white background

This text has color #BB88AE on white background.



Black color preview on #BB88AE background

This text has black color on #BB88AE background.


White color preview on #BB88AE background

This text has white color on #BB88AE background.