COLOR #BBA5B4

HEX: #BBA5B4
RGB: (187,165,180)

Color info

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

RGB color model

#BBA5B4 color RGB value is (187,165,180).

  • red value is 187;
  • green value is 165;
  • blue value is 180.
RGB:
(187,165,180)
(73%,65%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 180 of 255 = 71%

187
165
180

R + G + B ~ 70%. #BBA5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 180 = 532 (100%)
R 187 of 532 ~ 35.15%
G 165 of 532 ~ 31.02%
B 180 of 532 ~ 33.83%

%35.15
%31.02
%33.83

CMYK color model

#BBA5B4 color CMYK value is (0,12,4,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 3.74%
  • key color value is 26.67%
CMYK:
(0,12,4,27)
C0M12Y4K27 
(0%,12%,4%,27%)
(0.00/0.12/0.04/0.27)	

CMYK percentages

%0
%11.76
%3.74
%26.67

Codes

Color #BBA5B4 in popluar color models

BBA5B4
RGB187165180
HSL319°13.92%69.02%
HSB/HSV319°11.76%73.33%
CMYK0.00%11.76%3.74%
26.67%

Color #BBA5B4 in popluar number systems.

HEXBBA5B4
Decimal187165180
Binary101110111010010110110100
Octal273245264

Shades and tints

Shades of #BBA5B4

#BBA5B4
(187,165,180)
#AA96A4
(170,150,164)
#998794
(153,135,148)
#887884
(136,120,132)
#776974
(119,105,116)
#665A64
(102,90,100)
#554B54
(85,75,84)
#443C44
(68,60,68)
#332D34
(51,45,52)
#221E24
(34,30,36)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #BBA5B4

#BBA5B4
(187,165,180)
#C1ADBA
(193,173,186)
#C7B5C0
(199,181,192)
#CDBDC6
(205,189,198)
#D3C5CC
(211,197,204)
#D9CDD2
(217,205,210)
#DFD5D8
(223,213,216)
#E5DDDE
(229,221,222)
#EBE5E4
(235,229,228)
#F1EDEA
(241,237,234)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA5B4 color. Also use rgb(187,165,180) instead hex code.

Text Font Color

.myTextColor { color: #BBA5B4; }

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

This text font color is #BBA5B4.


Background Color

.myBgColor { background-color: #BBA5B4; }

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

This div background color is #BBA5B4.


Border color

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

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

This div border color is #BBA5B4.


Opacity

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

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

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

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

This text has shadow with #BBA5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA5B4 on black background.


Color preview on white background

This text has color #BBA5B4 on white background.



Black color preview on #BBA5B4 background

This text has black color on #BBA5B4 background.


White color preview on #BBA5B4 background

This text has white color on #BBA5B4 background.