COLOR #BBA8B3

HEX: #BBA8B3 RGB: (187,168,179)

Color info

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

RGB color model

#BBA8B3 color RGB value is (187,168,179).

RGB: (187,168,179) (73%, 66%, 70%)

RGB channels and saturation

R 187 of 255 = 73%
G 168 of 255 = 66%
B 179 of 255 = 70%

187
168
179

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

Portions of RGB colors in percentages

R + G + B = 187 + 168 + 179 = 534 (100%)
R 187 of 534 ~ 35.02%
G 168 of 534 ~ 31.46%
B 179 of 534 ~ 33.52'%

%35.02
%31.46
%33.52

CMYK color model

#BBA8B3 color CMYK value is (0,10,4,27).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 4.28%
  • key color value is 26.67%

CMYK: (0,10,4,27)
C0M10Y4K27 (0%, 10%, 4%, 27%)
(0.00 / 0.10 / 0.04 / 0.27)

CMYK percentages

%0
%10.16
%4.28
%26.67

Codes

Color #BBA8B3 in popluar color models

BB A8 B3
RGB 187 168 179
HSL 325° 12.26% 69.61%
HSB/HSV 325° 10.16% 73.33%
CMYK 0.00% 10.16% 4.28%
26.67%

Color #BBA8B3 in popluar number systems.

HEX BB A8 B3
Decimal 187 168 179
Binary 10111011 10101000 10110011
Octal 273 250 263

Shades and tints

Shades of #BBA8B3

#BBA8B3
(187,168,179)
#AA99A3
(170,153,163)
#998A93
(153,138,147)
#887B83
(136,123,131)
#776C73
(119,108,115)
#665D63
(102,93,99)
#554E53
(85,78,83)
#443F43
(68,63,67)
#333033
(51,48,51)
#222123
(34,33,35)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #BBA8B3

#BBA8B3
(187,168,179)
#C1AFB9
(193,175,185)
#C7B6BF
(199,182,191)
#CDBDC5
(205,189,197)
#D3C4CB
(211,196,203)
#D9CBD1
(217,203,209)
#DFD2D7
(223,210,215)
#E5D9DD
(229,217,221)
#EBE0E3
(235,224,227)
#F1E7E9
(241,231,233)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA8B3; }

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

This text font color is #BBA8B3.

Background Color

.myBgColor { background-color: #BBA8B3; }

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

This div background color is #BBA8B3.

Border color

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

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

This div border color is #BBA8B3.

Opacity

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

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

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

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

This text has shadow with #BBA8B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA8B3.

Preview

Color preview on black background

This text has color #BBA8B3 on black background.


Color preview on white background

This text has color #BBA8B3 on white background.


Black color preview on #BBA8B3 background

This text has black color on #BBA8B3 background.


White color preview on #BBA8B3 background

This text has white color on #BBA8B3 background.


Related colors

Complementary color

Complementary color for #hex is #44574C.


I love getcolorcode.com

Triadic colors

1 #B3BBA8 and #A8B3BB with #BBA8B3 are triadic colors.

2 #B3A8BB and #A8BBB3 with #BBA8B3 are triadic colors.