#BBB9A4

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

Shades of Mist Grey #BBB9A4

Tints of Mist Grey #BBB9A4

Color information

#BBB9A4 (or 0xBBB9A4) is unknown color: approx Mist Grey. HEX triplet: BB, B9 and A4. RGB value is (187,185,164). Sum of RGB (Red+Green+Blue) = 187+185+164=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9A4 is #44465B. Grayscale: #B7B7B7. Windows color (decimal): -4474460 or 10795451. OLE color: 10795451.

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

Color convert

RGB187185164-
CMYK00.010.120.27
HSL54.78º14.47%68.82%-
HSV(B)54.78º12.3%73.33%-
XYZ44.5447.9442.03-
YUV183.2117.16130.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=34.89%
G=34.51%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718516400.010.120.2754.7814.4768.82
HexBBB9A401C1B37e45
Octal2732712440114336716105
Binary1011101110111001101001000111001101111011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9A4; }

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

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

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

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

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

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

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

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