#BBB9A6

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

Shades of Mist Grey #BBB9A6

Tints of Mist Grey #BBB9A6

Color information

#BBB9A6 (or 0xBBB9A6) is unknown color: approx Mist Grey. HEX triplet: BB, B9 and A6. RGB value is (187,185,166). Sum of RGB (Red+Green+Blue) = 187+185+166=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9A6 is #444659. Grayscale: #B7B7B7. Windows color (decimal): -4474458 or 10926523. OLE color: 10926523.

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

Color convert

RGB187185166-
CMYK00.010.110.27
HSL54.29º13.38%69.22%-
HSV(B)54.29º11.23%73.33%-
XYZ44.7348.0242.99-
YUV183.43118.16130.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 166 (65.23% from 255) = 30.86%
R=34.76%
G=34.39%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718516600.010.110.2754.2913.3869.22
HexBBB9A601B1B36d45
Octal2732712460113336615105
Binary1011101110111001101001100110111101111011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9A6; }

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

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

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

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

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

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

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

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