COLOR #BBBAAD

HEX: #BBBAAD RGB: (187,186,173)

Color info

#BBBAAD contains red, green and blue colors in about the same proportion. Web safe color of #BBBAAD is #CCCC99 (or #CC9).

RGB color model

#BBBAAD color RGB value is (187,186,173).

RGB: (187,186,173) (73%, 73%, 68%)

RGB channels and saturation

R 187 of 255 = 73%
G 186 of 255 = 73%
B 173 of 255 = 68%

187
186
173

R + G + B ~ 71%. #BBBAAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 186 + 173 = 546 (100%)
R 187 of 546 ~ 34.25%
G 186 of 546 ~ 34.07%
B 173 of 546 ~ 31.68'%

%34.25
%34.07
%31.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 7.49%
  • key color value is 26.67%

CMYK: (0,1,7,27)
C0M1Y7K27 (0%, 1%, 7%, 27%)
(0.00 / 0.01 / 0.07 / 0.27)

CMYK percentages

%0
%0.53
%7.49
%26.67

Codes

Color #BBBAAD in popluar color models

BB BA AD
RGB 187 186 173
HSL 56° 9.33% 70.59%
HSB/HSV 56° 7.49% 73.33%
CMYK 0.00% 0.53% 7.49%
26.67%

Color #BBBAAD in popluar number systems.

HEX BB BA AD
Decimal 187 186 173
Binary 10111011 10111010 10101101
Octal 273 272 255

Shades and tints

Shades of #BBBAAD

#BBBAAD
(187,186,173)
#AAAA9E
(170,170,158)
#999A8F
(153,154,143)
#888A80
(136,138,128)
#777A71
(119,122,113)
#666A62
(102,106,98)
#555A53
(85,90,83)
#444A44
(68,74,68)
#333A35
(51,58,53)
#222A26
(34,42,38)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #BBBAAD

#BBBAAD
(187,186,173)
#C1C0B4
(193,192,180)
#C7C6BB
(199,198,187)
#CDCCC2
(205,204,194)
#D3D2C9
(211,210,201)
#D9D8D0
(217,216,208)
#DFDED7
(223,222,215)
#E5E4DE
(229,228,222)
#EBEAE5
(235,234,229)
#F1F0EC
(241,240,236)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBAAD color. Also use rgb(187,186,173) instead hex code.

Text Font Color

.myTextColor { color: #BBBAAD; }

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

This text font color is #BBBAAD.

Background Color

.myBgColor { background-color: #BBBAAD; }

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

This div background color is #BBBAAD.

Border color

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

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

This div border color is #BBBAAD.

Opacity

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

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

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

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

This text has shadow with #BBBAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBAAD.

Preview

Color preview on black background

This text has color #BBBAAD on black background.


Color preview on white background

This text has color #BBBAAD on white background.


Black color preview on #BBBAAD background

This text has black color on #BBBAAD background.


White color preview on #BBBAAD background

This text has white color on #BBBAAD background.


Related colors

Complementary color

Complementary color for #hex is #444552.


I love getcolorcode.com

Triadic colors

1 #ADBBBA and #BAADBB with #BBBAAD are triadic colors.

2 #ADBABB and #BABBAD with #BBBAAD are triadic colors.