COLOR #BBA5B8

HEX: #BBA5B8 RGB: (187,165,184)

Color info

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

RGB color model

#BBA5B8 color RGB value is (187,165,184).

RGB: (187,165,184) (73%, 65%, 72%)

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 184 of 255 = 72%

187
165
184

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

Portions of RGB colors in percentages

R + G + B = 187 + 165 + 184 = 536 (100%)
R 187 of 536 ~ 34.89%
G 165 of 536 ~ 30.78%
B 184 of 536 ~ 34.33'%

%34.89
%30.78
%34.33

CMYK color model

#BBA5B8 color CMYK value is (0,12,2,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 1.60%
  • key color value is 26.67%

CMYK: (0,12,2,27)
C0M12Y2K27 (0%, 12%, 2%, 27%)
(0.00 / 0.12 / 0.02 / 0.27)

CMYK percentages

%0
%11.76
%1.6
%26.67

Codes

Color #BBA5B8 in popluar color models

BB A5 B8
RGB 187 165 184
HSL 308° 13.92% 69.02%
HSB/HSV 308° 11.76% 73.33%
CMYK 0.00% 11.76% 1.60%
26.67%

Color #BBA5B8 in popluar number systems.

HEX BB A5 B8
Decimal 187 165 184
Binary 10111011 10100101 10111000
Octal 273 245 270

Shades and tints

Shades of #BBA5B8

#BBA5B8
(187,165,184)
#AA96A8
(170,150,168)
#998798
(153,135,152)
#887888
(136,120,136)
#776978
(119,105,120)
#665A68
(102,90,104)
#554B58
(85,75,88)
#443C48
(68,60,72)
#332D38
(51,45,56)
#221E28
(34,30,40)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #BBA5B8

#BBA5B8
(187,165,184)
#C1ADBE
(193,173,190)
#C7B5C4
(199,181,196)
#CDBDCA
(205,189,202)
#D3C5D0
(211,197,208)
#D9CDD6
(217,205,214)
#DFD5DC
(223,213,220)
#E5DDE2
(229,221,226)
#EBE5E8
(235,229,232)
#F1EDEE
(241,237,238)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA5B8; }

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

This text font color is #BBA5B8.

Background Color

.myBgColor { background-color: #BBA5B8; }

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

This div background color is #BBA5B8.

Border color

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

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

This div border color is #BBA5B8.

Opacity

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

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

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

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

This text has shadow with #BBA5B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA5B8.

Preview

Color preview on black background

This text has color #BBA5B8 on black background.


Color preview on white background

This text has color #BBA5B8 on white background.


Black color preview on #BBA5B8 background

This text has black color on #BBA5B8 background.


White color preview on #BBA5B8 background

This text has white color on #BBA5B8 background.


Related colors

Complementary color

Complementary color for #hex is #445A47.


I love getcolorcode.com

Triadic colors

1 #B8BBA5 and #A5B8BB with #BBA5B8 are triadic colors.

2 #B8A5BB and #A5BBB8 with #BBA5B8 are triadic colors.