#BBB9A9

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

Shades of Mist Grey #BBB9A9

Tints of Mist Grey #BBB9A9

Color information

#BBB9A9 (or 0xBBB9A9) is unknown color: approx Mist Grey. HEX triplet: BB, B9 and A9. RGB value is (187,185,169). Sum of RGB (Red+Green+Blue) = 187+185+169=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9A9 is #444656. Grayscale: #B7B7B7. Windows color (decimal): -4474455 or 11123131. OLE color: 11123131.

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

Color convert

RGB187185169-
CMYK00.010.100.27
HSL53.33º11.69%69.8%-
HSV(B)53.33º9.63%73.33%-
XYZ4548.1344.45-
YUV183.77119.66130.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 169 (66.41% from 255) = 31.24%
R=34.57%
G=34.20%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718516900.010.100.2753.3311.6969.8
HexBBB9A901A1B35c46
Octal2732712510112336514106
Binary1011101110111001101010010110101101111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9A9; }

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

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

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

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

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

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

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

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