#BBB9AA

Color #BBB9AA Mist Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mist Grey #BBB9AA

Tints of Mist Grey #BBB9AA

Color information

#BBB9AA (or 0xBBB9AA) is unknown color: approx Mist Grey. HEX triplet: BB, B9 and AA. RGB value is (187,185,170). Sum of RGB (Red+Green+Blue) = 187+185+170=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9AA is #444655. Grayscale: #B7B7B7. Windows color (decimal): -4474454 or 11188667. OLE color: 11188667.

HSL color Cylindrical-coordinate representation of color #BBB9AA: hue angle of 52.94º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB9AA is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187185170-
CMYK00.010.090.27
HSL52.94º11.11%70%-
HSV(B)52.94º9.09%73.33%-
XYZ45.148.1744.95-
YUV183.89120.16130.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=34.50%
G=34.13%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718517000.010.090.2752.9411.1170
HexBBB9AA0191B35b46
Octal2732712520111336513106
Binary1011101110111001101010100110011101111010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9AA; }

 p { color: rgb(187,185,170); }

 H1.HeaderClassName
 {
   color: #BBB9AA;
 }
 .AnyTagClassName
 {
   color: #BBB9AA;
 }
</style>
background-color css

<style>
 a { background-color: #BBB9AA; }

 a { background-color: rgb(187,185,170); }

 div.DivClassName
 {
   background-color: #BBB9AA;
 }
 .BgClassName
 {
   background-color: #BBB9AA;
 }
</style>
border-color css

<style>
 span { border-color: #BBB9AA; }

 span { border-color: rgb(187,185,170); }

 td.TdClassName
 {
   border-color: #BBB9AA;
 }
 .TagClassName
 {
   border-color: #BBB9AA;
 }
</style>